MarCQAp: Effective Context Modeling for Conversational Question Answering
State-of-the-art models for Document-grounded Conversational Question Answering (DCQA) are based on the Transformer architecture. This raises two open issues: (a) Is it sufficient to concatenate the dialog history and the grounding document and perform cross-attention via a Transformer in order to capture the document/dialogue relationships? and (b) What is the best way to cope with the Transformers’ quadratic complexity, given the long inputs in DCQA? We address these issues in two dimensions. First, we introduce MarCQAp, a new modeling approach which encodes the historic answers by adding textual markups in the grounding document text, and then answers the question conditioned on the marked document. Second, we show that sparse self-attention architectures, such as the Longformer, can replace the Transformer, resolving the input length limitation. Our results demonstrate the effectiveness of each approach and their combination for explicit representation of dialogue/document relationships, significantly improving over state-of-the-art DCQA models.
Code (0)
등록된 구현이 없습니다.
Tasks
Conversational Question AnsweringQuestion AnsweringMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
History Semantic Graph Enhanced Conversational KBQA with Temporal Information Modeling
Context information modeling is an important task in conversational KBQA. However, existing methods usually assume the independence of utterances and model them in isolation. In this paper, we propose a History Semantic …
Question AnsweringNORMY: Non-Uniform History Modeling for Open Retrieval Conversational Question Answering
Open Retrieval Conversational Question Answering (OrConvQA) answers a question given a conversation as context and a document collection. A typical OrConvQA pipeline consists of three modules: a Retriever to retrieve rel…
Conversational Question AnsweringKeyphrase ExtractionQuestion AnsweringRetrievalConsistency Training by Synthetic Question Generation for Conversational Question Answering
Efficiently modeling historical information is a critical component in addressing user queries within a conversational question-answering (QA) context, as historical context plays a vital role in clarifying the user's qu…
Conversational Question AnsweringData AugmentationQuestion AnsweringQuestion Generation+1Zero-shot Query Contextualization for Conversational Search
Current conversational passage retrieval systems cast conversational search into ad-hoc search by using an intermediate query resolution step that places the user's question in context of the conversation. While the prop…
Conversational SearchPassage RetrievalRetrievalPerkwE_COQA: Enhanced Persian Conversational Question Answering by combining contextual keyword extraction with Large Language Models
Smart cities need the involvement of their residents to enhance quality of life. Conversational query-answering is an emerging approach for user engagement. There is an increasing demand of an advanced conversational que…
Conversational Question AnsweringKeyword ExtractionQuestion Answering