Retrospective Reader for Machine Reading Comprehension
Zhuosheng Zhang, Junjie Yang, Hai Zhao

TL;DR
This paper introduces Retro-Reader, a two-stage verification-based model for machine reading comprehension that effectively handles unanswerable questions, achieving state-of-the-art results on benchmark datasets.
Contribution
It proposes a novel retrospective reader model with sketchy and intensive reading stages, improving verification for unanswerable questions in MRC.
Findings
Achieves new state-of-the-art results on SQuAD2.0 and NewsQA datasets.
Significantly outperforms ELECTRA and ALBERT baselines.
Effective verification strategy enhances answer accuracy.
Abstract
Machine reading comprehension (MRC) is an AI challenge that requires machine to determine the correct answers to questions based on a given passage. MRC systems must not only answer question when necessary but also distinguish when no answer is available according to the given passage and then tactfully abstain from answering. When unanswerable questions are involved in the MRC task, an essential verification module called verifier is especially required in addition to the encoder, though the latest practice on MRC modeling still most benefits from adopting well pre-trained language models as the encoder block by only focusing on the "reading". This paper devotes itself to exploring better verifier design for the MRC task with unanswerable questions. Inspired by how humans solve reading comprehension questions, we proposed a retrospective reader (Retro-Reader) that integrates two stages…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsLinear Layer · Residual Connection · Adam · LAMB · Refunds@Expedia|||How do I get a full refund from Expedia? · Dense Connections · Multi-Head Attention · WordPiece · Softmax · Layer Normalization
