English

Attention-Guided Answer Distillation for Machine Reading Comprehension

Computation and Language 2018-09-18 v4

Abstract

Despite that current reading comprehension systems have achieved significant advancements, their promising performances are often obtained at the cost of making an ensemble of numerous models. Besides, existing approaches are also vulnerable to adversarial attacks. This paper tackles these problems by leveraging knowledge distillation, which aims to transfer knowledge from an ensemble model to a single model. We first demonstrate that vanilla knowledge distillation applied to answer span prediction is effective for reading comprehension systems. We then propose two novel approaches that not only penalize the prediction on confusing answers but also guide the training with alignment information distilled from the ensemble. Experiments show that our best student model has only a slight drop of 0.4% F1 on the SQuAD test set compared to the ensemble teacher, while running 12x faster during inference. It even outperforms the teacher on adversarial SQuAD datasets and NarrativeQA benchmark.

Keywords

Cite

@article{arxiv.1808.07644,
  title  = {Attention-Guided Answer Distillation for Machine Reading Comprehension},
  author = {Minghao Hu and Yuxing Peng and Furu Wei and Zhen Huang and Dongsheng Li and Nan Yang and Ming Zhou},
  journal= {arXiv preprint arXiv:1808.07644},
  year   = {2018}
}

Comments

To appear at EMNLP 2018

R2 v1 2026-06-23T03:41:38.932Z