paper-with-me

Papers

U-Net: Machine Reading Comprehension with Unanswerable Questions

2018-10-12 · Fu Sun, Linyang Li, Xipeng Qiu, Yang Liu

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.

📄 PDF Abstract BibTeX arXiv:1810.06638

Code (1)

FudanNLP/UNet pytorch

Tasks

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Learning to Ask Unanswerable Questions for Machine Reading Comprehension

2019-06-14 · ACL 2019 7 · Haichao Zhu, Li Dong, Furu Wei, Wenhui Wang 외

Machine reading comprehension with unanswerable questions is a challenging task. In this work, we propose a data augmentation technique by automatically generating relevant unanswerable questions according to an answerab…

Data AugmentationMachine Reading ComprehensionQuestion GenerationQuestion-Generation+1

Revealing Weaknesses of Vietnamese Language Models Through Unanswerable Questions in Machine Reading Comprehension

2023-03-16 · Son Quoc Tran, Phong Nguyen-Thuan Do, Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

Although the curse of multilinguality significantly restricts the language abilities of multilingual models in monolingual settings, researchers now still have to rely on multilingual models to develop state-of-the-art s…

Machine Reading ComprehensionReading ComprehensionVietnamese Language ModelsVietnamese Machine Reading Comprehension

To Answer or Not to Answer? Improving Machine Reading Comprehension Model with Span-based Contrastive Learning

2022-08-02 · Findings (NAACL) 2022 7 · Yunjie Ji, Liangyu Chen, Chenxiao Dou, Baochang Ma 외

Machine Reading Comprehension with Unanswerable Questions is a difficult NLP task, challenged by the questions which can not be answered from passages. It is observed that subtle literal changes often make an answerable …

Contrastive LearningMachine Reading ComprehensionReading Comprehension

IDK-MRC: Unanswerable Questions for Indonesian Machine Reading Comprehension

2022-10-25 · Rifki Afina Putri, Alice Oh

Machine Reading Comprehension (MRC) has become one of the essential tasks in Natural Language Understanding (NLU) as it is often included in several NLU benchmarks (Liang et al., 2020; Wilie et al., 2020). However, most …

Machine Reading ComprehensionNatural Language UnderstandingQuestion GenerationReading Comprehension

Retrospective Reader for Machine Reading Comprehension

2020-01-27 · Zhuosheng Zhang, Junjie Yang, Hai Zhao

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 disti…

Machine Reading ComprehensionQuestion AnsweringReading Comprehension