HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

U-Net: Machine Reading Comprehension with Unanswerable Questions

Fu Sun; Linyang Li; Xipeng Qiu; Yang Liu

U-Net: Machine Reading Comprehension with Unanswerable Questions

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 and achieves an F1 score of 71.7 on SQuAD 2.0.

Code Repositories

FudanNLP/UNet
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
question-answering-on-squad20Unet (ensemble)
EM: 71.417
F1: 74.869
question-answering-on-squad20-devU-Net
EM: 70.3
F1: 74.0

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
U-Net: Machine Reading Comprehension with Unanswerable Questions | Papers | HyperAI