CLSep 27, 2021

Context-guided Triple Matching for Multiple Choice Question Answering

arXiv:2109.12996v13 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in MCQA for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackled the problem of multiple choice question answering by addressing the limitation of existing methods that decouple matching into pairwise steps, which hinders handling cases with multiple evidence sentences; they introduced a Context-guided Triple Matching algorithm that integrates a Triple Matching module and Contrastive Regularization, achieving competitive performances on several benchmarking datasets.

The task of multiple choice question answering (MCQA) refers to identifying a suitable answer from multiple candidates, by estimating the matching score among the triple of the passage, question and answer. Despite the general research interest in this regard, existing methods decouple the process into several pair-wise or dual matching steps, that limited the ability of assessing cases with multiple evidence sentences. To alleviate this issue, this paper introduces a novel Context-guided Triple Matching algorithm, which is achieved by integrating a Triple Matching (TM) module and a Contrastive Regularization (CR). The former is designed to enumerate one component from the triple as the background context, and estimate its semantic matching with the other two. Additionally, the contrastive term is further proposed to capture the dissimilarity between the correct answer and distractive ones. We validate the proposed algorithm on several benchmarking MCQA datasets, which exhibits competitive performances against state-of-the-arts.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes