paper-with-me

Papers

Towards Interpretable and Inference-Optimal COT Reasoning with Sparse Autoencoder-Guided Generation

2025-10-02 · Daniel Zhao, Abhilash Shankarampeta, Lanxiang Hu, Tajana Rosing, Hao Zhang arxiv

We propose a novel method that leverages sparse autoencoders (SAEs) and clustering techniques to analyze the internal token representations of large language models (LLMs) and guide generations in mathematical reasoning tasks. Our approach first trains an SAE to generate sparse vector representations for training tokens, then applies k-means clustering to construct a graph where vertices represent token clusters and weighted edges capture sequential token transitions. Using this graph, we define an edge-weight based reward function to quantify adherence to established reasoning traces, thereby identifying exploitative reasoning trajectories. Additionally, we measure generation diversity from clustering to assess the extent of exploration. Our findings indicate that balancing both exploitation and exploration is crucial for achieving high accuracy in mathematical reasoning tasks. During generation, the SAE can serve as a scalable reward model to guide generations, ensuring a balanced trade-off between exploitation and exploration. This prevents extreme behaviors in either direction, ultimately fostering a higher-quality reasoning process in LLMs.

📄 PDF Abstract BibTeX arXiv:2510.01528

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Compute Optimal Inference and Provable Amortisation Gap in Sparse Autoencoders

2024-11-20 · Charles O'Neill, Alim Gumran, David Klindt

A recent line of work has shown promise in using sparse autoencoders (SAEs) to uncover interpretable features in neural network representations. However, the simple linear-nonlinear encoding mechanism in SAEs limits thei…

compressed sensingLanguage ModelingLanguage ModellingLarge Language Model

Rank-1 LoRAs Encode Interpretable Reasoning Signals

2025-11-10 · Jake Ward, Paul Riechers, Adam Shai arxiv

Reasoning models leverage inference-time compute to significantly enhance the performance of language models on difficult logical tasks, and have become a dominating paradigm in frontier LLMs. Despite their wide adoption…

SegCompass: Exploring Interpretable Alignment with Sparse Autoencoders for Enhanced Reasoning Segmentation

2026-05-21 · Zhenyu Lu, Liupeng Li, Jinpeng Wang, Haoqian Kang 외 arxiv

While large language models provide strong compositional reasoning, existing reasoning segmentation pipelines fail to transparently connect this reasoning to visual perception. Current methods, such as latent query align…

Reinforcement Learning

I Have Covered All the Bases Here: Interpreting Reasoning Features in Large Language Models via Sparse Autoencoders

2025-03-24 · Andrey Galichin, Alexey Dontsov, Polina Druzhinina, Anton Razzhigaev 외

Large Language Models (LLMs) have achieved remarkable success in natural language processing. Recent advances have led to the developing of a new class of reasoning LLMs; for example, open-source DeepSeek-R1 has achieved…

All

Causal Concept Graphs in LLM Latent Space for Stepwise Reasoning

2026-03-11 · Md Muntaqim Meherab, Noor Islam S. Mohammad, Faiza Feroz arxiv

Sparse autoencoders can localize where concepts live in language models, but not how they interact during multi-step reasoning. We propose Causal Concept Graphs (CCG): a directed acyclic graph over sparse, interpretable …