CLAIJun 23, 2021

PALRACE: Reading Comprehension Dataset with Human Data and Labeled Rationales

arXiv:2106.12373v26 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for explainable AI in reading comprehension by providing a dataset to facilitate supervised learning of human rationales, though it is incremental as it builds on existing datasets and models.

The authors tackled the problem of making pre-trained language models more explainable in machine reading comprehension by creating PALRACE, a dataset with human-labeled rationales for 800 passages, and found that models like RoBERTa-large outperform humans but can be improved with rationales, boosting simpler models by over 30% to match BERT-base performance.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes