File size: 4,750 Bytes
fbd0581
66a7fec
fbd0581
 
 
 
66a7fec
 
 
fbd0581
66a7fec
 
 
fbd0581
 
 
66a7fec
2f53f7e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66a7fec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2f53f7e
 
 
 
 
 
 
 
66a7fec
 
 
 
 
 
 
 
 
fbd0581
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
---
language:
- en
license: other
multilinguality: monolingual
pretty_name: BC5CDR
bigbio_language:
- English
bigbio_license_shortname: PUBLIC_DOMAIN_MARK_1p0
homepage: http://www.biocreative.org/tasks/biocreative-v/track-3-cdr/
bigbio_pubmed: true
bigbio_public: true
bigbio_tasks:
- NAMED_ENTITY_RECOGNITION
- NAMED_ENTITY_DISAMBIGUATION
- RELATION_EXTRACTION
dataset_info:
- config_name: bc5cdr_bigbio_kb
  features:
  - name: id
    dtype: string
  - name: document_id
    dtype: string
  - name: passages
    list:
    - name: id
      dtype: string
    - name: type
      dtype: string
    - name: text
      sequence: string
    - name: offsets
      sequence:
        list: int32
  - name: entities
    list:
    - name: id
      dtype: string
    - name: type
      dtype: string
    - name: text
      sequence: string
    - name: offsets
      sequence:
        list: int32
    - name: normalized
      list:
      - name: db_name
        dtype: string
      - name: db_id
        dtype: string
  - name: events
    list:
    - name: id
      dtype: string
    - name: type
      dtype: string
    - name: trigger
      struct:
      - name: text
        sequence: string
      - name: offsets
        sequence:
          list: int32
    - name: arguments
      list:
      - name: role
        dtype: string
      - name: ref_id
        dtype: string
  - name: coreferences
    list:
    - name: id
      dtype: string
    - name: entity_ids
      sequence: string
  - name: relations
    list:
    - name: id
      dtype: string
    - name: type
      dtype: string
    - name: arg1_id
      dtype: string
    - name: arg2_id
      dtype: string
    - name: normalized
      list:
      - name: db_name
        dtype: string
      - name: db_id
        dtype: string
  splits:
  - name: train
    num_bytes: 2026145
    num_examples: 500
  - name: test
    num_bytes: 2116547
    num_examples: 500
  - name: validation
    num_bytes: 2086230
    num_examples: 500
  download_size: 2180845
  dataset_size: 6228922
- config_name: bc5cdr_source
  features:
  - name: passages
    list:
    - name: document_id
      dtype: string
    - name: type
      dtype: string
    - name: text
      dtype: string
    - name: entities
      list:
      - name: id
        dtype: string
      - name: offsets
        list:
          list: int32
      - name: text
        list: string
      - name: type
        dtype: string
      - name: normalized
        list:
        - name: db_name
          dtype: string
        - name: db_id
          dtype: string
    - name: relations
      list:
      - name: id
        dtype: string
      - name: type
        dtype: string
      - name: arg1_id
        dtype: string
      - name: arg2_id
        dtype: string
  splits:
  - name: train
    num_bytes: 1488733
    num_examples: 500
  - name: test
    num_bytes: 1535335
    num_examples: 500
  - name: validation
    num_bytes: 1492464
    num_examples: 500
  download_size: 1516417
  dataset_size: 4516532
configs:
- config_name: bc5cdr_bigbio_kb
  data_files:
  - split: train
    path: bc5cdr_bigbio_kb/train-*
  - split: test
    path: bc5cdr_bigbio_kb/test-*
  - split: validation
    path: bc5cdr_bigbio_kb/validation-*
- config_name: bc5cdr_source
  data_files:
  - split: train
    path: bc5cdr_source/train-*
  - split: test
    path: bc5cdr_source/test-*
  - split: validation
    path: bc5cdr_source/validation-*
  default: true
---


# Dataset Card for BC5CDR

## Dataset Description

- **Homepage:** http://www.biocreative.org/tasks/biocreative-v/track-3-cdr/
- **Pubmed:** True
- **Public:** True
- **Tasks:** NER,NED,RE


The BioCreative V Chemical Disease Relation (CDR) dataset is a large annotated text corpus of human annotations of all chemicals, diseases and their interactions in 1,500 PubMed articles.



## Citation Information

```
@article{DBLP:journals/biodb/LiSJSWLDMWL16,
  author    = {Jiao Li and
               Yueping Sun and
               Robin J. Johnson and
               Daniela Sciaky and
               Chih{-}Hsuan Wei and
               Robert Leaman and
               Allan Peter Davis and
               Carolyn J. Mattingly and
               Thomas C. Wiegers and
               Zhiyong Lu},
  title     = {BioCreative {V} {CDR} task corpus: a resource for chemical disease
               relation extraction},
  journal   = {Database J. Biol. Databases Curation},
  volume    = {2016},
  year      = {2016},
  url       = {https://doi.org/10.1093/database/baw068},
  doi       = {10.1093/database/baw068},
  timestamp = {Thu, 13 Aug 2020 12:41:41 +0200},
  biburl    = {https://dblp.org/rec/journals/biodb/LiSJSWLDMWL16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

```