English

Rethinking the Objectives of Extractive Question Answering

Computation and Language 2021-10-13 v4 Artificial Intelligence Machine Learning

Abstract

This work demonstrates that using the objective with independence assumption for modelling the span probability P(as,ae)=P(as)P(ae)P(a_s,a_e) = P(a_s)P(a_e) of span starting at position asa_s and ending at position aea_e has adverse effects. Therefore we propose multiple approaches to modelling joint probability P(as,ae)P(a_s,a_e) directly. Among those, we propose a compound objective, composed from the joint probability while still keeping the objective with independence assumption as an auxiliary objective. We find that the compound objective is consistently superior or equal to other assumptions in exact match. Additionally, we identified common errors caused by the assumption of independence and manually checked the counterpart predictions, demonstrating the impact of the compound objective on the real examples. Our findings are supported via experiments with three extractive QA models (BIDAF, BERT, ALBERT) over six datasets and our code, individual results and manual analysis are available online.

Keywords

Cite

@article{arxiv.2008.12804,
  title  = {Rethinking the Objectives of Extractive Question Answering},
  author = {Martin Fajcik and Josef Jon and Pavel Smrz},
  journal= {arXiv preprint arXiv:2008.12804},
  year   = {2021}
}

Comments

camera-ready version accepted to MRQA'21

R2 v1 2026-06-23T18:10:22.701Z