paper-with-me

홈 › Papers

Do explanations generalize across large reasoning models?

2026-01-16 · Koyena Pal, David Bau, Chandan Singh arxiv

Large reasoning models (LRMs) produce a textual chain of thought (CoT) in the process of solving a problem, which serves as a potentially powerful tool to understand the problem by surfacing a human-readable, natural-language explanation. However, it is unclear whether these explanations generalize, i.e. whether they capture general patterns about the underlying problem rather than patterns which are esoteric to the LRM. This is a crucial question in understanding or discovering new concepts, e.g. in AI for science. We study this generalization question by evaluating a specific notion of generalizability: whether explanations produced by one LRM induce the same behavior when given to other LRMs. We find that CoT explanations often exhibit this form of generalization (i.e. they increase consistency between LRMs) and that this increased generalization is correlated with human preference rankings and post-training with reinforcement learning. We further analyze the conditions under which explanations yield consistent answers and propose a straightforward, sentence-level ensembling strategy that improves consistency. Taken together, these results prescribe caution when using LRM explanations to yield new insights and outline a framework for characterizing LRM explanation generalization.

📄 PDF Abstract BibTeX arXiv:2601.11517

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

T-FIX: Text-Based Explanations with Features Interpretable to eXperts

2025-11-06 · Shreya Havaldar, Weiqiu You, Chaehyeon Kim, Anton Xue 외 arxiv

As LLMs are deployed in knowledge-intensive settings (e.g., surgery, astronomy, therapy), users are often domain experts who expect not just answers, but explanations that mirror professional reasoning. Yet evaluating wh…

Explanations from Large Language Models Make Small Reasoners Better

2022-10-13 · Shiyang Li, Jianshu Chen, Yelong Shen, Zhiyu Chen 외

Integrating free-text explanations to in-context learning of large language models (LLM) is shown to elicit strong reasoning capabilities along with reasonable explanations. In this paper, we consider the problem of leve…

Explanation GenerationIn-Context LearningMulti-Task Learning

Advancing Abductive Reasoning in Knowledge Graphs through Complex Logical Hypothesis Generation

2023-12-25 · Jiaxin Bai, Yicheng Wang, Tianshi Zheng, Yue Guo 외

Abductive reasoning is the process of making educated guesses to provide explanations for observations. Although many applications require the use of knowledge for explanations, the utilization of abductive reasoning in …

Knowledge GraphsLogical Reasoning

Explainable AI And Visual Reasoning: Insights From Radiology

2023-04-06 · Robert Kaufman, David Kirsh

Why do explainable AI (XAI) explanations in radiology, despite their promise of transparency, still fail to gain human trust? Current XAI approaches provide justification for predictions, however, these do not meet pract…

DiagnosticExplainable Artificial Intelligence (XAI)Visual Reasoning

Flex-Judge: Think Once, Judge Anywhere

2025-05-24 · Jongwoo Ko, Sungnyun Kim, Sungwoo Cho, Se-Young Yun

Human-generated reward signals are critical for aligning generative models with human preferences, guiding both training and inference-time evaluations. While large language models (LLMs) employed as proxy evaluators, i.…