phucdev commited on
Commit
b79de20
1 Parent(s): 0f9a92d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -50,6 +50,10 @@ tags:
50
  - biology
51
  - relation-classification
52
  - medical
 
 
 
 
53
  pretty_name: TBGA
54
  size_categories:
55
  - 100K<n<1M
@@ -106,15 +110,15 @@ An example of 'train' looks as follows:
106
  ### Data Fields
107
 
108
  - `text`: the text of this example, a `string` feature.
109
- - `h`: head entity
110
- - `id`: identifier of the head entity, a `string` feature.
111
- - `pos`: character offset start of the head entity and its length, a list of `int32` features.
112
- - `name`: normalized head entity text (not the text of the mention), a `string` feature.
113
- - `t`: tail entity
114
- - `id`: identifier of the tail entity, a `string` feature.
115
- - `pos`: character offset start of the tail entity and its length, a list of `int32` features.
116
- - `name`: normalized tail entity text (not the text of the mention), a `string` feature.
117
- - `relation`: a class label.
118
 
119
 
120
  ## Citation
 
50
  - biology
51
  - relation-classification
52
  - medical
53
+ - relation-extraction
54
+ - gene
55
+ - disease
56
+ - gda
57
  pretty_name: TBGA
58
  size_categories:
59
  - 100K<n<1M
 
110
  ### Data Fields
111
 
112
  - `text`: the text of this example, a `string` feature.
113
+ - `h`: the gene entity
114
+ - `id`: NCBI Entrez ID associated with the gene entity, a `string` feature.
115
+ - `pos`: list consisting of starting position and length of the gene mention withintext, a list of `int32` features.
116
+ - `name`: NCBI official gene symbol associated with the gene entity (not the text of the mention), a `string` feature.
117
+ - `t`: the disease entity
118
+ - `id`: UMLS Concept Unique Identifier (CUI) associated with the disease entity, a `string` feature.
119
+ - `pos`: list consisting of starting position and length of the disease mention withintext, a list of `int32` features.
120
+ - `name`: UMLS preferred term associated with the disease entity (not the text of the mention), a `string` feature.
121
+ - `relation`: a class label associated with the given GDA.
122
 
123
 
124
  ## Citation