Update README.md
Browse files
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`:
|
| 110 |
-
- `id`:
|
| 111 |
-
- `pos`:
|
| 112 |
-
- `name`:
|
| 113 |
-
- `t`:
|
| 114 |
-
- `id`:
|
| 115 |
-
- `pos`:
|
| 116 |
-
- `name`:
|
| 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
|