Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- question-answering
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- medical
|
8 |
+
pretty_name: LiveQAMedical
|
9 |
+
size_categories:
|
10 |
+
- n<1K
|
11 |
+
---
|
12 |
+
|
13 |
+
# Dataset Card for LiveQA Medical from TREC 2017
|
14 |
+
|
15 |
+
The LiveQA'17 medical task focuses on consumer health question answering. Consumer health questions were received by the U.S. National Library of Medicine (NLM).
|
16 |
+
The dataset consists of constructed medical question-answer pairs for training and testing, with additional annotations that can be used to develop question analysis and question answering systems.
|
17 |
+
|
18 |
+
Please refer to our overview paper for more information about the constructed datasets and the LiveQA Track:
|
19 |
+
|
20 |
+
Asma Ben Abacha, Eugene Agichtein, Yuval Pinter & Dina Demner-Fushman. Overview of the Medical Question Answering Task at TREC 2017 LiveQA. TREC, Gaithersburg, MD, 2017 (https://trec.nist.gov/pubs/trec26/papers/Overview-QA.pdf).
|
21 |
+
|
22 |
+
|
23 |
+
**Homepage:** [https://github.com/abachaa/LiveQA_MedicalTask_TREC2017](https://github.com/abachaa/LiveQA_MedicalTask_TREC2017)
|
24 |
+
|
25 |
+
## Medical Training Data
|
26 |
+
|
27 |
+
Currently, this part of the dataset is not integrated with huggingface.
|
28 |
+
You can download the pre-processed jsonl that I have uploaded in the files tab instead.
|
29 |
+
|
30 |
+
The dataset provides 634 question-answer pairs for training:
|
31 |
+
|
32 |
+
1) TREC-2017-LiveQA-Medical-Train-1.xml => 388 question-answer pairs corresponding to 200 NLM questions.
|
33 |
+
Each question is divided into one or more subquestion(s). Each subquestion has one or more answer(s).
|
34 |
+
These question-answer pairs were constructed automatically and validated manually.
|
35 |
+
|
36 |
+
2) TREC-2017-LiveQA-Medical-Train-2.xml => 246 question-answer pairs corresponding to 246 NLM questions.
|
37 |
+
Answers were retrieved manually by librarians.
|
38 |
+
|
39 |
+
The datasets are not exhaustive with regards to subquestions, i.e., some subquestions might not be annotated.
|
40 |
+
Additional annotations are provided for both (i) the Focus and (ii) the Question Type used to define each subquestion.
|
41 |
+
23 question types were considered (e.g. Treatment, Cause, Diagnosis, Indication, Susceptibility, Dosage) related to four focus categories: Disease, Drug, Treatment and Exam.
|
42 |
+
|
43 |
+
## Medical Test Data
|
44 |
+
|
45 |
+
Test split can be easily downloaded via huggingface.
|
46 |
+
|
47 |
+
Test questions cover 26 question types associated with five focus categories.
|
48 |
+
Each question includes one or more subquestion(s) and at least one focus and one question type.
|
49 |
+
Reference answers were selected from trusted resources and validated by medical experts.
|
50 |
+
At least one reference answer is provided for each test question, its URL and relevant comments.
|
51 |
+
Question paraphrases were created by assessors and used with the reference answers to judge the participants' answers.
|
52 |
+
|
53 |
+
```
|
54 |
+
If you use these datasets, please cite paper:
|
55 |
+
|
56 |
+
@inproceedings{LiveMedQA2017,
|
57 |
+
author = {Asma {Ben Abacha} and Eugene Agichtein and Yuval Pinter and Dina Demner{-}Fushman},
|
58 |
+
title = {Overview of the Medical Question Answering Task at TREC 2017 LiveQA},
|
59 |
+
booktitle = {TREC 2017},
|
60 |
+
year = {2017}
|
61 |
+
}
|
62 |
+
```
|