Alvant commited on
Commit
3e79090
1 Parent(s): c1f9b93

add data info

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,6 +1,44 @@
1
  ---
 
 
 
 
2
  license: other
3
  license_name: topicnet
4
  license_link: >-
5
  https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ configs:
11
+ - config_name: "bag-of-words"
12
+ default: true
13
+ data_files:
14
+ - split: train
15
+ path: "data/SO_vw_bow.txt.gz"
16
+ task_categories:
17
+ - text-classification
18
+ task_ids:
19
+ - topic-classification
20
+ - multi-class-classification
21
+ - multi-label-classification
22
+ tags:
23
+ - topic-modeling
24
+ - topic-modelling
25
+ - text-clustering
26
+ - multimodal-data
27
+ - multimodal-learning
28
+ - modalities
29
+ - document-representation
30
  ---
31
+
32
+
33
+ # StackOverflow
34
+
35
+ * Language: English
36
+ * Number of topics (estimate): 40
37
+ * Number of articles: 895621
38
+ * Year (data dump): 2016
39
+ * Year (processed data): 2018
40
+
41
+
42
+ ## References
43
+
44
+ 1. Agrawal, A., Fu, W., & Menzies, T. (2018). What is wrong with topic modeling? And how to fix it using search-based software engineering. Information and Software Technology, 98, 74-88.