File size: 4,183 Bytes
99feac2
10183f3
 
 
 
99feac2
 
 
 
6a9f0dc
d28848c
 
326e191
 
 
d28848c
326e191
 
 
10183f3
 
 
 
 
 
 
 
 
 
 
 
 
 
99feac2
1370356
 
 
 
10183f3
1370356
10183f3
 
 
 
1370356
 
 
 
 
 
 
10183f3
1370356
 
 
 
 
 
 
 
 
 
 
 
 
10183f3
1370356
10183f3
1370356
 
10183f3
1370356
 
 
 
 
 
 
10183f3
1370356
 
 
 
 
 
 
 
 
 
 
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
---
language:
  - en
multilinguality:
  - monolingual
license: other
license_name: topicnet
license_link: >-
  https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
configs:
  - config_name: "rtl-wiki"
    default: true
    data_files:
      - split: train
        path: "data/RTL_Wiki.csv.gz"
  - config_name: "rtl-wiki-person"
    data_files:
      - split: train
        path: "data/RTL_Wiki_person.csv.gz"
task_categories:
  - text-classification
task_ids:
  - topic-classification
  - multi-class-classification
  - multi-label-classification
tags:
  - topic-modeling
  - topic-modelling
  - text-clustering
  - multimodal-data
  - multimodal-learning
  - modalities
  - document-representation
---


# RTL-Wiki

Some measurable characteristics of the dataset:

* D — number of documents
* <modality name> W — modality dictionary size (number of unique tokens)
* <modality name> len D — average document length in modality tokens (number of tokens)
* <modality name> len D uniq — average document length in unique modality tokens (number of unique tokens)


|       |    D |   @lemmatized W |   @lemmatized len D |   @lemmatized len D uniq |   @bigram W |   @bigram len D |   @bigram len D uniq |
|:------|------------:|-----------------------:|---------------------------:|--------------------------------:|-------------------:|-----------------------:|----------------------------:|
| value |        7838 |            1.28065e+07 |                     1633.9 |                         691.157 |             503619 |                64.2535 |                     30.8372 |


Information about document lengths in modality tokens:


|      |   len_total@lemmatized |   len_total@bigram |   len_uniq@lemmatized |   len_uniq@bigram |
|:-----|-----------------------:|-------------------:|----------------------:|------------------:|
| mean |                1633.9  |            64.2535 |               691.157 |           30.8372 |
| std  |                1565.19 |            73.1737 |               521.463 |           28.071  |
| min  |                   2    |             0      |                 2     |            0      |
| 25%  |                 500    |            18      |               283     |           11      |
| 50%  |                1115.5  |            41      |               554     |           22      |
| 75%  |                2233.5  |            85      |               961     |           42      |
| max  |               15851    |          1098      |              4184     |          283      |


## RTL-Wiki-Person

A version of the dataset filtered by person. It contains only 1201 documents.


Some measurable characteristics of the dataset:


|       |    D |   @lemmatized W |   @lemmatized len D |   @lemmatized len D uniq |   @bigram W |   @bigram len D |   @bigram len D uniq |
|:------|------------:|-----------------------:|---------------------------:|--------------------------------:|-------------------:|-----------------------:|----------------------------:|
| value |        1201 |            1.92167e+06 |                    1600.06 |                          729.93 |             371430 |                309.267 |                     196.595 |


Information about document lengths in modality tokens:


|      |   len_total@lemmatized |   len_total@bigram |   len_uniq@lemmatized |   len_uniq@bigram |
|:-----|-----------------------:|-------------------:|----------------------:|------------------:|
| mean |                1600.06 |            309.267 |               729.93  |           196.595 |
| std  |                1569.31 |            323.991 |               541.153 |           170.06  |
| min  |                  73    |              4     |                60     |             4     |
| 25%  |                 484    |             90     |               305     |            70     |
| 50%  |                1036    |            206     |               575     |           147     |
| 75%  |                2117    |            403     |              1007     |           268     |
| max  |               11661    |           3212     |              3108     |          1216     |