Datasets:

Languages:
Russian
ArXiv:
License:
File size: 5,769 Bytes
46bdd46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f82676c
 
 
 
 
 
 
46bdd46
f82676c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46bdd46
 
98f2aa4
 
 
 
 
46bdd46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
---
license: mit
task_categories:
- tabular-classification
language:
- ru
tags:
- tables
- column-type-annotation
- sti
- russian
pretty_name: RWT-RuTaBERT
size_categories:
- 1M<n<10M
---

# RWT-RuTaBERT

Dataset based on [Russian Web Tables](https://arxiv.org/abs/2210.06353) (RWT), which is a corpus of Russian language tables from Wikipedia.

Only relational tables were chosen from _RWT_ with headers matching selected **170** DBpedia semantic types.

Dataset contains `1 441 349` columns, and has fixed train / test split. 

| Split | Columns   | Tables  | Avg. columns per table |
|-------|-----------| ------- | ---------------------- |
| Test  | 115 448   | 55 080  | 2.096                  |
| Train | 1 325 901 | 633 426 | 2.093                  |

## Table of contents
- [RWT-RuTaBERT](#rwt-rutabert)
  * [Train statistics](#train-statistics)
      - [Most frequent column sizes](#most-frequent-column-sizes)
      - [Least frequent column sizes](#least-frequent-column-sizes)
      - [Most frequent labels](#most-frequent-labels)
      - [Least frequent labels](#least-frequent-labels)
  * [Test statistics](#test-statistics)
      - [Most frequent column sizes](#most-frequent-column-sizes-1)
      - [Least frequent column sizes](#least-frequent-column-sizes-1)
      - [Most frequent labels](#most-frequent-labels-1)
      - [Least frequent labels](#least-frequent-labels-1)
  * [Instruction to reproduce dataset](#instruction-to-reproduce-dataset)


## Train statistics

#### Most frequent column sizes
| Column size | Occurances  |
| -------     | --------    |
| 1           | 257890      |
| 2           | 172414      |
| 3           | 124635      |
| 4           | 54886       |
| 5           | 18532       |
| 6           | 3404        |
| 7           | 733         |
| 8           | 254         |
| 9           | 234         |
| 18          | 221         |

#### Least frequent column sizes
| Column size  | Occurances  |
| -------      | --------    |
| 19           | 6           |
| 40           | 6           |
| 16           | 5           |
| 38           | 5           |
| 29           | 4           |
| 20           | 4           |
| 21           | 4           |
| 37           | 2           |
| 39           | 2           |
| 17           | 2           |

#### Most frequent labels
| Label        | Occurances  |
| -------      | --------    |
| год          | 230016      |
| название     | 170812      |
| место        | 103986      |
| дата         | 97228       |
| команда      | 75032       |
| результат    | 52730       |
| примечание   | 48635       |
| актер        | 38959       |
| страна       | 36754       |
| турнир       | 33175       |

#### Least frequent labels
| Label        | Occurances  |
| -------      | --------    |
| континент    | 92          |
| роман        | 89          |
| закон        | 89          |
| борец        | 88          |
| колледж      | 87          |
| музей        | 86          |
| фирма        | 85          |
| дорога       | 83          |
| префектура   | 83          |
| цитата       | 76          |



## Test statistics

#### Most frequent column sizes
| Column size | Occurances  |
| -------     | --------    |
| 1           | 22491      |
| 2           | 14923      |
| 3           | 10798      |
| 4           | 4801       |
| 5           | 1614       |
| 6           | 299        |
| 7           | 69         |
| 18          | 21         |
| 8           | 19         |
| 9           | 18         |

#### Least frequent column sizes
| Column size  | Occurances  |
| -------      | --------    |
| 13           | 3           |
| 36           | 2           |
| 20           | 1           |
| 16           | 1           |
| 21           | 1           |
| 14           | 1           |
| 39           | 1           |
| 37           | 1           |
| 38           | 1           |
| 11           | 1           |
  
#### Most frequent labels
| Label        | Occurances  |
| -------      | --------    |
| год          | 19854       |
| название     | 14748       |
| место        | 9004        |
| дата         | 8408        |
| команда      | 6653        |
| результат    | 4653        |
| примечание   | 4203        |
| актер        | 3435        |
| страна       | 3217        |
| турнир       | 2911        |


#### Least frequent labels
| Label        | Occurances  |
| -------      | --------    |
| цитата       | 7           |
| дорога       | 6           |
| статья       | 6           |
| фирма        | 6           |
| сообщество   | 5           |
| колледж      | 5           |
| борец        | 5           |
| музей        | 4           |
| банк         | 4           |
| камера       | 4           |

## Links

- [RuTaBert (model that was trained on this dataset)](https://huggingface.co/sti-team/rutabert-base)
- [RuTaBERT paper includes information about creation of RWT-RuTaBERT dataset](https://ieeexplore.ieee.org/document/10659709)

## Citation

```
@INPROCEEDINGS{10659709,
  author={Tobola, Kirill V. and Dorodnykh, Nikita O.},
  booktitle={2024 Ivannikov Memorial Workshop (IVMEM)}, 
  title={Semantic Annotation of Russian-Language Tables Based on a Pre-Trained Language Model}, 
  year={2024},
  volume={},
  number={},
  pages={62-68},
  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},
  doi={10.1109/IVMEM63006.2024.10659709}
}
```