CLAIJun 22, 2021

Learn to Resolve Conversational Dependency: A Consistency Training Framework for Conversational Question Answering

arXiv:2106.11575v1716 citations
Originality Incremental advance
AI Analysis

This addresses the problem of limited dialogue understanding in QA models for conversational AI applications, representing an incremental advance over existing approaches.

The paper tackles the challenge of resolving conversational dependencies like anaphora and ellipsis in conversational question answering by proposing ExCorD, a framework that trains QA models using self-contained questions and consistency regularization, resulting in performance improvements of up to 1.2 F1 on QuAC and 5.2 F1 on CANARD.

One of the main challenges in conversational question answering (CQA) is to resolve the conversational dependency, such as anaphora and ellipsis. However, existing approaches do not explicitly train QA models on how to resolve the dependency, and thus these models are limited in understanding human dialogues. In this paper, we propose a novel framework, ExCorD (Explicit guidance on how to resolve Conversational Dependency) to enhance the abilities of QA models in comprehending conversational context. ExCorD first generates self-contained questions that can be understood without the conversation history, then trains a QA model with the pairs of original and self-contained questions using a consistency-based regularizer. In our experiments, we demonstrate that ExCorD significantly improves the QA models' performance by up to 1.2 F1 on QuAC, and 5.2 F1 on CANARD, while addressing the limitations of the existing approaches.

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