Commit
·
7a49d25
1
Parent(s):
153c8e6
Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,12 @@ Original source - [https://github.com/ygorg/KPTimes](https://github.com/ygorg/KP
|
|
12 |
- extractive_keyphrases: List of all the present keyphrases.
|
13 |
- abstractive_keyphrase: List of all the absent keyphrases.
|
14 |
- other metadata: Additional information present in the original dataset.
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
|
22 |
### Data Splits
|
23 |
|
|
|
12 |
- extractive_keyphrases: List of all the present keyphrases.
|
13 |
- abstractive_keyphrase: List of all the absent keyphrases.
|
14 |
- other metadata: Additional information present in the original dataset.
|
15 |
+
- id : unique identifier for the document
|
16 |
+
- date : publishing date (YYYY/MM/DD)
|
17 |
+
- categories : categories of the article (1 or 2 categories)
|
18 |
+
- title : title of the document
|
19 |
+
- abstract : content of the article
|
20 |
+
- keyword : list of keywords
|
21 |
|
22 |
### Data Splits
|
23 |
|