English

MaP: A Matrix-based Prediction Approach to Improve Span Extraction in Machine Reading Comprehension

Computation and Language 2020-10-01 v1

Abstract

Span extraction is an essential problem in machine reading comprehension. Most of the existing algorithms predict the start and end positions of an answer span in the given corresponding context by generating two probability vectors. In this paper, we propose a novel approach that extends the probability vector to a probability matrix. Such a matrix can cover more start-end position pairs. Precisely, to each possible start index, the method always generates an end probability vector. Besides, we propose a sampling-based training strategy to address the computational cost and memory issue in the matrix training phase. We evaluate our method on SQuAD 1.1 and three other question answering benchmarks. Leveraging the most competitive models BERT and BiDAF as the backbone, our proposed approach can get consistent improvements in all datasets, demonstrating the effectiveness of the proposed method.

Keywords

Cite

@article{arxiv.2009.14348,
  title  = {MaP: A Matrix-based Prediction Approach to Improve Span Extraction in Machine Reading Comprehension},
  author = {Huaishao Luo and Yu Shi and Ming Gong and Linjun Shou and Tianrui Li},
  journal= {arXiv preprint arXiv:2009.14348},
  year   = {2020}
}

Comments

to appear at AACL-IJCNLP 2020

R2 v1 2026-06-23T18:53:42.338Z