paper-with-me

Papers

A Self-Training Method for Machine Reading Comprehension with Soft Evidence Extraction

2020-05-11 · ACL 2020 6 · Yilin Niu, Fangkai Jiao, Mantong Zhou, Ting Yao, Jingfang Xu, Minlie Huang

Neural models have achieved great success on machine reading comprehension (MRC), many of which typically consist of two components: an evidence extractor and an answer predictor. The former seeks the most relevant information from a reference text, while the latter is to locate or generate answers from the extracted evidence. Despite the importance of evidence labels for training the evidence extractor, they are not cheaply accessible, particularly in many non-extractive MRC tasks such as YES/NO question answering and multi-choice MRC. To address this problem, we present a Self-Training method (STM), which supervises the evidence extractor with auto-generated evidence labels in an iterative process. At each iteration, a base MRC model is trained with golden answers and noisy evidence labels. The trained model will predict pseudo evidence labels as extra supervision in the next iteration. We evaluate STM on seven datasets over three MRC tasks. Experimental results demonstrate the improvement on existing MRC models, and we also analyze how and why such a self-training method works in MRC. The source code can be obtained from https://github.com/SparkJiao/Self-Training-MRC

📄 PDF Abstract BibTeX arXiv:2005.05189

Code (1)

SparkJiao/Self-Training-MRC 공식 구현 pytorch

Tasks

Machine Reading ComprehensionMulti-Choice MRCQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Improving Cross-Lingual Reading Comprehension with Self-Training

2021-05-08 · Wei-Cheng Huang, Chien-yu Huang, Hung-Yi Lee

Substantial improvements have been made in machine reading comprehension, where the machine answers questions based on a given context. Current state-of-the-art models even surpass human performance on several benchmarks…

Machine Reading ComprehensionReading Comprehension

Stochastic Answer Networks for Machine Reading Comprehension

2017-12-10 · ACL 2018 7 · Xiaodong Liu, Yelong Shen, Kevin Duh, Jianfeng Gao

We propose a simple yet robust stochastic answer network (SAN) that simulates multi-step reasoning in machine reading comprehension. Compared to previous work such as ReasoNet which used reinforcement learning to determi…

Machine Reading ComprehensionQuestion AnsweringReading Comprehensionreinforcement-learning+2

Robust Machine Reading Comprehension by Learning Soft labels

2020-12-01 · COLING 2020 8 · Zhenyu Zhao, Shuangzhi Wu, Muyun Yang, Kehai Chen 외

Neural models have achieved great success on the task of machine reading comprehension (MRC), which are typically trained on hard labels. We argue that hard labels limit the model capability on generalization due to the …

Machine Reading ComprehensionReading Comprehension

Simple and Effective Curriculum Pointer-Generator Networks for Reading Comprehension over Long Narratives

2019-05-26 · ACL 2019 7 · Yi Tay, Shuohang Wang, Luu Anh Tuan, Jie Fu 외

This paper tackles the problem of reading comprehension over long narratives where documents easily span over thousands of tokens. We propose a curriculum learning (CL) based Pointer-Generator framework for reading/sampl…

Reading Comprehension

Dataset for the First Evaluation on Chinese Machine Reading Comprehension

2017-09-25 · LREC 2018 5 · Yiming Cui, Ting Liu, Zhipeng Chen, Wentao Ma 외

Machine Reading Comprehension (MRC) has become enormously popular recently and has attracted a lot of attention. However, existing reading comprehension datasets are mostly in English. To add diversity in reading compreh…

Chinese Reading ComprehensionDiversityMachine Reading ComprehensionReading Comprehension