Basvoju commited on
Commit
cbfa5b7
·
1 Parent(s): 12ac3ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -9
README.md CHANGED
@@ -214,7 +214,7 @@ An example of 'train' looks as follows:
214
 
215
  ### Data Fields
216
 
217
- #### subtask_a
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
- #### subtask_b
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