Update README.md
Browse files
README.md
CHANGED
|
@@ -32,3 +32,18 @@ configs:
|
|
| 32 |
- split: test
|
| 33 |
path: data/test-*
|
| 34 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
- split: test
|
| 33 |
path: data/test-*
|
| 34 |
---
|
| 35 |
+
|
| 36 |
+
This is the R8 dataset, a subset of the [Reuters 21587 dataset](https://www.daviddlewis.com/resources/testcollections/reuters21578/) categorized in 8 distinct topics.
|
| 37 |
+
|
| 38 |
+
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:
|
| 39 |
+
|
| 40 |
+
| Label | Name |
|
| 41 |
+
|-------|------|
|
| 42 |
+
| 0 | acq |
|
| 43 |
+
| 1 | crude |
|
| 44 |
+
| 2 | earn |
|
| 45 |
+
| 3 | grain |
|
| 46 |
+
| 4 | interest |
|
| 47 |
+
| 5 | money-fx |
|
| 48 |
+
| 6 | ship |
|
| 49 |
+
| 7 | trade |
|