CLNov 22, 2019

Joint Learning of Answer Selection and Answer Summary Generation in Community Question Answering

arXiv:1911.09801v165 citations
Originality Incremental advance
AI Analysis

This addresses reading difficulties and misunderstandings for community users by improving answer selection and summarization in CQA, though it is incremental as it builds on existing pointer-generator networks.

The paper tackles the problems of answer redundancy and lengthiness in community question answering by proposing a joint learning model for answer selection and answer summary generation, achieving state-of-the-art results on both tasks.

Community question answering (CQA) gains increasing popularity in both academy and industry recently. However, the redundancy and lengthiness issues of crowdsourced answers limit the performance of answer selection and lead to reading difficulties and misunderstandings for community users. To solve these problems, we tackle the tasks of answer selection and answer summary generation in CQA with a novel joint learning model. Specifically, we design a question-driven pointer-generator network, which exploits the correlation information between question-answer pairs to aid in attending the essential information when generating answer summaries. Meanwhile, we leverage the answer summaries to alleviate noise in original lengthy answers when ranking the relevancy degrees of question-answer pairs. In addition, we construct a new large-scale CQA corpus, WikiHowQA, which contains long answers for answer selection as well as reference summaries for answer summarization. The experimental results show that the joint learning method can effectively address the answer redundancy issue in CQA and achieves state-of-the-art results on both answer selection and text summarization tasks. Furthermore, the proposed model is shown to be of great transferring ability and applicability for resource-poor CQA tasks, which lack of reference answer 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