English

Teaching Machine Comprehension with Compositional Explanations

Computation and Language 2020-10-15 v3 Machine Learning

Abstract

Advances in machine reading comprehension (MRC) rely heavily on the collection of large scale human-annotated examples in the form of (question, paragraph, answer) triples. In contrast, humans are typically able to generalize with only a few examples, relying on deeper underlying world knowledge, linguistic sophistication, and/or simply superior deductive powers. In this paper, we focus on "teaching" machines reading comprehension, using a small number of semi-structured explanations that explicitly inform machines why answer spans are correct. We extract structured variables and rules from explanations and compose neural module teachers that annotate instances for training downstream MRC models. We use learnable neural modules and soft logic to handle linguistic variation and overcome sparse coverage; the modules are jointly optimized with the MRC model to improve final performance. On the SQuAD dataset, our proposed method achieves 70.14% F1 score with supervision from 26 explanations, comparable to plain supervised learning using 1,100 labeled instances, yielding a 12x speed up.

Keywords

Cite

@article{arxiv.2005.00806,
  title  = {Teaching Machine Comprehension with Compositional Explanations},
  author = {Qinyuan Ye and Xiao Huang and Elizabeth Boschee and Xiang Ren},
  journal= {arXiv preprint arXiv:2005.00806},
  year   = {2020}
}

Comments

Accepted to EMNLP 2020 Findings. Camera-ready version. Project page: http://inklab.usc.edu/mrc-explanation-project/