paper-with-me

Papers

Towards Large Language Models with Self-Consistent Natural Language Explanations

2025-06-09 · Sahar Admoni, Ofra Amir, Assaf Hallak, Yftah Ziser

Large language models (LLMs) seem to offer an easy path to interpretability: just ask them to explain their decisions. Yet, studies show that these post-hoc explanations often misrepresent the true decision process, as revealed by mismatches in feature importance. Despite growing evidence of this inconsistency, no systematic solutions have emerged, partly due to the high cost of estimating feature importance, which limits evaluations to small datasets. To address this, we introduce the Post-hoc Self-Consistency Bank (PSCB) - a large-scale benchmark of decisions spanning diverse tasks and models, each paired with LLM-generated explanations and corresponding feature importance scores. Analysis of PSCB reveals that self-consistency scores barely differ between correct and incorrect predictions. We also show that the standard metric fails to meaningfully distinguish between explanations. To overcome this limitation, we propose an alternative metric that more effectively captures variation in explanation quality. We use it to fine-tune LLMs via Direct Preference Optimization (DPO), leading to significantly better alignment between explanations and decision-relevant features, even under domain shift. Our findings point to a scalable path toward more trustworthy, self-consistent LLMs.

📄 PDF Abstract BibTeX arXiv:2506.07523

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Importance

Similar Papers 제목 키워드 기반

Beyond Accuracy: Evaluating Self-Consistency of Code Large Language Models with IdentityChain

2023-10-21 · Marcus J. Min, Yangruibo Ding, Luca Buratti, Saurabh Pujar 외

Code Large Language Models (Code LLMs) are being increasingly employed in real-life applications, so evaluating them is critical. While the conventional accuracy evaluates the performance of Code LLMs on a set of individ…

Code GenerationCode Summarization

Task-adaptive Pre-training and Self-training are Complementary for Natural Language Understanding

2021-09-14 · Findings (EMNLP) 2021 11 · Shiyang Li, Semih Yavuz, Wenhu Chen, Xifeng Yan

Task-adaptive pre-training (TAPT) and Self-training (ST) have emerged as the major semi-supervised approaches to improve natural language understanding (NLU) tasks with massive amount of unlabeled data. However, it's unc…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language Inference+4

Enhancing Self-Attention with Knowledge-Assisted Attention Maps

2022-07-01 · NAACL 2022 7 · Jiangang Bai, Yujing Wang, Hong Sun, Ruonan Wu 외

Large-scale pre-trained language models have attracted extensive attentions in the research community and shown promising results on various tasks of natural language processing. However, the attention maps, which record…

Multi-Task LearningNatural Language Understanding

CODI: Compressing Chain-of-Thought into Continuous Space via Self-Distillation

2025-02-28 · Zhenyi Shen, Hanqi Yan, Linhai Zhang, Zhanghao Hu 외

Chain-of-Thought (CoT) reasoning enhances Large Language Models (LLMs) by encouraging step-by-step reasoning in natural language. However, leveraging a latent continuous space for reasoning may offer benefits in terms of…

GSM8K

Self-Consistent Narrative Prompts on Abductive Natural Language Inference

2023-09-15 · Chunkit Chan, Xin Liu, Tsz Ho Chan, Jiayang Cheng 외

Abduction has long been seen as crucial for narrative comprehension and reasoning about everyday situations. The abductive natural language inference ($\alpha$NLI) task has been proposed, and this narrative text-based ta…

Language ModelingLanguage ModellingNatural Language Inference