paper-with-me

Papers

Reasoning Models Sometimes Output Illegible Chains of Thought

2025-10-31 · Arun Jose arxiv

Language models trained via outcome-based reinforcement learning (RL) to reason using chain-of-thought (CoT) have shown remarkable performance. Monitoring such a model's CoT may allow us to understand its intentions and detect potential malicious behavior. However, to be effective, this requires that CoTs are legible and faithful. We study CoT legibility across 14 reasoning models, finding that RL often causes reasoning to become illegible to both humans and AI monitors, with reasoning models (except Claude) generating illegible CoTs while returning to perfectly readable final answers. We show that models use illegible reasoning to reach correct answers (accuracy dropping by 53\% when forced to use only legible portions), yet find no correlation between legibility and performance when resampling - suggesting the relationship is more nuanced. We also find that legibility degrades on harder questions. We discuss potential hypotheses for these results, including steganography, training artifacts, and vestigial tokens. These results suggest that without explicit optimization for legibility, outcome-based RL naturally produces models with increasingly opaque reasoning processes, potentially undermining monitoring approaches.

📄 PDF Abstract BibTeX arXiv:2510.27338

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Can We Verify Step by Step for Incorrect Answer Detection?

2024-02-16 · Xin Xu, Shizhe Diao, Can Yang, Yang Wang

Chain-of-Thought (CoT) prompting has marked a significant advancement in enhancing the reasoning capabilities of large language models (LLMs). Previous studies have developed various extensions of CoT, which focus primar…

Exposing Attention Glitches with Flip-Flop Language Modeling

2023-06-01 · NeurIPS 2023 11

Why do large language models sometimes output factual inaccuracies and exhibit erroneous reasoning? The brittleness of these models, particularly when executing long chains of reasoning, currently seems to be an inevitab…

Language ModelingLanguage Modelling

Teaching Small Language Models to Reason

2022-12-16 · Lucie Charlotte Magister, Jonathan Mallinson, Jakub Adamek, Eric Malmi 외

Chain of thought prompting successfully improves the reasoning capabilities of large language models, achieving state of the art results on a range of datasets. However, these reasoning capabilities only appear to emerge…

GSM8KKnowledge Distillation

Answering Questions by Meta-Reasoning over Multiple Chains of Thought

2023-04-25 · Ori Yoran, Tomer Wolfson, Ben Bogin, Uri Katz 외

Modern systems for multi-hop question answering (QA) typically break questions into a sequence of reasoning steps, termed chain-of-thought (CoT), before arriving at a final answer. Often, multiple chains are sampled and …

Multi-hop Question AnsweringQuestion Answering

Automatic Prompt Augmentation and Selection with Chain-of-Thought from Labeled Data

2023-02-24 · Kashun Shum, Shizhe Diao, Tong Zhang

Chain-of-thought (CoT) advances the reasoning abilities of large language models (LLMs) and achieves superior performance in complex reasoning tasks. However, most CoT studies rely on carefully designed human-annotated r…

Arithmetic ReasoningLanguage Modelling