Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ The following data fields are available:
|
|
55 |
- **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/)
|
56 |
- **title**: title of the document.
|
57 |
- **abstract**: abstract of the document.
|
58 |
-
- **keyphrases**: list of
|
59 |
- **prmu**: list of <u>P</u>resent-<u>R</u>eordered-<u>M</u>ixed-<u>U</u>nseen categories for reference keyphrases.
|
60 |
|
61 |
**NB**: The present keyphrases (represented by the "P" label in the PRMU column) are sorted by their apparition order in the text (title + abstract).
|
|
|
55 |
- **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/)
|
56 |
- **title**: title of the document.
|
57 |
- **abstract**: abstract of the document.
|
58 |
+
- **keyphrases**: list of the author assigned keyphrases.
|
59 |
- **prmu**: list of <u>P</u>resent-<u>R</u>eordered-<u>M</u>ixed-<u>U</u>nseen categories for reference keyphrases.
|
60 |
|
61 |
**NB**: The present keyphrases (represented by the "P" label in the PRMU column) are sorted by their apparition order in the text (title + abstract).
|