CLJul 1, 2021

Reinforcement Learning for Abstractive Question Summarization with Question-aware Semantic Rewards

arXiv:2107.00176v1717 citations
Originality Incremental advance
AI Analysis

This work addresses the need for reliable question answering systems in online health platforms by improving automatic question summarization, though it is incremental as it builds on existing methods with specific enhancements.

The paper tackles the challenge of automatically summarizing long consumer health questions by introducing a reinforcement learning framework with novel semantic rewards from question-type and question-focus recognition, achieving higher performance over state-of-the-art models on benchmark datasets.

The growth of online consumer health questions has led to the necessity for reliable and accurate question answering systems. A recent study showed that manual summarization of consumer health questions brings significant improvement in retrieving relevant answers. However, the automatic summarization of long questions is a challenging task due to the lack of training data and the complexity of the related subtasks, such as the question focus and type recognition. In this paper, we introduce a reinforcement learning-based framework for abstractive question summarization. We propose two novel rewards obtained from the downstream tasks of (i) question-type identification and (ii) question-focus recognition to regularize the question generation model. These rewards ensure the generation of semantically valid questions and encourage the inclusion of key medical entities/foci in the question summary. We evaluated our proposed method on two benchmark datasets and achieved higher performance over state-of-the-art models. The manual evaluation of the summaries reveals that the generated questions are more diverse and have fewer factual inconsistencies than the baseline summaries

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes