CLLGOct 14, 2021

CCQA: A New Web-Scale Question Answering Dataset for Model Pre-Training

arXiv:2110.07731v2631 citations
Originality Synthesis-oriented
AI Analysis

This provides a new web-scale dataset for QA pre-training, addressing data scarcity in NLP, but it is incremental as it builds on existing pre-training methods.

The authors tackled the need for large-scale, diverse question-answering data to improve open-domain QA models by creating CCQA, a dataset of 130 million multilingual question-answer pairs from Common Crawl, and showed that pre-training on it yields promising results in various settings.

With the rise of large-scale pre-trained language models, open-domain question-answering (ODQA) has become an important research topic in NLP. Based on the popular pre-training fine-tuning approach, we posit that an additional in-domain pre-training stage using a large-scale, natural, and diverse question-answering (QA) dataset can be beneficial for ODQA. Consequently, we propose a novel QA dataset based on the Common Crawl project in this paper. Using the readily available schema.org annotation, we extract around 130 million multilingual question-answer pairs, including about 60 million English data-points. With this previously unseen number of natural QA pairs, we pre-train popular language models to show the potential of large-scale in-domain pre-training for the task of question-answering. In our experiments, we find that pre-training question-answering models on our Common Crawl Question Answering dataset (CCQA) achieves promising results in zero-shot, low resource and fine-tuned settings across multiple tasks, models and benchmarks.

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