CLAISep 12, 2022

Domain Adaptation for Question Answering via Question Classification

arXiv:2209.04998v2583 citationsh-index: 22
Originality Incremental advance
AI Analysis

This work addresses the challenge of adapting QA systems to new domains, which is crucial for real-world deployment, though it appears incremental by building on existing adaptation techniques.

The paper tackles the problem of domain adaptation for question answering systems by proposing a novel framework that uses question classification and self-supervised training, resulting in consistent improvements over state-of-the-art baselines on multiple datasets.

Question answering (QA) has demonstrated impressive progress in answering questions from customized domains. Nevertheless, domain adaptation remains one of the most elusive challenges for QA systems, especially when QA systems are trained in a source domain but deployed in a different target domain. In this work, we investigate the potential benefits of question classification for QA domain adaptation. We propose a novel framework: Question Classification for Question Answering (QC4QA). Specifically, a question classifier is adopted to assign question classes to both the source and target data. Then, we perform joint training in a self-supervised fashion via pseudo-labeling. For optimization, inter-domain discrepancy between the source and target domain is reduced via maximum mean discrepancy (MMD) distance. We additionally minimize intra-class discrepancy among QA samples of the same question class for fine-grained adaptation performance. To the best of our knowledge, this is the first work in QA domain adaptation to leverage question classification with self-supervised adaptation. We demonstrate the effectiveness of the proposed QC4QA with consistent improvements against the state-of-the-art baselines on multiple datasets.

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