paper-with-me

홈 › Papers

Shorter, but Still Trustworthy? An Empirical Study of Chain-of-Thought Compression

2026-04-05 · Lingjie Zeng, Xiaofan Chen, Yanbo Wang, Xiuying Chen arxiv

Long chain-of-thought (Long-CoT) reasoning models have motivated a growing body of work on compressing reasoning traces to reduce inference cost, yet existing evaluations focus almost exclusively on task accuracy and token savings. Trustworthiness properties, whether acquired or reinforced through post-training, are encoded in the same parameter space that compression modifies. This means preserving accuracy does not, a priori, guarantee preserving trustworthiness. We conduct the first systematic empirical study of how CoT compression affects model trustworthiness, evaluating multiple models of different scales along three dimensions: safety, hallucination resistance, and multilingual robustness. Under controlled comparisons, we find that CoT compression frequently introduces trustworthiness regressions and that different methods exhibit markedly different degradation profiles across dimensions. To enable fair comparison across bases, we propose a normalized efficiency score for each dimension that reveals how naïve scalar metrics can obscure trustworthiness trade-offs. As an existence proof, we further introduce an alignment-aware DPO variant that reduces CoT length by 19.3\% on reasoning benchmarks with substantially smaller trustworthiness loss. Our findings suggest that CoT compression should be optimized not only for efficiency but also for trustworthiness, treating both as equally important design constraints.

📄 PDF Abstract BibTeX arXiv:2604.04120

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Can Trustless Agents Be Trusted? An Empirical Study of the ERC-8004 Decentralized AI Agent Ecosystem

2026-06-24 · Xihan Xiong, Zelin Li, Wei Wei, Qin Wang 외 arxiv

As autonomous AI agents increasingly transact across organizational boundaries, a fundamental trust challenge emerges: how can an agent assess whether an unknown counterpart is trustworthy? The ERC-8004 protocol addresse…

TT-XAI: Trustworthy Clinical Text Explanations via Keyword Distillation and LLM Reasoning

2025-07-30 · Kristian Miok, Blaz Škrlj, Daniela Zaharie, Marko Robnik Šikonja arxiv

Clinical language models often struggle to provide trustworthy predictions and explanations when applied to lengthy, unstructured electronic health records (EHRs). This work introduces TT-XAI, a lightweight and effective…

Learning from Partial Chain-of-Thought via Truncated-Reasoning Self-Distillation

2026-02-27 · Gianluigi Silvestri, Edoardo Cetin arxiv

Reasoning-oriented language models achieve strong performance by generating long chain-of-thought traces at inference time. However, this capability comes with substantial and often excessive computational cost, which ca…

Don't Overthink it. Preferring Shorter Thinking Chains for Improved LLM Reasoning

2025-05-23 · Michael Hassid, Gabriel Synnaeve, Yossi Adi, Roy Schwartz

Reasoning large language models (LLMs) heavily rely on scaling test-time compute to perform complex reasoning tasks by generating extensive "thinking" chains. While demonstrating impressive results, this approach incurs …

An Empirical Exploration of Trust Dynamics in LLM Supply Chains

2024-05-25 · Agathe Balayn, Mireia Yurrita, Fanny Rancourt, Fabio Casati 외

With the widespread proliferation of AI systems, trust in AI is an important and timely topic to navigate. Researchers so far have largely employed a myopic view of this relationship. In particular, a limited number of r…

Navigate