Alvant commited on
Commit
983c1e0
1 Parent(s): 07cb357

englishize dataset info

Browse files
Files changed (1) hide show
  1. README.md +25 -9
README.md CHANGED
@@ -1,21 +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
  # ICD-10 (МКБ-10)
10
 
11
- Вместо лемматизации через `pymorphy` был проведён стемминг.
12
 
13
- Измеряемые характеристики датасета:
14
-
15
- * D — число документов
16
- * <имя модальности> Wразмер словаря данной модальности (количество уникальных токенов)
17
- * <имя модальности> len D — средняя длина документа в терминах этой модальности (количество слов)
18
- * <имя модальности> len D uniq — средняя длина документа в уникальных терминах этой модальности (количество уникальных слов)
19
 
20
 
21
  | | D | @text W | @text len D | @text len D uniq | @letter W | @letter len D | @letter len D uniq |
@@ -23,7 +39,7 @@ license_link: >-
23
  | value | 1733 | 953168 | 550.01 | 550.01 | 1733 | 1 | 1 |
24
 
25
 
26
- Информация о длинах документов в расчёте на модальность:
27
 
28
 
29
  | | len_total@text | len_total@letter | len_uniq@text | len_uniq@letter |
@@ -37,4 +53,4 @@ license_link: >-
37
  | max | 8042 | 1 | 8042 | 1 |
38
 
39
 
40
- **Метаданные**: есть метки классов (25 штук). См. [Перечень классов МКБ-10](https://ru.wikipedia.org/wiki/%D0%9C%D0%9A%D0%91-10#%D0%9F%D0%B5%D1%80%D0%B5%D1%87%D0%B5%D0%BD%D1%8C_%D0%BA%D0%BB%D0%B0%D1%81%D1%81%D0%BE%D0%B2_%D0%9C%D0%9A%D0%91-10).
 
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
  # ICD-10 (МКБ-10)
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 | @text W | @text len D | @text len D uniq | @letter W | @letter len D | @letter len D uniq |
 
39
  | value | 1733 | 953168 | 550.01 | 550.01 | 1733 | 1 | 1 |
40
 
41
 
42
+ Information about document lengths in modality tokens:
43
 
44
 
45
  | | len_total@text | len_total@letter | len_uniq@text | len_uniq@letter |
 
53
  | max | 8042 | 1 | 8042 | 1 |
54
 
55
 
56
+ **Metadata**: known class labels (25 classes). See [ICD-10 chapters](https://en.wikipedia.org/wiki/ICD-10#Chapters).