Add 'chemprot_bigbio_kb' config data files
Browse files
README.md
CHANGED
|
@@ -14,6 +14,96 @@ bigbio_tasks:
|
|
| 14 |
- RELATION_EXTRACTION
|
| 15 |
- NAMED_ENTITY_RECOGNITION
|
| 16 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- config_name: chemprot_full_source
|
| 18 |
features:
|
| 19 |
- name: pmid
|
|
@@ -93,6 +183,16 @@ dataset_info:
|
|
| 93 |
download_size: 2924370
|
| 94 |
dataset_size: 7643328
|
| 95 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
- config_name: chemprot_full_source
|
| 97 |
data_files:
|
| 98 |
- split: sample
|
|
|
|
| 14 |
- RELATION_EXTRACTION
|
| 15 |
- NAMED_ENTITY_RECOGNITION
|
| 16 |
dataset_info:
|
| 17 |
+
- config_name: chemprot_bigbio_kb
|
| 18 |
+
features:
|
| 19 |
+
- name: id
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: document_id
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: passages
|
| 24 |
+
list:
|
| 25 |
+
- name: id
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: type
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: text
|
| 30 |
+
sequence: string
|
| 31 |
+
- name: offsets
|
| 32 |
+
sequence:
|
| 33 |
+
list: int32
|
| 34 |
+
- name: entities
|
| 35 |
+
list:
|
| 36 |
+
- name: id
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: type
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: text
|
| 41 |
+
sequence: string
|
| 42 |
+
- name: offsets
|
| 43 |
+
sequence:
|
| 44 |
+
list: int32
|
| 45 |
+
- name: normalized
|
| 46 |
+
list:
|
| 47 |
+
- name: db_name
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: db_id
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: events
|
| 52 |
+
list:
|
| 53 |
+
- name: id
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: type
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: trigger
|
| 58 |
+
struct:
|
| 59 |
+
- name: text
|
| 60 |
+
sequence: string
|
| 61 |
+
- name: offsets
|
| 62 |
+
sequence:
|
| 63 |
+
list: int32
|
| 64 |
+
- name: arguments
|
| 65 |
+
list:
|
| 66 |
+
- name: role
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: ref_id
|
| 69 |
+
dtype: string
|
| 70 |
+
- name: coreferences
|
| 71 |
+
list:
|
| 72 |
+
- name: id
|
| 73 |
+
dtype: string
|
| 74 |
+
- name: entity_ids
|
| 75 |
+
sequence: string
|
| 76 |
+
- name: relations
|
| 77 |
+
list:
|
| 78 |
+
- name: id
|
| 79 |
+
dtype: string
|
| 80 |
+
- name: type
|
| 81 |
+
dtype: string
|
| 82 |
+
- name: arg1_id
|
| 83 |
+
dtype: string
|
| 84 |
+
- name: arg2_id
|
| 85 |
+
dtype: string
|
| 86 |
+
- name: normalized
|
| 87 |
+
list:
|
| 88 |
+
- name: db_name
|
| 89 |
+
dtype: string
|
| 90 |
+
- name: db_id
|
| 91 |
+
dtype: string
|
| 92 |
+
splits:
|
| 93 |
+
- name: sample
|
| 94 |
+
num_bytes: 174378
|
| 95 |
+
num_examples: 50
|
| 96 |
+
- name: train
|
| 97 |
+
num_bytes: 3509825
|
| 98 |
+
num_examples: 1020
|
| 99 |
+
- name: test
|
| 100 |
+
num_bytes: 2838045
|
| 101 |
+
num_examples: 800
|
| 102 |
+
- name: validation
|
| 103 |
+
num_bytes: 2098255
|
| 104 |
+
num_examples: 612
|
| 105 |
+
download_size: 3644874
|
| 106 |
+
dataset_size: 8620503
|
| 107 |
- config_name: chemprot_full_source
|
| 108 |
features:
|
| 109 |
- name: pmid
|
|
|
|
| 183 |
download_size: 2924370
|
| 184 |
dataset_size: 7643328
|
| 185 |
configs:
|
| 186 |
+
- config_name: chemprot_bigbio_kb
|
| 187 |
+
data_files:
|
| 188 |
+
- split: sample
|
| 189 |
+
path: chemprot_bigbio_kb/sample-*
|
| 190 |
+
- split: train
|
| 191 |
+
path: chemprot_bigbio_kb/train-*
|
| 192 |
+
- split: test
|
| 193 |
+
path: chemprot_bigbio_kb/test-*
|
| 194 |
+
- split: validation
|
| 195 |
+
path: chemprot_bigbio_kb/validation-*
|
| 196 |
- config_name: chemprot_full_source
|
| 197 |
data_files:
|
| 198 |
- split: sample
|
chemprot_bigbio_kb/sample-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9e6475f44050d56ad4bb9801c544d890fac6bdd2e2da2396b2bdfe6a4aedbb7
|
| 3 |
+
size 97134
|
chemprot_bigbio_kb/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cb0525070e1f54da1e40ef37553792ac5fabe5fa9832ecb2bda09d591131669
|
| 3 |
+
size 1181109
|
chemprot_bigbio_kb/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:248ff5f162e86e640334300cd45a9ee472581b9ef22bc05e553bea1f1b278dff
|
| 3 |
+
size 1476494
|
chemprot_bigbio_kb/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc9d9301f143aabdeb32410c95bca10325f782f9ca74c516e7747c5a25cbd98e
|
| 3 |
+
size 890137
|