MHoubre commited on
Commit
4b51f4d
1 Parent(s): baa948c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 reference 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).
 
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).