araag2 commited on
Commit
f5abeb7
·
verified ·
1 Parent(s): 502b53b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md CHANGED
@@ -131,4 +131,82 @@ configs:
131
  path: source/dev-*
132
  - split: test
133
  path: source/test-*
 
 
 
 
 
 
 
 
 
 
 
134
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  path: source/dev-*
132
  - split: test
133
  path: source/test-*
134
+ license: cc-by-sa-4.0
135
+ task_categories:
136
+ - question-answering
137
+ - text-classification
138
+ language:
139
+ - en
140
+ tags:
141
+ - medical
142
+ pretty_name: Evidence Inference 2.0
143
+ size_categories:
144
+ - 10K<n<100K
145
  ---
146
+
147
+ # Evidence Inference v2
148
+
149
+ ## Dataset Description
150
+
151
+ - **Homepage:** [https://paperswithcode.com/dataset/evidence-inference-2-0](Papers with Code)
152
+ - **Original Repository:** [https://github.com/jayded/evidence-inference](Github)
153
+ - **Paper:** [https://arxiv.org/abs/2005.04177](arXiv)
154
+
155
+ - **Points of Contact:**
156
+
157
+ Main Original Author - Jay DeYoung (deyoung.j@northeastern.edu)
158
+ Huggingface Curator and Mantainer - Artur Guimarães (artur.guimas@gmail.com)
159
+
160
+ ### Dataset Summary
161
+
162
+ `The dataset consists of biomedical articles describing randomized control trials (RCTs) that compare multiple treatments. Each of these articles will have multiple questions, or 'prompts' associated with them. These prompts will ask about the relationship between an intervention and comparator with respect to an outcome, as reported in the trial. For example, a prompt may ask about the reported effects of aspirin as compared to placebo on the duration of headaches.`
163
+
164
+ ### Data Instances
165
+
166
+ ```
167
+ {
168
+ 'TO:DO': ...,
169
+ ...
170
+ }
171
+ ```
172
+
173
+ ### Data Fields
174
+
175
+ TO:DO
176
+
177
+ ## Additional Information
178
+
179
+ ### Dataset Curators
180
+
181
+ #### Original Paper
182
+
183
+ - Jay DeYoung (deyoung.j@northeastern.edu) - Khoury College of Computer Sciences, Northeastern University
184
+ - Eric Lehman (lehman.e@northeastern.edu) - Khoury College of Computer Sciences, Northeastern University
185
+ - Ben Nye (nye.b@northeastern.edu) - Khoury College of Computer Sciences, Northeastern University
186
+ - Iain J. Marshall (mail@ijmarshall.com) - Kings College London
187
+ - Byron C. Wallace (b.wallace@northeastern.edu) - Khoury College of Computer Sciences, Northeastern University
188
+
189
+ #### Huggingface Curator
190
+
191
+ - Artur Guimarães (artur.guimas@gmail.com) - INESC-ID / University of Lisbon - Instituto Superior Técnico
192
+
193
+ ### Licensing Information
194
+
195
+ [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)
196
+
197
+ ### Citation Information
198
+
199
+ ```
200
+ @article{deyoung2020evidence,
201
+ title={Evidence inference 2.0: More data, better models},
202
+ author={DeYoung, Jay and Lehman, Eric and Nye, Ben and Marshall, Iain J and Wallace, Byron C},
203
+ journal={arXiv preprint arXiv:2005.04177},
204
+ year={2020}
205
+ }
206
+ ```
207
+
208
+ [10.18653/v1/2020.bionlp-1.13](10.18653/v1/2020.bionlp-1.13)
209
+
210
+ ### Contributions
211
+
212
+ Thanks to [Github araag2](https://github.com/araag2) for adding this dataset.