English

Question Answering Infused Pre-training of General-Purpose Contextualized Representations

Computation and Language 2022-03-17 v2

Abstract

We propose a pre-training objective based on question answering (QA) for learning general-purpose contextual representations, motivated by the intuition that the representation of a phrase in a passage should encode all questions that the phrase can answer in context. To this end, we train a bi-encoder QA model, which independently encodes passages and questions, to match the predictions of a more accurate cross-encoder model on 80 million synthesized QA pairs. By encoding QA-relevant information, the bi-encoder's token-level representations are useful for non-QA downstream tasks without extensive (or in some cases, any) fine-tuning. We show large improvements over both RoBERTa-large and previous state-of-the-art results on zero-shot and few-shot paraphrase detection on four datasets, few-shot named entity recognition on two datasets, and zero-shot sentiment analysis on three datasets.

Keywords

Cite

@article{arxiv.2106.08190,
  title  = {Question Answering Infused Pre-training of General-Purpose Contextualized Representations},
  author = {Robin Jia and Mike Lewis and Luke Zettlemoyer},
  journal= {arXiv preprint arXiv:2106.08190},
  year   = {2022}
}

Comments

Findings of ACL 2022

R2 v1 2026-06-24T03:13:35.770Z