dfki-nlp commited on
Commit
c8d8928
1 Parent(s): e9aeaed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -145,7 +145,7 @@ An example of 'train' looks as follows:
145
  {'id': 'H01-1041.22', 'char_start': 918, 'char_end': 935},
146
  {'id': 'H01-1041.23', 'char_start': 981, 'char_end': 997}],
147
  }
148
- "relation": [{'label': 3, 'arg1': 'H01-1041.3', 'arg2': 'H01-1041.4', 'reverse': True},
149
  {'label': 0, 'arg1': 'H01-1041.8', 'arg2': 'H01-1041.9', 'reverse': False},
150
  {'label': 2, 'arg1': 'H01-1041.10', 'arg2': 'H01-1041.11', 'reverse': True},
151
  {'label': 0, 'arg1': 'H01-1041.14', 'arg2': 'H01-1041.15', 'reverse': True}]
@@ -196,7 +196,7 @@ An example of 'train' looks as follows:
196
  {'id': 'L08-1450.1', 'char_start': 12, 'char_end': 16},
197
  {'id': 'L08-1450.2', 'char_start': 27, 'char_end': 32},
198
  {'id': 'L08-1450.3', 'char_start': 72, 'char_end': 80}],
199
- 'relation': [{'label': 1,
200
  'arg1': 'L08-1450.12',
201
  'arg2': 'L08-1450.13',
202
  'reverse': False},
@@ -220,7 +220,7 @@ An example of 'train' looks as follows:
220
  - `id`: the instance id of this sentence, a `string` feature.
221
  - `char_start`: the 0-based index of the entity starting, an `ìnt` feature.
222
  - `char_end`: the 0-based index of the entity ending, an `ìnt` feature.
223
- - `relation`: the list of relations of this sentence marking the relation between the key phrases, a `list` of classification labels.
224
  - `label`: the list of relations between the key phrases, a `list` of classification labels.
225
  - `arg1`: the entity id of this key phrase, a `string` feature.
226
  - `arg2`: the entity id of the related key phrase, a `string` feature.
@@ -239,7 +239,7 @@ RELATIONS
239
  - `id`: the instance id of this sentence, a `string` feature.
240
  - `char_start`: the 0-based index of the entity starting, an `ìnt` feature.
241
  - `char_end`: the 0-based index of the entity ending, an `ìnt` feature.
242
- - `relation`: the list of relations of this sentence marking the relation between the key phrases, a `list` of classification labels.
243
  - `label`: the list of relations between the key phrases, a `list` of classification labels.
244
  - `arg1`: the entity id of this key phrase, a `string` feature.
245
  - `arg2`: the entity id of the related key phrase, a `string` feature.
145
  {'id': 'H01-1041.22', 'char_start': 918, 'char_end': 935},
146
  {'id': 'H01-1041.23', 'char_start': 981, 'char_end': 997}],
147
  }
148
+ "relations": [{'label': 3, 'arg1': 'H01-1041.3', 'arg2': 'H01-1041.4', 'reverse': True},
149
  {'label': 0, 'arg1': 'H01-1041.8', 'arg2': 'H01-1041.9', 'reverse': False},
150
  {'label': 2, 'arg1': 'H01-1041.10', 'arg2': 'H01-1041.11', 'reverse': True},
151
  {'label': 0, 'arg1': 'H01-1041.14', 'arg2': 'H01-1041.15', 'reverse': True}]
196
  {'id': 'L08-1450.1', 'char_start': 12, 'char_end': 16},
197
  {'id': 'L08-1450.2', 'char_start': 27, 'char_end': 32},
198
  {'id': 'L08-1450.3', 'char_start': 72, 'char_end': 80}],
199
+ 'relations': [{'label': 1,
200
  'arg1': 'L08-1450.12',
201
  'arg2': 'L08-1450.13',
202
  'reverse': False},
220
  - `id`: the instance id of this sentence, a `string` feature.
221
  - `char_start`: the 0-based index of the entity starting, an `ìnt` feature.
222
  - `char_end`: the 0-based index of the entity ending, an `ìnt` feature.
223
+ - `relations`: the list of relations of this sentence marking the relation between the key phrases, a `list` of classification labels.
224
  - `label`: the list of relations between the key phrases, a `list` of classification labels.
225
  - `arg1`: the entity id of this key phrase, a `string` feature.
226
  - `arg2`: the entity id of the related key phrase, a `string` feature.
239
  - `id`: the instance id of this sentence, a `string` feature.
240
  - `char_start`: the 0-based index of the entity starting, an `ìnt` feature.
241
  - `char_end`: the 0-based index of the entity ending, an `ìnt` feature.
242
+ - `relations`: the list of relations of this sentence marking the relation between the key phrases, a `list` of classification labels.
243
  - `label`: the list of relations between the key phrases, a `list` of classification labels.
244
  - `arg1`: the entity id of this key phrase, a `string` feature.
245
  - `arg2`: the entity id of the related key phrase, a `string` feature.