Alvant commited on
Commit
10183f3
1 Parent(s): 1370356

add hf info, englishize

Browse files
Files changed (1) hide show
  1. README.md +28 -10
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
- * <имя модальности> W — размер словаря данной модальности (количество уникальных токенов)
25
- * <имя модальности> len D — средняя длина документа в терминах этой модальности (количество слов)
26
- * <имя модальности> len D uniq — средняя длина документа в уникальных терминах этой модальности (количество уникальных слов)
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
- ## RTL_Wiki_person
49
 
50
- Версия датасета, отфильтрованная по персоналиям, содержащая только 1201 документ.
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 |