paper-with-me

홈 › Papers

PALRACE: Reading Comprehension Dataset with Human Data and Labeled Rationales

2021-06-23 · Jiajie Zou, Yuran Zhang, Peiqing Jin, Cheng Luo, Xunyi Pan, Nai Ding

Pre-trained language models achieves high performance on machine reading comprehension (MRC) tasks but the results are hard to explain. An appealing approach to make models explainable is to provide rationales for its decision. To investigate whether human rationales can further improve current models and to facilitate supervised learning of human rationales, here we present PALRACE (Pruned And Labeled RACE), a new MRC dataset with human labeled rationales for 800 passages selected from the RACE dataset. We further classified the question to each passage into 6 types. Each passage was read by at least 26 human readers, who labeled their rationales to answer the question. It is demonstrated that models such as RoBERTa-large outperforms human readers in all 6 types of questions, including inference questions, but its performance can be further improved when having access to the human rationales. Simpler models and pre-trained models that are not fine-tuned based on the task benefit more from human rationales, and their performance can be boosted by more than 30% by rationales. With access to human rationales, a simple model based on the GloVe word embedding can reach the performance of BERT-base.

📄 PDF Abstract BibTeX arXiv:2106.12373

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Bridging Information-Seeking Human Gaze and Machine Reading Comprehension

2020-09-30 · CONLL 2020 · Jonathan Malmaud, Roger Levy, Yevgeni Berzak

In this work, we analyze how human gaze during reading comprehension is conditioned on the given reading comprehension question, and whether this signal can be beneficial for machine reading comprehension. To this end, w…

Machine Reading ComprehensionMultiple-choiceQuestion AnsweringReading 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

STARC: Structured Annotations for Reading Comprehension

2020-04-30 · ACL 2020 6 · Yevgeni Berzak, Jonathan Malmaud, Roger Levy

We present STARC (Structured Annotations for Reading Comprehension), a new annotation framework for assessing reading comprehension with multiple choice questions. Our framework introduces a principled structure for the …

Multiple-choiceReading Comprehension

ReCoRD: Bridging the Gap between Human and Machine Commonsense Reading Comprehension

2018-10-30 · Sheng Zhang, Xiaodong Liu, Jingjing Liu, Jianfeng Gao 외

We present a large-scale dataset, ReCoRD, for machine reading comprehension requiring commonsense reasoning. Experiments on this dataset demonstrate that the performance of state-of-the-art MRC systems fall far behind hu…

Common Sense ReasoningMachine Reading ComprehensionReading Comprehension

DRCD: a Chinese Machine Reading Comprehension Dataset

2018-06-04 · Chih Chieh Shao, Trois Liu, Yuting Lai, Yiying Tseng 외

In this paper, we introduce DRCD (Delta Reading Comprehension Dataset), an open domain traditional Chinese machine reading comprehension (MRC) dataset. This dataset aimed to be a standard Chinese machine reading comprehe…

ArticlesMachine Reading ComprehensionReading ComprehensionTransfer Learning