Alvant
commited on
Commit
·
10183f3
1
Parent(s):
1370356
add hf info, englishize
Browse files
README.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
license_name: topicnet
|
4 |
license_link: >-
|
@@ -13,17 +17,31 @@ configs:
|
|
13 |
data_files:
|
14 |
- split: train
|
15 |
path: "data/RTL_Wiki_person.csv.gz"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
|
19 |
# RTL-Wiki
|
20 |
|
21 |
-
|
22 |
|
23 |
-
* D —
|
24 |
-
*
|
25 |
-
*
|
26 |
-
*
|
27 |
|
28 |
|
29 |
| | D | @lemmatized W | @lemmatized len D | @lemmatized len D uniq | @bigram W | @bigram len D | @bigram len D uniq |
|
@@ -31,7 +49,7 @@ configs:
|
|
31 |
| value | 7838 | 1.28065e+07 | 1633.9 | 691.157 | 503619 | 64.2535 | 30.8372 |
|
32 |
|
33 |
|
34 |
-
|
35 |
|
36 |
|
37 |
| | len_total@lemmatized | len_total@bigram | len_uniq@lemmatized | len_uniq@bigram |
|
@@ -45,12 +63,12 @@ configs:
|
|
45 |
| max | 15851 | 1098 | 4184 | 283 |
|
46 |
|
47 |
|
48 |
-
##
|
49 |
|
50 |
-
|
51 |
|
52 |
|
53 |
-
|
54 |
|
55 |
|
56 |
| | D | @lemmatized W | @lemmatized len D | @lemmatized len D uniq | @bigram W | @bigram len D | @bigram len D uniq |
|
@@ -58,7 +76,7 @@ configs:
|
|
58 |
| value | 1201 | 1.92167e+06 | 1600.06 | 729.93 | 371430 | 309.267 | 196.595 |
|
59 |
|
60 |
|
61 |
-
|
62 |
|
63 |
|
64 |
| | len_total@lemmatized | len_total@bigram | len_uniq@lemmatized | len_uniq@bigram |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
license: other
|
7 |
license_name: topicnet
|
8 |
license_link: >-
|
|
|
17 |
data_files:
|
18 |
- split: train
|
19 |
path: "data/RTL_Wiki_person.csv.gz"
|
20 |
+
task_categories:
|
21 |
+
- text-classification
|
22 |
+
task_ids:
|
23 |
+
- topic-classification
|
24 |
+
- multi-class-classification
|
25 |
+
- multi-label-classification
|
26 |
+
tags:
|
27 |
+
- topic-modeling
|
28 |
+
- topic-modelling
|
29 |
+
- text-clustering
|
30 |
+
- multimodal-data
|
31 |
+
- multimodal-learning
|
32 |
+
- modalities
|
33 |
+
- document-representation
|
34 |
---
|
35 |
|
36 |
|
37 |
# RTL-Wiki
|
38 |
|
39 |
+
Some measurable characteristics of the dataset:
|
40 |
|
41 |
+
* D — number of documents
|
42 |
+
* <modality name> W — modality dictionary size (number of unique tokens)
|
43 |
+
* <modality name> len D — average document length in modality tokens (number of tokens)
|
44 |
+
* <modality name> len D uniq — average document length in unique modality tokens (number of unique tokens)
|
45 |
|
46 |
|
47 |
| | D | @lemmatized W | @lemmatized len D | @lemmatized len D uniq | @bigram W | @bigram len D | @bigram len D uniq |
|
|
|
49 |
| value | 7838 | 1.28065e+07 | 1633.9 | 691.157 | 503619 | 64.2535 | 30.8372 |
|
50 |
|
51 |
|
52 |
+
Information about document lengths in modality tokens:
|
53 |
|
54 |
|
55 |
| | len_total@lemmatized | len_total@bigram | len_uniq@lemmatized | len_uniq@bigram |
|
|
|
63 |
| max | 15851 | 1098 | 4184 | 283 |
|
64 |
|
65 |
|
66 |
+
## RTL-Wiki-Person
|
67 |
|
68 |
+
A version of the dataset filtered by person. It contains only 1201 documents.
|
69 |
|
70 |
|
71 |
+
Some measurable characteristics of the dataset:
|
72 |
|
73 |
|
74 |
| | D | @lemmatized W | @lemmatized len D | @lemmatized len D uniq | @bigram W | @bigram len D | @bigram len D uniq |
|
|
|
76 |
| value | 1201 | 1.92167e+06 | 1600.06 | 729.93 | 371430 | 309.267 | 196.595 |
|
77 |
|
78 |
|
79 |
+
Information about document lengths in modality tokens:
|
80 |
|
81 |
|
82 |
| | len_total@lemmatized | len_total@bigram | len_uniq@lemmatized | len_uniq@bigram |
|