Datasets:
add citation
Browse files
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
task_categories:
|
4 |
-
- tabular-classification
|
5 |
-
language:
|
6 |
-
- ru
|
7 |
-
tags:
|
8 |
-
- tables
|
9 |
-
- column-type-annotation
|
10 |
-
- sti
|
11 |
-
- russian
|
12 |
-
pretty_name:
|
13 |
-
size_categories:
|
14 |
-
- 1M<n<10M
|
15 |
-
---
|
16 |
|
17 |
# RWT-RuTaBERT
|
18 |
|
@@ -20,7 +20,7 @@ Dataset based on [Russian Web Tables](https://arxiv.org/abs/2210.06353) (RWT), w
|
|
20 |
|
21 |
Only relational tables were chosen from _RWT_ with headers matching selected **170** DBpedia semantic types.
|
22 |
|
23 |
-
Dataset contains `1
|
24 |
|
25 |
| Split | Columns | Tables | Avg. columns per table |
|
26 |
|-------|-----------| ------- | ---------------------- |
|
@@ -159,4 +159,20 @@ Dataset contains `1.441.349` columns, and has fixed train / test split.
|
|
159 |
| борец | 5 |
|
160 |
| музей | 4 |
|
161 |
| банк | 4 |
|
162 |
-
| камера | 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- tabular-classification
|
5 |
+
language:
|
6 |
+
- ru
|
7 |
+
tags:
|
8 |
+
- tables
|
9 |
+
- column-type-annotation
|
10 |
+
- sti
|
11 |
+
- russian
|
12 |
+
pretty_name: RWT-RuTaBERT
|
13 |
+
size_categories:
|
14 |
+
- 1M<n<10M
|
15 |
+
---
|
16 |
|
17 |
# RWT-RuTaBERT
|
18 |
|
|
|
20 |
|
21 |
Only relational tables were chosen from _RWT_ with headers matching selected **170** DBpedia semantic types.
|
22 |
|
23 |
+
Dataset contains `1 441 349` columns, and has fixed train / test split.
|
24 |
|
25 |
| Split | Columns | Tables | Avg. columns per table |
|
26 |
|-------|-----------| ------- | ---------------------- |
|
|
|
159 |
| борец | 5 |
|
160 |
| музей | 4 |
|
161 |
| банк | 4 |
|
162 |
+
| камера | 4 |
|
163 |
+
|
164 |
+
## Citation
|
165 |
+
|
166 |
+
```
|
167 |
+
@INPROCEEDINGS{10659709,
|
168 |
+
author={Tobola, Kirill V. and Dorodnykh, Nikita O.},
|
169 |
+
booktitle={2024 Ivannikov Memorial Workshop (IVMEM)},
|
170 |
+
title={Semantic Annotation of Russian-Language Tables Based on a Pre-Trained Language Model},
|
171 |
+
year={2024},
|
172 |
+
volume={},
|
173 |
+
number={},
|
174 |
+
pages={62-68},
|
175 |
+
keywords={Annotations;Semantics;Layout;Training data;Knowledge graphs;Encyclopedias;Linguistics;tabular data;Russian-language tables;pre-trained language model;semantic table interpretation;column annotation;knowledge graph},
|
176 |
+
doi={10.1109/IVMEM63006.2024.10659709}
|
177 |
+
}
|
178 |
+
```
|