paper-with-me

홈 › Papers

Unsupervised decoding of encoded reasoning using language model interpretability

2025-12-01 · Ching Fang, Samuel Marks arxiv

As large language models become increasingly capable, there is growing concern that they may develop reasoning processes that are encoded or hidden from human oversight. To investigate whether current interpretability techniques can penetrate such encoded reasoning, we construct a controlled testbed by fine-tuning a reasoning model (DeepSeek-R1-Distill-Llama-70B) to perform chain-of-thought reasoning in ROT-13 encryption while maintaining intelligible English outputs. We evaluate mechanistic interpretability methods--in particular, logit lens analysis--on their ability to decode the model's hidden reasoning process using only internal activations. We show that logit lens can effectively translate encoded reasoning, with accuracy peaking in intermediate-to-late layers. Finally, we develop a fully unsupervised decoding pipeline that combines logit lens with automated paraphrasing, achieving substantial accuracy in reconstructing complete reasoning transcripts from internal model representations. These findings suggest that current mechanistic interpretability techniques may be more robust to simple forms of encoded reasoning than previously understood. Our work provides an initial framework for evaluating interpretability methods against models that reason in non-human-readable formats, contributing to the broader challenge of maintaining oversight over increasingly capable AI systems.

📄 PDF Abstract BibTeX arXiv:2512.01222

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Decoding Diffusion: A Scalable Framework for Unsupervised Analysis of Latent Space Biases and Representations Using Natural Language Prompts

2024-10-25 · E. Zhixuan Zeng, Yuhao Chen, Alexander Wong

Recent advances in image generation have made diffusion models powerful tools for creating high-quality images. However, their iterative denoising process makes understanding and interpreting their semantic latent spaces…

DenoisingImage CaptioningImage Generation

Language Models Can See Better: Visual Contrastive Decoding For LLM Multimodal Reasoning

2025-02-17 · Yuqi Pang, Bowen Yang, Haoqin Tu, Yun Cao 외

Although Large Language Models (LLMs) excel in reasoning and generation for language tasks, they are not specifically designed for multimodal challenges. Training Multimodal Large Language Models (MLLMs), however, is res…

In-Context LearningMultimodal ReasoningQuestion Answering

Multilingual Contrastive Decoding via Language-Agnostic Layers Skipping

2024-07-15 · Wenhao Zhu, Sizhe Liu, ShuJian Huang, Shuaijie She 외

Decoding by contrasting layers (DoLa), is designed to improve the generation quality of large language models (LLMs) by contrasting the prediction probabilities between an early exit output (amateur logits) and the final…

Measuring the Interpretability of Unsupervised Representations via Quantized Reversed Probing

2021-09-29 · ICLR 2022 4 · Iro Laina, Yuki M Asano, Andrea Vedaldi

Self-supervised visual representation learning has attracted significant research interest. While the most common way to evaluate self-supervised representations is through transfer to various downstream tasks, we instea…

Image ClassificationRepresentation Learning

Latent Chain-of-Thought? Decoding the Depth-Recurrent Transformer

2025-07-02 · Wenquan Lu, Yuechuan Yang, Kyle Lee, Yanshu Li 외

Chain-of-thought (CoT) reasoning has enabled transformer-based language models to excel at complex mathematics and multi-step planning. However, in standard decoder-only architectures, these reasoning steps are externali…