Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,12 @@ Details about the dataset can be found in the original paper:
|
|
9 |
[Deep keyphrase Generation](https://aclanthology.org/P17-1054.pdf)
|
10 |
Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics, pages 582–592
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
## Content
|
13 |
|
14 |
The dataset is divided into the following three splits:
|
@@ -21,7 +27,7 @@ The dataset is divided into the following three splits:
|
|
21 |
|
22 |
|
23 |
The following data fields are available:
|
24 |
-
- **id**: unique identifier of the document.
|
25 |
- **title**: title of the document.
|
26 |
- **abstract**: abstract of the document.
|
27 |
- **keyphrases**: list of reference keyphrases.
|
|
|
9 |
[Deep keyphrase Generation](https://aclanthology.org/P17-1054.pdf)
|
10 |
Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics, pages 582–592
|
11 |
|
12 |
+
Reference (indexer-assigned) keyphrases are also categorized under the PRMU (<u>P</u>resent-<u>R</u>eordered-<u>M</u>ixed-<u>U</u>nseen) scheme as proposed in the following paper:
|
13 |
+
- Florian Boudin and Ygor Gallina. 2021.
|
14 |
+
[Redefining Absent Keyphrases and their Effect on Retrieval Effectiveness](https://aclanthology.org/2021.naacl-main.330/).
|
15 |
+
In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 4185–4193, Online. Association for Computational Linguistics.
|
16 |
+
|
17 |
+
|
18 |
## Content
|
19 |
|
20 |
The dataset is divided into the following three splits:
|
|
|
27 |
|
28 |
|
29 |
The following data fields are available:
|
30 |
+
- **id**: unique identifier of the document. **NB** There were no ids in the original dataset. The ids were generated using the python module shortuuid (https://pypi.org/project/shortuuid/)
|
31 |
- **title**: title of the document.
|
32 |
- **abstract**: abstract of the document.
|
33 |
- **keyphrases**: list of reference keyphrases.
|