File size: 2,890 Bytes
fbd0581 9f8612d fbd0581 9f8612d fbd0581 9f8612d fbd0581 9f8612d 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 |
---
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_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_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}
}
```
|