Alvant commited on
Commit
775bd08
1 Parent(s): 50e094c

englishize data info

Browse files
Files changed (1) hide show
  1. README.md +25 -8
README.md CHANGED
@@ -1,22 +1,39 @@
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
  # RuWiki-Good
10
 
11
- Отдельные статьи из дампа русской Википедии за `20200301`. Подвыборка состоит из статей, относящихся к числу \"добротных\", \"хороших\" или \"избранных\" (см. https://ru.wikipedia.org/wiki/Википедия:Добротные_статьи).
12
 
 
13
 
14
- Измеряемые характеристики датасета:
15
-
16
- * D — число документов
17
- * <имя модальности> Wразмер словаря данной модальности (количество уникальных токенов)
18
- * <имя модальности> len D — средняя длина документа в терминах этой модальности (количество слов)
19
- * <имя модальности> len D uniq — средняя длина документа в уникальных терминах этой модальности (количество уникальных слов)
20
 
21
 
22
  | | D | @categories W | @categories len D | @categories len D uniq | @lemmatized W | @lemmatized len D | @lemmatized len D uniq | @ngramms W | @ngramms len D | @ngramms len D uniq |
@@ -24,7 +41,7 @@ license_link: >-
24
  | value | 8603 | 44493 | 5.1718 | 5.17296 | 1.66434e+07 | 1934.6 | 721.389 | 3.11727e+06 | 362.347 | 287.695 |
25
 
26
 
27
- Информация о длинах документов в расчёте на модальность:
28
 
29
 
30
  | | len_total@categories | len_total@lemmatized | len_total@ngramms | len_uniq@categories | len_uniq@lemmatized | len_uniq@ngramms |
 
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
  # RuWiki-Good
28
 
29
+ Selected articles from Russian Wikipedia dump (date `20200301`). The dataset consists of good ("добротные" и "хорошие") and featured ("избранные") articles (see https://ru.wikipedia.org/wiki/Википедия:Добротные_статьи).
30
 
31
+ Some measurable characteristics of the dataset:
32
 
33
+ * D — number of documents
34
+ * <modality name> W — modality dictionary size (number of unique tokens)
35
+ * <modality name> len D — average document length in modality tokens (number of tokens)
36
+ * <modality name> len D uniq average document length in unique modality tokens (number of unique tokens)
 
 
37
 
38
 
39
  | | D | @categories W | @categories len D | @categories len D uniq | @lemmatized W | @lemmatized len D | @lemmatized len D uniq | @ngramms W | @ngramms len D | @ngramms len D uniq |
 
41
  | value | 8603 | 44493 | 5.1718 | 5.17296 | 1.66434e+07 | 1934.6 | 721.389 | 3.11727e+06 | 362.347 | 287.695 |
42
 
43
 
44
+ Information about document lengths in modality tokens:
45
 
46
 
47
  | | len_total@categories | len_total@lemmatized | len_total@ngramms | len_uniq@categories | len_uniq@lemmatized | len_uniq@ngramms |