paper-with-me

Papers

Question-aware Transformer Models for Consumer Health Question Summarization

2021-06-01 · Shweta Yadav, Deepak Gupta, Asma Ben Abacha, Dina Demner-Fushman

Searching for health information online is becoming customary for more and more consumers every day, which makes the need for efficient and reliable question answering systems more pressing. An important contributor to the success rates of these systems is their ability to fully understand the consumers' questions. However, these questions are frequently longer than needed and mention peripheral information that is not useful in finding relevant answers. Question summarization is one of the potential solutions to simplifying long and complex consumer questions before attempting to find an answer. In this paper, we study the task of abstractive summarization for real-world consumer health questions. We develop an abstractive question summarization model that leverages the semantic interpretation of a question via recognition of medical entities, which enables the generation of informative summaries. Towards this, we propose multiple Cloze tasks (i.e. the task of filing missing words in a given context) to identify the key medical entities that enforce the model to have better coverage in question-focus recognition. Additionally, we infuse the decoder inputs with question-type information to generate question-type driven summaries. When evaluated on the MeQSum benchmark corpus, our framework outperformed the state-of-the-art method by 10.2 ROUGE-L points. We also conducted a manual evaluation to assess the correctness of the generated summaries.

📄 PDF Abstract BibTeX arXiv:2106.00219

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationDecoderQuestion Answering

Similar Papers 제목 키워드 기반

NLM at MEDIQA 2021: Transfer Learning-based Approaches for Consumer Question and Multi-Answer Summarization

2021-06-01 · NAACL (BioNLP) 2021 6 · Shweta Yadav, Mourad Sarrouti, Deepak Gupta

The quest for seeking health information has swamped the web with consumers’ healthrelated questions, which makes the need for efficient and reliable question answering systems more pressing. The consumers’ questions, ho…

DescriptiveQuestion AnsweringRetrievalTransfer Learning

CHQ-Summ: A Dataset for Consumer Healthcare Question Summarization

2022-06-14 · Shweta Yadav, Deepak Gupta, Dina Demner-Fushman

The quest for seeking health information has swamped the web with consumers' health-related questions. Generally, consumers use overly descriptive and peripheral information to express their medical condition or other he…

Community Question AnsweringDescriptiveNatural Language UnderstandingQuestion Answering

A Dataset and Benchmark for Consumer Healthcare Question Summarization

2025-12-29 · Abhishek Basu, Deepak Gupta, Dina Demner-Fushman, Shweta Yadav arxiv

The quest for seeking health information has swamped the web with consumers health-related questions. Generally, consumers use overly descriptive and peripheral information to express their medical condition or other hea…

Natural Language UnderstandingCommunity Question AnsweringMulti-Document Summarization

NCUEE-NLP at MEDIQA 2021: Health Question Summarization Using PEGASUS Transformers

2021-06-01 · NAACL (BioNLP) 2021 6 · Lung-Hao Lee, Po-Han Chen, Yu-Xiang Zeng, Po-Lei Lee 외

This study describes the model design of the NCUEE-NLP system for the MEDIQA challenge at the BioNLP 2021 workshop. We use the PEGASUS transformers and fine-tune the downstream summarization task using our collected and …

CMU LiveMedQA at TREC 2017 LiveQA: A Consumer Health Question Answering System

2017-11-15 · Yuan Yang, Jingcheng Yu, Ye Hu, Xiaoyao Xu 외

In this paper, we present LiveMedQA, a question answering system that is optimized for consumer health question. On top of the general QA system pipeline, we introduce several new features that aim to exploit domain-spec…

Answer GenerationGeneral ClassificationQuestion AnsweringRetrieval+2