U-Net: Machine Reading Comprehension with Unanswerable Questions
Fu Sun, Linyang Li, Xipeng Qiu, Yang Liu

TL;DR
This paper introduces U-Net, an end-to-end model for machine reading comprehension that effectively handles unanswerable questions by integrating a universal node and specialized components, achieving high accuracy on SQuAD 2.0.
Contribution
The paper presents a novel unified model with a universal node and end-to-end training for unanswerable question detection in reading comprehension.
Findings
Achieves an F1 score of 71.7 on SQuAD 2.0
Effectively predicts unanswerable questions
Outperforms pipeline models in end-to-end learning
Abstract
Machine reading comprehension with unanswerable questions is a new challenging task for natural language processing. A key subtask is to reliably predict whether the question is unanswerable. In this paper, we propose a unified model, called U-Net, with three important components: answer pointer, no-answer pointer, and answer verifier. We introduce a universal node and thus process the question and its context passage as a single contiguous sequence of tokens. The universal node encodes the fused information from both the question and passage, and plays an important role to predict whether the question is answerable and also greatly improves the conciseness of the U-Net. Different from the state-of-art pipeline models, U-Net can be learned in an end-to-end fashion. The experimental results on the SQuAD 2.0 dataset show that U-Net can effectively predict the unanswerability of questions…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsConcatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · Convolution · U-Net
