CLLGApr 2, 2018

Simple and Effective Semi-Supervised Question Answering

arXiv:1804.00720v11142 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of expensive annotation for domain-specific QA systems, offering a practical solution for practitioners with incremental improvements.

The paper tackles the problem of limited labeled data for extractive question answering by proposing a semi-supervised system that uses cloze-style questions from documents and fine-tuning on few labeled examples, achieving over 50% F1 score on SQuAD and TriviaQA with less than a thousand examples.

Recent success of deep learning models for the task of extractive Question Answering (QA) is hinged on the availability of large annotated corpora. However, large domain specific annotated corpora are limited and expensive to construct. In this work, we envision a system where the end user specifies a set of base documents and only a few labelled examples. Our system exploits the document structure to create cloze-style questions from these base documents; pre-trains a powerful neural network on the cloze style questions; and further fine-tunes the model on the labeled examples. We evaluate our proposed system across three diverse datasets from different domains, and find it to be highly effective with very little labeled data. We attain more than 50% F1 score on SQuAD and TriviaQA with less than a thousand labelled examples. We are also releasing a set of 3.2M cloze-style questions for practitioners to use while building QA systems.

Foundations

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

Your Notes