CLAIDec 12, 2022

Momentum Contrastive Pre-training for Question Answering

arXiv:2212.05762v3290 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses a domain-specific issue in extractive question answering by improving pre-training alignment between cloze-like and natural queries, though it is incremental in nature.

The paper tackled the problem of pre-training methods for extractive question answering generating cloze-like queries that differ from natural questions, which can lead to overfitting to keyword matching. The proposed MCROSS method achieved noticeable improvements on three QA datasets in supervised and zero-shot scenarios.

Existing pre-training methods for extractive Question Answering (QA) generate cloze-like queries different from natural questions in syntax structure, which could overfit pre-trained models to simple keyword matching. In order to address this problem, we propose a novel Momentum Contrastive pRe-training fOr queStion anSwering (MCROSS) method for extractive QA. Specifically, MCROSS introduces a momentum contrastive learning framework to align the answer probability between cloze-like and natural query-passage sample pairs. Hence, the pre-trained models can better transfer the knowledge learned in cloze-like samples to answering natural questions. Experimental results on three benchmarking QA datasets show that our method achieves noticeable improvement compared with all baselines in both supervised and zero-shot scenarios.

Foundations

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

Your Notes