Datasets:
Alvant
commited on
Commit
·
590db9f
1
Parent(s):
e542429
add hf infi, englishize
Browse files
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 |
# NIPS
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
-
* D —
|
| 14 |
-
*
|
| 15 |
-
*
|
| 16 |
-
*
|
| 17 |
|
| 18 |
|
| 19 |
| | D | @word W | @word len D | @word len D uniq |
|
|
@@ -21,7 +39,7 @@ license_link: >-
|
|
| 21 |
| value | 7241 | 1.18333e+07 | 1634.21 | 644.49 |
|
| 22 |
|
| 23 |
|
| 24 |
-
|
| 25 |
|
| 26 |
|
| 27 |
| | len_total@word | len_uniq@word |
|
|
@@ -35,4 +53,4 @@ license_link: >-
|
|
| 35 |
| max | 6000 | 1513 |
|
| 36 |
|
| 37 |
|
| 38 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 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 |
# NIPS
|
| 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 | @word W | @word len D | @word len D uniq |
|
|
|
|
| 39 |
| value | 7241 | 1.18333e+07 | 1634.21 | 644.49 |
|
| 40 |
|
| 41 |
|
| 42 |
+
Information about document lengths in modality tokens:
|
| 43 |
|
| 44 |
|
| 45 |
| | len_total@word | len_uniq@word |
|
|
|
|
| 53 |
| max | 6000 | 1513 |
|
| 54 |
|
| 55 |
|
| 56 |
+
There are several dataset versions used in other works.
|