Reinforcement Learning for Abstractive Question Summarization with Question-aware Semantic Rewards
Shweta Yadav, Deepak Gupta, Asma Ben Abacha, Dina Demner-Fushman
Abstract
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. The source code is available here: https://github.com/shwetanlp/CHQ-Summ.
BibTeX
@inproceedings{yadav-etal-2021-reinforcement,
title = "Reinforcement Learning for Abstractive Question Summarization with Question-aware Semantic Rewards",
author = "Yadav, Shweta and
Gupta, Deepak and
Ben Abacha, Asma and
Demner-Fushman, Dina",
editor = "Zong, Chengqing and
Xia, Fei and
Li, Wenjie and
Navigli, Roberto",
booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 2: Short Papers)",
month = aug,
year = "2021",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2021.acl-short.33/",
doi = "10.18653/v1/2021.acl-short.33",
pages = "249--255"
}