phucdev commited on
Commit
c5df62f
1 Parent(s): de5ccdb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +153 -0
README.md CHANGED
@@ -70,4 +70,157 @@ configs:
70
  path: data/validation-*
71
  - split: test
72
  path: data/test-*
 
 
 
 
 
 
 
73
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  path: data/validation-*
71
  - split: test
72
  path: data/test-*
73
+ task_categories:
74
+ - text-classification
75
+ language:
76
+ - en
77
+ tags:
78
+ - medical
79
+ pretty_name: MedDistant19
80
  ---
81
+ # Dataset Card for MedDistant19
82
+
83
+ ## Dataset Description
84
+
85
+ - **Repository:** https://github.com/suamin/MedDistant19
86
+ - **Paper:** https://aclanthology.org/2022.coling-1.198/
87
+
88
+
89
+ #### Dataset Summary
90
+
91
+ MedDistant19 is a more accurate benchmark for broad-coverage distantly supervised biomedical relation extraction that addresses these shortcomings and is obtained by aligning the MEDLINE abstracts with the widely used SNOMED Clinical Terms knowledge base.
92
+ For more details, please refer to the paper: https://aclanthology.org/2022.coling-1.198/
93
+
94
+
95
+ ### Languages
96
+
97
+ The language in the dataset is English.
98
+
99
+ ## Dataset Structure
100
+
101
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
102
+
103
+ ### Data Instances
104
+
105
+ An example of 'train' looks as follow:
106
+ ```json
107
+ {
108
+ 'text': 'In spite of multiple treatment regimens consisting of surgical resection , radiation therapy , and multi-agent chemotherapy , the prognosis is very poor .',
109
+ 'h': {
110
+ 'id': 'C0015252',
111
+ 'start': 54,
112
+ 'end': 72,
113
+ 'name': 'surgical resection'
114
+ },
115
+ 't': {
116
+ 'id': 'C0033325',
117
+ 'start': 130,
118
+ 'end': 139,
119
+ 'name': 'prognosis'
120
+ },
121
+ 'relation': 0
122
+ }
123
+ ```
124
+
125
+ ### Data Fields
126
+
127
+ - `text`: the text of this example, a `string` feature.
128
+ - `h`: head entity
129
+ - `id`: identifier of the head entity, a `string` feature.
130
+ - `start`: character off start of the head entity, a `int32` feature.
131
+ - `end`: character off end of the head entity, a `int32` feature.
132
+ - `name`: head entity text, a `string` feature.
133
+ - `t`: tail entity
134
+ - `id`: identifier of the tail entity, a `string` feature.
135
+ - `start`: character off start of the tail entity, a `int32` feature.
136
+ - `end`: character off end of the tail entity, a `int32` feature.
137
+ - `name`: tail entity text, a `string` feature.
138
+ - `relation`: a class label.
139
+
140
+
141
+ ## Dataset Creation
142
+
143
+ ### Curation Rationale
144
+
145
+ <!-- Motivation for the creation of this dataset. -->
146
+
147
+ [More Information Needed]
148
+
149
+ ### Source Data
150
+
151
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
152
+
153
+ #### Data Collection and Processing
154
+
155
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
156
+
157
+ [More Information Needed]
158
+
159
+ #### Who are the source data producers?
160
+
161
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
162
+
163
+ [More Information Needed]
164
+
165
+
166
+ #### Annotation process
167
+
168
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
169
+
170
+ [More Information Needed]
171
+
172
+ #### Who are the annotators?
173
+
174
+ <!-- This section describes the people or systems who created the annotations. -->
175
+
176
+ [More Information Needed]
177
+
178
+ #### Personal and Sensitive Information
179
+
180
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
181
+
182
+ [More Information Needed]
183
+
184
+ ## Bias, Risks, and Limitations
185
+
186
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
187
+
188
+ [More Information Needed]
189
+
190
+ ### Recommendations
191
+
192
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
193
+
194
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
195
+
196
+ ## Citation
197
+
198
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
199
+
200
+ **BibTeX:**
201
+
202
+ ```tex
203
+ @inproceedings{amin-etal-2022-meddistant19,
204
+ title = "{M}ed{D}istant19: Towards an Accurate Benchmark for Broad-Coverage Biomedical Relation Extraction",
205
+ author = "Amin, Saadullah and Minervini, Pasquale and Chang, David and Stenetorp, Pontus and Neumann, G{\"u}nter",
206
+ booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
207
+ month = oct,
208
+ year = "2022",
209
+ address = "Gyeongju, Republic of Korea",
210
+ publisher = "International Committee on Computational Linguistics",
211
+ url = "https://aclanthology.org/2022.coling-1.198",
212
+ pages = "2259--2277",
213
+ }
214
+ ```
215
+
216
+ **APA:**
217
+
218
+ Amin, S., Minervini, P., Chang, D., Stenetorp, P., & Neumann, G. (2022). Meddistant19: towards an accurate benchmark for broad-coverage biomedical relation extraction. arXiv preprint arXiv:2204.04779.
219
+
220
+ ## Dataset Card Authors
221
+
222
+ [@phucdev](https://github.com/phucdev)
223
+
224
+ ## Dataset Card Contact
225
+
226
+ [@phucdev](https://github.com/phucdev)