ghadeermobasher
commited on
Commit
•
8f4deb9
1
Parent(s):
aa154c3
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,152 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotations_creators:
|
2 |
+
- expert-generated
|
3 |
+
language_creators:
|
4 |
+
- expert-generated
|
5 |
+
languages:
|
6 |
+
- en
|
7 |
+
licenses:
|
8 |
+
- unknown
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
paperswithcode_id: bc4chemd
|
12 |
+
pretty_name: BC4CHEMD
|
13 |
+
size_categories:
|
14 |
+
- 1K<n<10K
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- structure-prediction
|
19 |
+
task_ids:
|
20 |
+
- named-entity-recognition
|
21 |
+
|
22 |
+
# Dataset Card for BC4CHEMD
|
23 |
+
|
24 |
+
## Table of Contents
|
25 |
+
- [Dataset Description](#dataset-description)
|
26 |
+
- [Dataset Summary](#dataset-summary)
|
27 |
+
- [Supported Tasks](#supported-tasks-and-leaderboards)
|
28 |
+
- [Languages](#languages)
|
29 |
+
- [Dataset Structure](#dataset-structure)
|
30 |
+
- [Data Instances](#data-instances)
|
31 |
+
- [Data Fields](#data-instances)
|
32 |
+
- [Data Splits](#data-instances)
|
33 |
+
- [Dataset Creation](#dataset-creation)
|
34 |
+
- [Curation Rationale](#curation-rationale)
|
35 |
+
- [Source Data](#source-data)
|
36 |
+
- [Annotations](#annotations)
|
37 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
38 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
39 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
40 |
+
- [Discussion of Biases](#discussion-of-biases)
|
41 |
+
- [Other Known Limitations](#other-known-limitations)
|
42 |
+
- [Additional Information](#additional-information)
|
43 |
+
- [Dataset Curators](#dataset-curators)
|
44 |
+
- [Licensing Information](#licensing-information)
|
45 |
+
- [Citation Information](#citation-information)
|
46 |
+
|
47 |
+
## Dataset Description
|
48 |
+
|
49 |
+
- **Homepage:**
|
50 |
+
https://biocreative.bioinformatics.udel.edu/tasks/biocreative-v/track-3-cdr/
|
51 |
+
- **Repository:** https://github.com/cambridgeltl/MTL-Bioinformatics-2016/tree/master/data/BC4CHEMD
|
52 |
+
- **Paper:** BioCreative V CDR task corpus: a resource for chemical disease relation extraction
|
53 |
+
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4860626/
|
54 |
+
- **Leaderboard:** [Needs More Information]
|
55 |
+
- **Point of Contact:** [Zhiyong Lu] (mailto: Zhiyong.Lu@nih.gov)
|
56 |
+
|
57 |
+
### Dataset Summary
|
58 |
+
|
59 |
+
A corpus for both named entity recognition and chemical-disease relations in the literature. A total of 1500 articles have been annotated with automated assistance from PubTator. Jaccard agreement results and corpus statistics verified the reliability of the corpus.
|
60 |
+
|
61 |
+
### Supported Tasks and Leaderboards
|
62 |
+
|
63 |
+
named-entity-recognition
|
64 |
+
|
65 |
+
### Languages
|
66 |
+
|
67 |
+
en
|
68 |
+
|
69 |
+
## Dataset Structure
|
70 |
+
|
71 |
+
### Data Instances
|
72 |
+
|
73 |
+
|
74 |
+
Instances of the dataset contain an array of `tokens`, `ner_tags` and an `id`. An example of an instance of the dataset:
|
75 |
+
|
76 |
+
{
|
77 |
+
'tokens': ['DPP6','as','a','candidate','gene','for','neuroleptic','-','induced','tardive','dyskinesia','.']
|
78 |
+
, 'ner_tags': [0,0,0,0,0,0,0,0,0,0,0,0],
|
79 |
+
'id': '0'
|
80 |
+
}
|
81 |
+
|
82 |
+
### Data Fields
|
83 |
+
|
84 |
+
|
85 |
+
- `id`: Sentence identifier.
|
86 |
+
- `tokens`: Array of tokens composing a sentence.
|
87 |
+
- `ner_tags`: Array of tags, where `0` indicates no disease mentioned, `1` signals the first token of a chemical and `2` the subsequent chemical tokens.
|
88 |
+
|
89 |
+
### Data Splits
|
90 |
+
|
91 |
+
|
92 |
+
The data is split into a train (3500 instances), validation (3500 instances) and test set (3000 instances).
|
93 |
+
|
94 |
+
## Dataset Creation
|
95 |
+
|
96 |
+
### Curation Rationale
|
97 |
+
|
98 |
+
The goal of the dataset consists on improving the state-of-the-art in chemical name recognition and normalization research, by providing a high-quality gold standard thus enabling the development of machine-learning based approaches for such tasks.
|
99 |
+
|
100 |
+
### Source Data
|
101 |
+
|
102 |
+
#### Initial Data Collection and Normalization
|
103 |
+
|
104 |
+
|
105 |
+
The dataset consists on abstracts extracted from PubMed.
|
106 |
+
|
107 |
+
#### Who are the source language producers?
|
108 |
+
|
109 |
+
|
110 |
+
The source language producers are the authors of publication abstracts hosted in PubMed.
|
111 |
+
|
112 |
+
### Annotations
|
113 |
+
|
114 |
+
#### Annotation process
|
115 |
+
|
116 |
+
The curators were trained to mark up the text according to the labels specified in the guidelines. The raw text was not tokenized prior to the annotation and only the title was distinguished from the PubMed abstract. The selection of text spans was done at the character level, they did not allow nested annotations and distinct entity mentions should not overlap. Each text span was selected according to the annotation guidelines and classified manually into one of the CEM classes.
|
117 |
+
|
118 |
+
#### Who are the annotators?
|
119 |
+
|
120 |
+
The group of curators used for preparing the annotations was composed mainly of organic chemistry postgraduates with an average experience of 3-4 years in the annotation of chemical names and chemical structures.
|
121 |
+
|
122 |
+
### Personal and Sensitive Information
|
123 |
+
|
124 |
+
[N/A]
|
125 |
+
|
126 |
+
## Considerations for Using the Data
|
127 |
+
|
128 |
+
### Social Impact of Dataset
|
129 |
+
|
130 |
+
To avoid annotator bias, pairs of annotators were chosen randomly for each set, so that each pair of annotators overlapped for at most two sets.
|
131 |
+
|
132 |
+
### Discussion of Biases
|
133 |
+
|
134 |
+
The used CHEMDNER document set had to be representative and balanced in order to reflect the kind of documents that might mention the entity of interest.
|
135 |
+
|
136 |
+
### Other Known Limitations
|
137 |
+
|
138 |
+
[Needs More Information]
|
139 |
+
|
140 |
+
## Additional Information
|
141 |
+
|
142 |
+
### Dataset Curators
|
143 |
+
|
144 |
+
[Needs More Information]
|
145 |
+
|
146 |
+
### Licensing Information
|
147 |
+
|
148 |
+
[Needs More Information]
|
149 |
+
|
150 |
+
### Citation Information
|
151 |
+
|
152 |
+
[Needs More Information]
|