paper-with-me

홈 › Papers

Evidence Sentence Extraction for Machine Reading Comprehension

2019-02-23 · CONLL 2019 11 · Hai Wang, Dian Yu, Kai Sun, Jianshu Chen, Dong Yu, David Mcallester, Dan Roth

Remarkable success has been achieved in the last few years on some limited machine reading comprehension (MRC) tasks. However, it is still difficult to interpret the predictions of existing MRC models. In this paper, we focus on extracting evidence sentences that can explain or support the answers of multiple-choice MRC tasks, where the majority of answer options cannot be directly extracted from reference documents. Due to the lack of ground truth evidence sentence labels in most cases, we apply distant supervision to generate imperfect labels and then use them to train an evidence sentence extractor. To denoise the noisy labels, we apply a recently proposed deep probabilistic logic learning framework to incorporate both sentence-level and cross-sentence linguistic indicators for indirect supervision. We feed the extracted evidence sentences into existing MRC models and evaluate the end-to-end performance on three challenging multiple-choice MRC datasets: MultiRC, RACE, and DREAM, achieving comparable or better performance than the same models that take as input the full reference document. To the best of our knowledge, this is the first work extracting evidence sentences for multiple-choice MRC.

📄 PDF Abstract BibTeX arXiv:1902.08852

Code (1)

nlpdata/evidence 공식 구현

Tasks

Machine Reading ComprehensionMultiple-choiceOpen-Domain Question AnsweringQuestion AnsweringReading ComprehensionSentence

Similar Papers 제목 키워드 기반

U3E: Unsupervised and Erasure-based Evidence Extraction for Machine Reading Comprehension

2022-10-06 · Suzhe He, Shumin Shi, Chenghao Wu

More tasks in Machine Reading Comprehension(MRC) require, in addition to answer prediction, the extraction of evidence sentences that support the answer. However, the annotation of supporting evidence sentences is usuall…

Machine Reading ComprehensionReading ComprehensionSentence

REPT: Bridging Language Models and Machine Reading Comprehension via Retrieval-Based Pre-training

2021-05-10 · Findings (ACL) 2021 8 · Fangkai Jiao, Yangyang Guo, Yilin Niu, Feng Ji 외

Pre-trained Language Models (PLMs) have achieved great success on Machine Reading Comprehension (MRC) over the past few years. Although the general language representation learned from large-scale corpora does benefit MR…

Machine Reading ComprehensionReading ComprehensionRetrieval

Sentence Extraction-Based Machine Reading Comprehension for Vietnamese

2021-05-19 · Phong Nguyen-Thuan Do, Nhat Duy Nguyen, Tin Van Huynh, Kiet Van Nguyen 외

The development of natural language processing (NLP) in general and machine reading comprehension in particular has attracted the great attention of the research community. In recent years, there are a few datasets for m…

ArticlesMachine Reading ComprehensionQuestion AnsweringReading Comprehension+2

From Bag of Sentences to Document: Distantly Supervised Relation Extraction via Machine Reading Comprehension

2020-12-08 · Lingyong Yan, Xianpei Han, Le Sun, Fangchao Liu 외

Distant supervision (DS) is a promising approach for relation extraction but often suffers from the noisy label problem. Traditional DS methods usually represent an entity pair as a bag of sentences and denoise labels us…

DenoisingMachine Reading ComprehensionReading ComprehensionRelation+3

A Span-Extraction Dataset for Chinese Machine Reading Comprehension

2018-10-17 · IJCNLP 2019 11 · Yiming Cui, Ting Liu, Wanxiang Che, Li Xiao 외

Machine Reading Comprehension (MRC) has become enormously popular recently and has attracted a lot of attention. However, the existing reading comprehension datasets are mostly in English. In this paper, we introduce a S…

Machine Reading ComprehensionReading ComprehensionSentence