paper-with-me

Papers

Fluent Response Generation for Conversational Question Answering

2020-05-21 · ACL 2020 6 · Ashutosh Baheti, Alan Ritter, Kevin Small

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.

📄 PDF Abstract BibTeX arXiv:2005.10464

Code (1)

abaheti95/QADialogSystem 공식 구현 pytorch

Tasks

Conversational Question AnsweringData AugmentationQuestion AnsweringResponse GenerationSTSText Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

The Dangers of trusting Stochastic Parrots: Faithfulness and Trust in Open-domain Conversational Question Answering

2023-05-25 · Sabrina Chiesurin, Dimitris Dimakopoulos, Marco Antonio Sobrevilla Cabezudo, Arash Eshghi 외

Large language models are known to produce output which sounds fluent and convincing, but is also often wrong, e.g. "unfaithful" with respect to a rationale as retrieved from a knowledge base. In this paper, we show that…

Conversational Question AnsweringOpen-Domain Question AnsweringQuestion Answering

Prompt Guided Copy Mechanism for Conversational Question Answering

2023-08-07 · Yong Zhang, Zhitao Li, Jianzong Wang, Yiming Gao 외

Conversational Question Answering (CQA) is a challenging task that aims to generate natural answers for conversational flow questions. In this paper, we propose a pluggable approach for extractive methods that introduces…

Conversational Question AnsweringQuestion Answering

Boosting Conversational Question Answering with Fine-Grained Retrieval-Augmentation and Self-Check

2024-03-27 · Linhao Ye, Zhikai Lei, Jianghao Yin, Qin Chen 외

Retrieval-Augmented Generation (RAG) aims to generate more reliable and accurate responses, by augmenting large language models (LLMs) with the external vast and dynamic knowledge. Most previous work focuses on using RAG…

Conversational Question AnsweringQuestion AnsweringRAGRetrieval+1

Abg-CoQA: Clarifying Ambiguity in Conversational Question Answering

2021-06-22 · AKBC 2021 10 · Meiqi Guo, Mingda Zhang, Siva Reddy, Malihe Alikhani

Effective communication is about the dissemination of properly worded meaningful ideas/messages that are comprehensible to both sender and receiver and which ultimately can attract the desired response or feedba…

4kConversational Question AnsweringQuestion AnsweringText Generation

An Answer Verbalization Dataset for Conversational Question Answerings over Knowledge Graphs

2022-08-13 · Endri Kacupaj, Kuldeep Singh, Maria Maleshkova, Jens Lehmann

We introduce a new dataset for conversational question answering over Knowledge Graphs (KGs) with verbalized answers. Question answering over KGs is currently focused on answer generation for single-turn questions (KGQA)…

Answer GenerationConversational Question AnsweringKnowledge GraphsQuestion Answering