File size: 1,668 Bytes
22f603b
 
 
5b7dfa6
 
abdbddf
 
 
 
 
 
44789ed
 
 
efacbb3
 
 
44789ed
6fce769
efacbb3
 
 
 
 
 
6fce769
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
---

license: apache-2.0
---

- Problem type: Summarization

languages:
- en

multilinguality:
- monolingual

task_ids:

- summarization



# MeQSum

Dataset for medical question summarization introduced in the ACL 2019 paper "On the Summarization of Consumer Health Questions": https://www.aclweb.org/anthology/P19-1215 



### Citation Information

```bibtex

@Inproceedings{MeQSum,

author = {Asma {Ben Abacha} and Dina Demner-Fushman},

title = {On the Summarization of Consumer Health Questions},

booktitle = {Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, ACL 2019, Florence, Italy, July 28th - August 2},

year = {2019},

abstract = {Question understanding is one of the main challenges in question answering. In real world applications, users often submit natural language questions that are longer than needed and include peripheral information that increases the complexity of the question, leading to substantially more false positives in answer retrieval. In this paper, we study neural abstractive models for medical question summarization. We introduce the MeQSum corpus of 1,000 summarized consumer health questions. We explore data augmentation methods and evaluate state-of-the-art neural abstractive models on this new task. In particular, we show that semantic augmentation from question datasets improves the overall performance, and that pointer-generator networks outperform sequence-to-sequence attentional models on this task, with a ROUGE-1 score of 44.16%. We also present a detailed error analysis and discuss directions for improvement that are specific to question summarization. }}

```