paper-with-me

홈 › Papers

Balancing Faithfulness and Performance in Reasoning via Multi-Listener Soft Execution

2026-02-18 · Nithin Sivakumaran, Shoubin Yu, Hyunji Lee, Yue Zhang, Ali Payani, Mohit Bansal, Elias Stengel-Eskin arxiv

Chain-of-thought (CoT) reasoning sometimes fails to faithfully reflect the true computation of a large language model (LLM), hampering its utility in explaining how LLMs arrive at their answers. Moreover, optimizing for faithfulness and interpretability in reasoning often degrades task performance. To address this tradeoff and improve CoT faithfulness, we propose Reasoning Execution by Multiple Listeners (REMUL), a multi-party reinforcement learning approach. REMUL builds on the hypothesis that reasoning traces which other parties can follow will be more faithful. A speaker model generates a reasoning trace, which is truncated and passed to a pool of listener models who "execute" the trace, continuing the trace to an answer. Speakers are rewarded for producing reasoning that is clear to listeners, with additional correctness regularization via masked supervised finetuning to counter the tradeoff between faithfulness and performance. On multiple reasoning benchmarks (BIG-Bench Extra Hard, MuSR, ZebraLogicBench, and FOLIO), REMUL consistently and substantially improves three measures of faithfulness -- hint attribution, early answering area over the curve (AOC), and mistake injection AOC -- while also improving accuracy. Our analysis finds that these gains are robust across training domains, translate to legibility gains, and are associated with shorter and more direct CoTs.

📄 PDF Abstract BibTeX arXiv:2602.16154

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Faithful-First Reasoning, Planning, and Acting for Multimodal LLMs

2025-11-11 · Junxian Li, Xinyue Xu, Sai Ma, Di Zhang 외 arxiv

Multimodal Large Language Models (MLLMs) frequently suffer from unfaithfulness, generating reasoning chains that drift from visual evidence or contradict final predictions. We propose Faithful-First Reasoning, Planning, …

Multimodal Reasoning

MedOmni-45°: A Safety-Performance Benchmark for Reasoning-Oriented LLMs in Medicine

2025-08-22 · Kaiyuan Ji, Yijin Guo, Zicheng Zhang, Xiangyang Zhu 외 arxiv

With the increasing use of large language models (LLMs) in medical decision-support, it is essential to evaluate not only their final answers but also the reliability of their reasoning. Two key risks are Chain-of-Though…

SL-CBM: Enhancing Concept Bottleneck Models with Semantic Locality for Better Interpretability

2026-01-19 · Hanwei Zhang, Luo Cheng, Rui Wen, Yang Zhang 외 arxiv

Explainable AI (XAI) is crucial for building transparent and trustworthy machine learning systems, especially in high-stakes domains. Concept Bottleneck Models (CBMs) have emerged as a promising ante-hoc approach that pr…

DixitWorld: Evaluating Multimodal Abductive Reasoning in Vision-Language Models with Multi-Agent Dixit Gameplay

2025-10-11 · Yunxiang Mo, Tianshi Zheng, Qing Zong, Jiayu Liu 외 arxiv

Multimodal abductive reasoning--the generation and selection of explanatory hypotheses from partial observations--is a cornerstone of intelligence. Current evaluations of this ability in vision-language models (VLMs) are…

Listener-Rewarded Thinking in VLMs for Image Preferences

2025-06-28 · Alexander Gambashidze, Li Pengyi, Matvey Skripkin, Andrey Galichin 외

Training robust and generalizable reward models for human visual preferences is essential for aligning text-to-image and text-to-video generative models with human intent. However, current reward models often fail to gen…

MemorizationReinforcement Learning (RL)