Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
entity-linking-classification
Languages:
English
Size:
< 1K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -214,7 +214,7 @@ An example of 'train' looks as follows:
|
|
214 |
|
215 |
### Data Fields
|
216 |
|
217 |
-
####
|
218 |
- `id`: the instance id of this abstract, a `string` feature.
|
219 |
- `title`: the title of this abstract, a `string` feature
|
220 |
- `abstract`: the abstract from the scientific papers, a `string` feature
|
@@ -222,14 +222,7 @@ An example of 'train' looks as follows:
|
|
222 |
- `relation`: the list of relations of this sentence marking the relation between the key phrases, a `list` of classification labels.
|
223 |
|
224 |
|
225 |
-
####
|
226 |
-
- `id`: the instance id of this abstract, a `string` feature.
|
227 |
-
- `title`: the title of this abstract, a `string` feature
|
228 |
-
- `abstract`: the abstract from the scientific papers, a `string` feature
|
229 |
-
- `entities`: the entity id's for the key phrases, a `list` of entity id's.
|
230 |
-
- `relation`: the list of relations of this sentence marking the relation between the key phrases, a `list` of classification labels.
|
231 |
-
|
232 |
-
#### subtask_c
|
233 |
- `id`: the instance id of this abstract, a `string` feature.
|
234 |
- `title`: the title of this abstract, a `string` feature
|
235 |
- `abstract`: the abstract from the scientific papers, a `string` feature
|
|
|
214 |
|
215 |
### Data Fields
|
216 |
|
217 |
+
#### subtask_1_1
|
218 |
- `id`: the instance id of this abstract, a `string` feature.
|
219 |
- `title`: the title of this abstract, a `string` feature
|
220 |
- `abstract`: the abstract from the scientific papers, a `string` feature
|
|
|
222 |
- `relation`: the list of relations of this sentence marking the relation between the key phrases, a `list` of classification labels.
|
223 |
|
224 |
|
225 |
+
#### subtask_1_2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
- `id`: the instance id of this abstract, a `string` feature.
|
227 |
- `title`: the title of this abstract, a `string` feature
|
228 |
- `abstract`: the abstract from the scientific papers, a `string` feature
|