Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -226,7 +226,7 @@ There are three subtasks:
|
|
226 |
- HYPONYM-OF: The relationship between two keyphrases A and B is HYPONYM-OF if semantic field of A is included within that of B. One example is Red HYPONYM-OF Color.
|
227 |
- SYNONYM-OF: The relationship between two keyphrases A and B is SYNONYM-OF if they both denote the same semantic field, for example Machine Learning SYNONYM-OF ML.
|
228 |
|
229 |
-
Note: In this repository the documents were split into sentences using spaCy, resulting in a
|
230 |
|
231 |
### Supported Tasks and Leaderboards
|
232 |
|
|
|
226 |
- HYPONYM-OF: The relationship between two keyphrases A and B is HYPONYM-OF if semantic field of A is included within that of B. One example is Red HYPONYM-OF Color.
|
227 |
- SYNONYM-OF: The relationship between two keyphrases A and B is SYNONYM-OF if they both denote the same semantic field, for example Machine Learning SYNONYM-OF ML.
|
228 |
|
229 |
+
Note: In this repository the documents were split into sentences using spaCy, resulting in a 2388, 400, 838 split. The `id` consists of the document id and the example index within the document separated by an underscore, e.g. `S0375960115004120_1`. This should enable you to reconstruct the documents from the sentences.
|
230 |
|
231 |
### Supported Tasks and Leaderboards
|
232 |
|