Datasets:
nlp-thedeep
commited on
Commit
•
4274d7c
1
Parent(s):
32a1f49
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,6 @@ splits:
|
|
63 |
- [Dataset Curators](#dataset-curators)
|
64 |
- [Licensing Information](#licensing-information)
|
65 |
- [Citation Information](#citation-information)
|
66 |
-
- [Contributions](#contributions)
|
67 |
|
68 |
## Dataset Description
|
69 |
|
@@ -104,7 +103,7 @@ This dataset is in English, French and Spanish
|
|
104 |
|
105 |
- **entry_id**: tpyeunique identification number for a given entry. (int64)
|
106 |
- **lead_id**: unique identification number for the document to which the corrisponding entry belongs. (int64)
|
107 |
-
- **sectors**, **pillars_1d**, **pillars_2d**, **subpillars_1d**, **subpillars_2d**: labels assigned to the corresponding entry. Since this is a multi-label dataset (each entry may have several annotations belonging to the same category), they are reported as arrays of strings.
|
108 |
- **lang**: language. (str)
|
109 |
- **n_tokens**: number of tokens (tokenized using NLTK v3.7 library). (int64)
|
110 |
- **project_title**: the name of the project where the corresponding annotation was created. (str)
|
@@ -134,7 +133,6 @@ Documents are selected from different sources, ranging from official reports by
|
|
134 |
|
135 |
[More Information Needed]
|
136 |
|
137 |
-
### Annotations
|
138 |
|
139 |
#### Annotation process
|
140 |
|
@@ -188,7 +186,3 @@ The GitHub repository which houses this dataset has an Apache License 2.0.
|
|
188 |
copyright = {arXiv.org perpetual, non-exclusive license}
|
189 |
}
|
190 |
```
|
191 |
-
|
192 |
-
### Contributions
|
193 |
-
|
194 |
-
Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
|
|
|
63 |
- [Dataset Curators](#dataset-curators)
|
64 |
- [Licensing Information](#licensing-information)
|
65 |
- [Citation Information](#citation-information)
|
|
|
66 |
|
67 |
## Dataset Description
|
68 |
|
|
|
103 |
|
104 |
- **entry_id**: tpyeunique identification number for a given entry. (int64)
|
105 |
- **lead_id**: unique identification number for the document to which the corrisponding entry belongs. (int64)
|
106 |
+
- **sectors**, **pillars_1d**, **pillars_2d**, **subpillars_1d**, **subpillars_2d**: labels assigned to the corresponding entry. Since this is a multi-label dataset (each entry may have several annotations belonging to the same category), they are reported as arrays of strings. See the paper for a detailed description of these categories. (list)
|
107 |
- **lang**: language. (str)
|
108 |
- **n_tokens**: number of tokens (tokenized using NLTK v3.7 library). (int64)
|
109 |
- **project_title**: the name of the project where the corresponding annotation was created. (str)
|
|
|
133 |
|
134 |
[More Information Needed]
|
135 |
|
|
|
136 |
|
137 |
#### Annotation process
|
138 |
|
|
|
186 |
copyright = {arXiv.org perpetual, non-exclusive license}
|
187 |
}
|
188 |
```
|
|
|
|
|
|
|
|