Alvant commited on
Commit
e902728
1 Parent(s): 30d682c

add hf info, englishize

Browse files
Files changed (1) hide show
  1. README.md +24 -7
README.md CHANGED
@@ -1,19 +1,37 @@
1
  ---
 
 
 
 
2
  license: other
3
  license_name: topicnet
4
  license_link: >-
5
  https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
 
9
  # Lenta
10
 
11
- Измеряемые характеристики датасета:
12
 
13
- * D — число документов
14
- * <имя модальности> W — размер словаря данной модальности (количество уникальных токенов)
15
- * <имя модальности> len D — средняя длина документа в терминах этой модальности (количество слов)
16
- * <имя модальности> len D uniq — средняя длина документа в уникальных терминах этой модальности (количество уникальных слов)
17
 
18
 
19
  | | D | @topmine W | @topmine len D | @topmine len D uniq | @time_n W | @time_n len D | @time_n len D uniq | @lemmatized_title W | @lemmatized_title len D | @lemmatized_title len D uniq | @lemmatized W | @lemmatized len D | @lemmatized len D uniq | @theme W | @theme len D | @theme len D uniq |
@@ -21,7 +39,7 @@ license_link: >-
21
  | value | 263557 | 2.32892e+07 | 88.365 | 83.8258 | 263557 | 1 | 1 | 2.05546e+06 | 7.79894 | 7.72848 | 2.90254e+07 | 110.13 | 84.5878 | 383816 | 1.45629 | 1.45629 |
22
 
23
 
24
- Информация о длинах документов в расчёте на модальность:
25
 
26
 
27
  | | len_total@topmine | len_total@time_n | len_total@lemmatized_title | len_total@lemmatized | len_total@theme | len_uniq@topmine | len_uniq@time_n | len_uniq@lemmatized_title | len_uniq@lemmatized | len_uniq@theme |
@@ -33,4 +51,3 @@ license_link: >-
33
  | 50% | 77 | 1 | 8 | 104 | 1 | 73 | 1 | 8 | 81 | 1 |
34
  | 75% | 110 | 1 | 9 | 131 | 2 | 104 | 1 | 9 | 99 | 2 |
35
  | max | 791 | 1 | 17 | 1000 | 3 | 647 | 1 | 16 | 542 | 3 |
36
-
 
1
  ---
2
+ language:
3
+ - ru
4
+ multilinguality:
5
+ - monolingual
6
  license: other
7
  license_name: topicnet
8
  license_link: >-
9
  https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
10
+ task_categories:
11
+ - text-classification
12
+ task_ids:
13
+ - topic-classification
14
+ - multi-class-classification
15
+ - multi-label-classification
16
+ tags:
17
+ - topic-modeling
18
+ - topic-modelling
19
+ - text-clustering
20
+ - multimodal-data
21
+ - multimodal-learning
22
+ - modalities
23
+ - document-representation
24
  ---
25
 
26
 
27
  # Lenta
28
 
29
+ Some measurable characteristics of the dataset:
30
 
31
+ * D — number of documents
32
+ * <modality name> W — modality dictionary size (number of unique tokens)
33
+ * <modality name> len D — average document length in modality tokens (number of tokens)
34
+ * <modality name> len D uniq — average document length in unique modality tokens (number of unique tokens)
35
 
36
 
37
  | | D | @topmine W | @topmine len D | @topmine len D uniq | @time_n W | @time_n len D | @time_n len D uniq | @lemmatized_title W | @lemmatized_title len D | @lemmatized_title len D uniq | @lemmatized W | @lemmatized len D | @lemmatized len D uniq | @theme W | @theme len D | @theme len D uniq |
 
39
  | value | 263557 | 2.32892e+07 | 88.365 | 83.8258 | 263557 | 1 | 1 | 2.05546e+06 | 7.79894 | 7.72848 | 2.90254e+07 | 110.13 | 84.5878 | 383816 | 1.45629 | 1.45629 |
40
 
41
 
42
+ Information about document lengths in modality tokens:
43
 
44
 
45
  | | len_total@topmine | len_total@time_n | len_total@lemmatized_title | len_total@lemmatized | len_total@theme | len_uniq@topmine | len_uniq@time_n | len_uniq@lemmatized_title | len_uniq@lemmatized | len_uniq@theme |
 
51
  | 50% | 77 | 1 | 8 | 104 | 1 | 73 | 1 | 8 | 81 | 1 |
52
  | 75% | 110 | 1 | 9 | 131 | 2 | 104 | 1 | 9 | 99 | 2 |
53
  | max | 791 | 1 | 17 | 1000 | 3 | 647 | 1 | 16 | 542 | 3 |