Fluent Response Generation for Conversational Question Answering

Ashutosh Baheti, Alan Ritter, Kevin Small


Abstract
Question answering (QA) is an important aspect of open-domain conversational agents, garnering specific research focus in the conversational QA (ConvQA) subtask. One notable limitation of recent ConvQA efforts is the response being answer span extraction from the target corpus, thus ignoring the natural language generation (NLG) aspect of high-quality conversational agents. In this work, we propose a method for situating QA responses within a SEQ2SEQ NLG approach to generate fluent grammatical answer responses while maintaining correctness. From a technical perspective, we use data augmentation to generate training data for an end-to-end system. Specifically, we develop Syntactic Transformations (STs) to produce question-specific candidate answer responses and rank them using a BERT-based classifier (Devlin et al., 2019). Human evaluation on SQuAD 2.0 data (Rajpurkar et al., 2018) demonstrate that the proposed model outperforms baseline CoQA and QuAC models in generating conversational responses. We further show our model’s scalability by conducting tests on the CoQA dataset. The code and data are available at https://github.com/abaheti95/QADialogSystem.
Anthology ID:
2020.acl-main.19
Volume:
Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics
Month:
July
Year:
2020
Address:
Online
Editors:
Dan Jurafsky, Joyce Chai, Natalie Schluter, Joel Tetreault
Venue:
ACL
SIG:
Publisher:
Association for Computational Linguistics
Note:
Pages:
191–207
Language:
URL:
https://aclanthology.org/2020.acl-main.19
DOI:
10.18653/v1/2020.acl-main.19
Bibkey:
Cite (ACL):
Ashutosh Baheti, Alan Ritter, and Kevin Small. 2020. Fluent Response Generation for Conversational Question Answering. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pages 191–207, Online. Association for Computational Linguistics.
Cite (Informal):
Fluent Response Generation for Conversational Question Answering (Baheti et al., ACL 2020)
Copy Citation:
PDF:
https://aclanthology.org/2020.acl-main.19.pdf
Video:
 http://slideslive.com/38928997
Code
 abaheti95/QADialogSystem
Data
CoQANatural QuestionsQuACSQuAD