wonderwind271
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -47,5 +47,11 @@ dataset_info:
|
|
47 |
|
48 |
The dataset contains 10 splits, corresponding to 10 conferences. Notice that the "train" split correspond to ACL conference. Other splits' names are the conference name.
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
47 |
|
48 |
The dataset contains 10 splits, corresponding to 10 conferences. Notice that the "train" split correspond to ACL conference. Other splits' names are the conference name.
|
49 |
|
50 |
+
For each split, there are several fields:
|
51 |
+
1. "index": Index number starting from 0. It's the primary key;
|
52 |
+
2. "text": The content of the paper in pure text form. Newline is turned into 3 spaces if "-" is not detected;
|
53 |
+
3. "year": A **string** of the paper's publication year, like "2018". Transform it into int if you need to;
|
54 |
+
4. "No": A **string** of index number within a year. 1-indexed. It's not very useful and may be omitted.
|
55 |
+
|
56 |
|
57 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|