joao-luz commited on
Commit
1106a31
·
verified ·
1 Parent(s): 06816e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md CHANGED
@@ -76,3 +76,62 @@ configs:
76
  - split: test
77
  path: data/test-*
78
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  - split: test
77
  path: data/test-*
78
  ---
79
+
80
+ This is the R52 dataset, a subset of the [Reuters 21587 dataset](https://www.daviddlewis.com/resources/testcollections/reuters21578/) categorized in 52 distinct topics.
81
+
82
+ The data was obtained from https://github.com/yao8839836/text_gcn, keeping this repo's train and test splits. The structure was adapted into the `Dataset` format using the following `ClassLabel` mapping:
83
+
84
+ | Label | Name |
85
+ |-------|------|
86
+ | 0 | acq |
87
+ | 1 | alum |
88
+ | 2 | bop |
89
+ | 3 | carcass |
90
+ | 4 | cocoa |
91
+ | 5 | coffee |
92
+ | 6 | copper |
93
+ | 7 | cotton |
94
+ | 8 | cpi |
95
+ | 9 | cpu |
96
+ | 10 | crude |
97
+ | 11 | dlr |
98
+ | 12 | earn |
99
+ | 13 | fuel |
100
+ | 14 | gas |
101
+ | 15 | gnp |
102
+ | 16 | gold |
103
+ | 17 | grain |
104
+ | 18 | heat |
105
+ | 19 | housing |
106
+ | 20 | income |
107
+ | 21 | instal-debt |
108
+ | 22 | interest |
109
+ | 23 | ipi |
110
+ | 24 | iron-steel |
111
+ | 25 | jet |
112
+ | 26 | jobs |
113
+ | 27 | lead |
114
+ | 28 | lei |
115
+ | 29 | livestock |
116
+ | 30 | lumber |
117
+ | 31 | meal-feed |
118
+ | 32 | money-fx |
119
+ | 33 | money-supply |
120
+ | 34 | nat-gas |
121
+ | 35 | nickel |
122
+ | 36 | orange |
123
+ | 37 | pet-chem |
124
+ | 38 | platinum |
125
+ | 39 | potato |
126
+ | 40 | reserves |
127
+ | 41 | retail |
128
+ | 42 | rubber |
129
+ | 43 | ship |
130
+ | 44 | strategic-metal |
131
+ | 45 | sugar |
132
+ | 46 | tea |
133
+ | 47 | tin |
134
+ | 48 | trade |
135
+ | 49 | veg-oil |
136
+ | 50 | wpi |
137
+ | 51 | zinc |