paper-with-me

홈 › Papers

Towards Interpretable and Reliable Reading Comprehension: A Pipeline Model with Unanswerability Prediction

2021-11-17 · Kosuke Nishida, Kyosuke Nishida, Itsumi Saito, Sen Yoshida

Multi-hop QA with annotated supporting facts, which is the task of reading comprehension (RC) considering the interpretability of the answer, has been extensively studied. In this study, we define an interpretable reading comprehension (IRC) model as a pipeline model with the capability of predicting unanswerable queries. The IRC model justifies the answer prediction by establishing consistency between the predicted supporting facts and the actual rationale for interpretability. The IRC model detects unanswerable questions, instead of outputting the answer forcibly based on the insufficient information, to ensure the reliability of the answer. We also propose an end-to-end training method for the pipeline RC model. To evaluate the interpretability and the reliability, we conducted the experiments considering unanswerability in a multi-hop question for a given passage. We show that our end-to-end trainable pipeline model outperformed a non-interpretable model on our modified HotpotQA dataset. Experimental results also show that the IRC model achieves comparable results to the previous non-interpretable models in spite of the trade-off between prediction performance and interpretability.

📄 PDF Abstract BibTeX arXiv:2111.09029

Code (0)

등록된 구현이 없습니다.

Tasks

Reading Comprehension

Similar Papers 제목 키워드 기반

SQuAD2-CR: Semi-supervised Annotation for Cause and Rationales for Unanswerability in SQuAD 2.0

2020-05-01 · LREC 2020 5 · Gyeongbok Lee, Seung-won Hwang, Hyunsouk Cho

Existing machine reading comprehension models are reported to be brittle for adversarially perturbed questions when optimizing only for accuracy, which led to the creation of new reading comprehension benchmarks, such as…

Machine Reading ComprehensionReading Comprehension

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 …

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

Answer Uncertainty and Unanswerability in Multiple-Choice Machine Reading Comprehension

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Machine reading comprehension (MRC) has drawn a lot of attention as an approach for assessing the ability of systems to understand natural language. Usually systems focus on selecting the correct answer to a question giv…

Machine Reading ComprehensionMultiple-choiceReading Comprehension

Applications of the Transformer Architecture in AI-Assisted English Reading Comprehension

2026-04-26 · Ping Li arxiv

This paper studies interpretable and fair artificial intelligence architectures for understanding English reading. Introduced transformer-based models, integrating advanced attention mechanisms and gradient-based feature…

Reading Comprehension

Beyond Facts: Benchmarking Distributional Reading Comprehension in Large Language Models

2026-03-13 · Pei-Fu Guo, Ya-An Tsai, Chun-Chia Hsu, Kai-Xin Chen 외 arxiv

While most reading comprehension benchmarks for LLMs focus on factual information that can be answered by localizing specific textual evidence, many real-world tasks require understanding distributional information, such…

Reading Comprehension