paper-with-me

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 SQuAD 2.0 which contains such type of questions. However, despite the super-human accuracy of existing models on such datasets, it is still unclear how the model predicts the answerability of the question, potentially due to the absence of a shared annotation for the explanation. To address such absence, we release SQuAD2-CR dataset, which contains annotations on unanswerable questions from the SQuAD 2.0 dataset, to enable an explanatory analysis of the model prediction. Specifically, we annotate (1) explanation on why the most plausible answer span cannot be the answer and (2) which part of the question causes unanswerability. We share intuitions and experimental results that how this dataset can be used to analyze and improve the interpretability of existing reading comprehension model behavior.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionReading Comprehension

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

HOP, UNION, GENERATE: Explainable Multi-hop Reasoning without Rationale Supervision

2023-05-23 · Wenting Zhao, Justin T. Chiu, Claire Cardie, Alexander M. Rush

Explainable multi-hop question answering (QA) not only predicts answers but also identifies rationales, i. e. subsets of input sentences used to derive the answers. This problem has been extensively studied under the sup…

Multi-hop Question AnsweringQuestion Answering

Plausible Extractive Rationalization through Semi-Supervised Entailment Signal

2024-02-13 · Wei Jie Yeo, Ranjan Satapathy, Erik Cambria

The increasing use of complex and opaque black box models requires the adoption of interpretable measures, one such option is extractive rationalizing models, which serve as a more interpretable alternative. These models…

Natural Language InferenceQuestion Answering

Semi-Supervised and Unsupervised Deep Visual Learning: A Survey

2022-08-24 · Yanbei Chen, Massimiliano Mancini, Xiatian Zhu, Zeynep Akata

State-of-the-art deep learning models are often trained with a large amount of costly labeled training data. However, requiring exhaustive manual annotations may degrade the model's generalizability in the limited-label …

Survey

Explainable Legal Case Matching via Inverse Optimal Transport-based Rationale Extraction

2022-07-09 · Weijie Yu, Zhongxiang Sun, Jun Xu, Zhenhua Dong 외

As an essential operation of legal retrieval, legal case matching plays a central role in intelligent legal systems. This task has a high demand on the explainability of matching results because of its critical impacts o…

Explanation GenerationFairnessRetrievalSemantic Similarity+2

Reasoning Pattern Matters: Learning to Reason without Human Rationales

2025-10-14 · Chaoxu Pang, Yixuan Cao, Ping Luo arxiv

Large Language Models (LLMs) have demonstrated remarkable reasoning capabilities under the widely adopted SFT+RLVR paradigm, which first performs Supervised Fine-Tuning (SFT) on human-annotated reasoning trajectories (ra…

Reinforcement Learning