File size: 2,564 Bytes
6c3156b
bb097b6
 
 
 
6c3156b
 
 
 
accaab0
2ee1f24
 
accaab0
 
 
 
 
bb097b6
 
 
 
 
 
 
 
 
 
 
 
 
 
6c3156b
567a3e0
e441f87
567a3e0
 
accaab0
 
bb097b6
567a3e0
bb097b6
 
 
 
567a3e0
 
 
 
 
 
 
bb097b6
567a3e0
bbceec9
567a3e0
 
 
 
 
 
 
 
 
 
 
bb097b6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
language:
  - en
multilinguality:
  - monolingual
license: other
license_name: topicnet
license_link: >-
  https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
configs:
  - config_name: "20ng"
    default: true
    data_files:
      - split: train
        path: "data/20NG.csv.gz"
      - split: test
        path: "data/20NG_test.csv.gz"
task_categories:
  - text-classification
task_ids:
  - topic-classification
  - multi-class-classification
  - multi-label-classification
tags:
  - topic-modeling
  - topic-modelling
  - text-clustering
  - multimodal-data
  - multimodal-learning
  - modalities
  - document-representation
---


# 20 Newsgroups

## Train

Some measurable characteristics of the dataset:

* D — number of documents
* <modality name> W — modality dictionary size (number of unique tokens)
* <modality name> len D — average document length in modality tokens (number of tokens)
* <modality name> len D uniq — average document length in unique modality tokens (number of unique tokens)


|       |    D |   @lemmatized W |   @lemmatized len D |   @lemmatized len D uniq |   @bigram W |   @bigram len D |   @bigram len D uniq |
|:------|------------:|-----------------------:|---------------------------:|--------------------------------:|-------------------:|-----------------------:|----------------------------:|
| value |       11301 |             1.0614e+06 |                    93.9204 |                         60.5687 |             213701 |                18.9099 |                     15.0068 |


Information about document lengths in modality tokens:


|      |   len_total@lemmatized |   len_total@bigram |   len_uniq@lemmatized |   len_uniq@bigram |
|:-----|-----------------------:|-------------------:|----------------------:|------------------:|
| mean |                93.9204 |            18.9099 |               60.5687 |           15.0068 |
| std  |               276.901  |            66.4278 |              104.23   |           39.1756 |
| min  |                 0      |             0      |                0      |            0      |
| 25%  |                20      |             3      |               19      |            3      |
| 50%  |                42      |             8      |               35      |            8      |
| 75%  |                83      |            16      |               65      |           15      |
| max  |              6497      |          1528      |             1875      |          831      |


**Metadata**: known class labels (20 classes).