Add 'bc5cdr_bigbio_kb' config data files
Browse files
README.md
CHANGED
|
@@ -15,7 +15,94 @@ bigbio_tasks:
|
|
| 15 |
- NAMED_ENTITY_DISAMBIGUATION
|
| 16 |
- RELATION_EXTRACTION
|
| 17 |
dataset_info:
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
features:
|
| 20 |
- name: passages
|
| 21 |
list:
|
|
@@ -65,6 +152,14 @@ dataset_info:
|
|
| 65 |
download_size: 1516417
|
| 66 |
dataset_size: 4516532
|
| 67 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
- config_name: bc5cdr_source
|
| 69 |
data_files:
|
| 70 |
- split: train
|
|
|
|
| 15 |
- NAMED_ENTITY_DISAMBIGUATION
|
| 16 |
- RELATION_EXTRACTION
|
| 17 |
dataset_info:
|
| 18 |
+
- config_name: bc5cdr_bigbio_kb
|
| 19 |
+
features:
|
| 20 |
+
- name: id
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: document_id
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: passages
|
| 25 |
+
list:
|
| 26 |
+
- name: id
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: type
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: text
|
| 31 |
+
sequence: string
|
| 32 |
+
- name: offsets
|
| 33 |
+
sequence:
|
| 34 |
+
list: int32
|
| 35 |
+
- name: entities
|
| 36 |
+
list:
|
| 37 |
+
- name: id
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: type
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: text
|
| 42 |
+
sequence: string
|
| 43 |
+
- name: offsets
|
| 44 |
+
sequence:
|
| 45 |
+
list: int32
|
| 46 |
+
- name: normalized
|
| 47 |
+
list:
|
| 48 |
+
- name: db_name
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: db_id
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: events
|
| 53 |
+
list:
|
| 54 |
+
- name: id
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: type
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: trigger
|
| 59 |
+
struct:
|
| 60 |
+
- name: text
|
| 61 |
+
sequence: string
|
| 62 |
+
- name: offsets
|
| 63 |
+
sequence:
|
| 64 |
+
list: int32
|
| 65 |
+
- name: arguments
|
| 66 |
+
list:
|
| 67 |
+
- name: role
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: ref_id
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: coreferences
|
| 72 |
+
list:
|
| 73 |
+
- name: id
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: entity_ids
|
| 76 |
+
sequence: string
|
| 77 |
+
- name: relations
|
| 78 |
+
list:
|
| 79 |
+
- name: id
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: type
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: arg1_id
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: arg2_id
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: normalized
|
| 88 |
+
list:
|
| 89 |
+
- name: db_name
|
| 90 |
+
dtype: string
|
| 91 |
+
- name: db_id
|
| 92 |
+
dtype: string
|
| 93 |
+
splits:
|
| 94 |
+
- name: train
|
| 95 |
+
num_bytes: 2026145
|
| 96 |
+
num_examples: 500
|
| 97 |
+
- name: test
|
| 98 |
+
num_bytes: 2116547
|
| 99 |
+
num_examples: 500
|
| 100 |
+
- name: validation
|
| 101 |
+
num_bytes: 2086230
|
| 102 |
+
num_examples: 500
|
| 103 |
+
download_size: 2180845
|
| 104 |
+
dataset_size: 6228922
|
| 105 |
+
- config_name: bc5cdr_source
|
| 106 |
features:
|
| 107 |
- name: passages
|
| 108 |
list:
|
|
|
|
| 152 |
download_size: 1516417
|
| 153 |
dataset_size: 4516532
|
| 154 |
configs:
|
| 155 |
+
- config_name: bc5cdr_bigbio_kb
|
| 156 |
+
data_files:
|
| 157 |
+
- split: train
|
| 158 |
+
path: bc5cdr_bigbio_kb/train-*
|
| 159 |
+
- split: test
|
| 160 |
+
path: bc5cdr_bigbio_kb/test-*
|
| 161 |
+
- split: validation
|
| 162 |
+
path: bc5cdr_bigbio_kb/validation-*
|
| 163 |
- config_name: bc5cdr_source
|
| 164 |
data_files:
|
| 165 |
- split: train
|
bc5cdr_bigbio_kb/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ab32a5f76bfb95f64ee9ccee6d3288d6702c1c394524163cbc6c4f35f19a613
|
| 3 |
+
size 739406
|
bc5cdr_bigbio_kb/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c211b17d6caa8fb8bd081ad7888cedae49319790a3aa0b193a4563d02b16cfae
|
| 3 |
+
size 715021
|
bc5cdr_bigbio_kb/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1cd2d0cefb54f6e1bdf48e8b9fa3ecf004ae0bc74439e0b1d2f7a9247a81fd5
|
| 3 |
+
size 726418
|