paper-with-me

홈 › Papers

RORA: Robust Free-Text Rationale Evaluation

2024-02-28 · Zhengping Jiang, Yining Lu, Hanjie Chen, Daniel Khashabi, Benjamin Van Durme, Anqi Liu

Free-text rationales play a pivotal role in explainable NLP, bridging the knowledge and reasoning gaps behind a model's decision-making. However, due to the diversity of potential reasoning paths and a corresponding lack of definitive ground truth, their evaluation remains a challenge. Existing evaluation metrics rely on the degree to which a rationale supports a target label, but we find these fall short in evaluating rationales that inadvertently leak the labels. To address this problem, we propose RORA, a Robust free-text Rationale evaluation against label leakage. RORA quantifies the new information supplied by a rationale to justify the label. This is achieved by assessing the conditional V-information \citep{hewitt-etal-2021-conditional} with a predictive family robust against leaky features that can be exploited by a small model. RORA consistently outperforms existing approaches in evaluating human-written, synthetic, or model-generated rationales, particularly demonstrating robustness against label leakage. We also show that RORA aligns well with human judgment, providing a more reliable and accurate measurement across diverse free-text rationales.

📄 PDF Abstract BibTeX arXiv:2402.18678

Code (1)

zipjiang/rora 공식 구현 pytorch

Tasks

Decision MakingDiversity

Similar Papers 제목 키워드 기반

REV: Information-Theoretic Evaluation of Free-Text Rationales

2022-10-10 · Hanjie Chen, Faeze Brahman, Xiang Ren, Yangfeng Ji 외

Generating free-text rationales is a promising step towards explainable NLP, yet evaluating such rationales remains a challenge. Existing metrics have mostly focused on measuring the association between the rationale and…

FRAME: Evaluating Rationale-Label Consistency Metrics for Free-Text Rationales

2022-07-02 · Aaron Chan, Shaoliang Nie, Liang Tan, Xiaochang Peng 외

Following how humans communicate, free-text rationales aim to use natural language to explain neural language model (LM) behavior. However, free-text rationales' unconstrained nature makes them prone to hallucination, so…

HallucinationLanguage Modellingtext-classificationText Classification

Measuring Association Between Labels and Free-Text Rationales

2020-10-24 · EMNLP 2021 11 · Sarah Wiegreffe, Ana Marasović, Noah A. Smith

In interpretable NLP, we require faithful rationales that reflect the model's decision-making process for an explained instance. While prior work focuses on extractive rationales (a subset of the input words), we investi…

Decision MakingFeature ImportanceNatural Language InferenceQuestion Answering

AURORA-LM: Autoencoding Unified Representation for Continuous-Latent Diffusion Language Modeling

2026-08-03 · Jiajun Liang, Yucheng Liao, Yukang Cao, Jiazhe Wei 외 hf

Language remains an outlier in generative modeling: while images, video, and audio are increasingly modeled in continuous latent spaces, text generation still relies predominantly on discrete tokens. Existing continuous …

Text Generation

Chain of Functions: A Programmatic Pipeline for Fine-Grained Chart Reasoning Data

2025-03-20 · Zijian Li, Jingjing Fu, Lei Song, Jiang Bian 외

Visual reasoning is crucial for multimodal large language models (MLLMs) to address complex chart queries, yet high-quality rationale data remains scarce. Existing methods leveraged (M)LLMs for data generation, but direc…

DiversityVisual Reasoning