paper-with-me

Papers

Why Does Reinforcement Learning Generalize? A Feature-Level Mechanistic Study of Post-Training in Large Language Models

2026-04-27 · Dan Shi, Zhuowen Han, Simon Ostermann, Renren Jin, Josef van Genabith, Deyi Xiong arxiv

Reinforcement learning (RL)-based post-training often improves the reasoning performance of large language models (LLMs) beyond the training domain, while supervised fine-tuning (SFT) frequently leads to general capabilities forgetting. However, the mechanisms underlying this contrast remain unclear. To bridge this gap, we present a feature-level mechanistic analysis methodology to probe RL generalization using a controlled experimental setup, where RL- and SFT-tuned models are trained from the same base model on identical data. Leveraging our interpretability framework, we align internal activations across models within a shared feature space and analyze how features evolve during post-training. We find that SFT rapidly introduces many highly specialized features that stabilize early in training, whereas RL induces more restrained and continually evolving feature changes that largely preserve base models' representations. Focusing on samples where RL succeeds but the base model fails, we identify a compact, task-agnostic set of features that directly mediate generalization across diverse tasks. Feature-level interventions confirm their causal role: disabling these features significantly degrades RL models' generalization performance, while amplifying them improves base models' performance. The code is available at https://github.com/danshi777/RL-generalization.

📄 PDF Abstract BibTeX arXiv:2604.25011

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Towards Universality: Studying Mechanistic Similarity Across Language Model Architectures

2024-10-09 · Junxuan Wang, Xuyang Ge, Wentao Shu, Qiong Tang 외

The hypothesis of Universality in interpretability suggests that different neural networks may converge to implement similar algorithms on similar tasks. In this work, we investigate two mainstream architectures for lang…

Language ModelingLanguage ModellingMamba

Mechanistic Interpretability of Antibody Language Models Using SAEs

2025-12-05 · Rebonto Haque, Oliver M. Turnbull, Anisha Parsan, Nithin Parsan 외 arxiv

Sparse autoencoders (SAEs) are a mechanistic interpretability technique that have been used to provide insight into learned concepts within large protein language models. Here, we employ TopK and Ordered SAEs to investig…

Decompose the model: Mechanistic interpretability in image models with Generalized Integrated Gradients (GIG)

2024-09-03 · Yearim Kim, Sangyu Han, Sangbum Han, Nojun Kwak

In the field of eXplainable AI (XAI) in language models, the progression from local explanations of individual decisions to global explanations with high-level concepts has laid the groundwork for mechanistic interpretab…

Towards a Mechanistic Understanding of Propositional Logical Reasoning in Large Language Models

2026-01-07 · Danchun Chen, Qiyao Yan, Liangming Pan arxiv

Understanding how Large Language Models (LLMs) perform logical reasoning internally remains a fundamental challenge. While prior mechanistic studies focus on identifying taskspecific circuits, they leave open the questio…

Logical Reasoning

Mechanistically Interpretable Neural Encoding Reveals Fine-Grained Functional Selectivity in Human Visual Cortex

2026-05-15 · Idan Daniel Grosbard, Mor Geva, Galit Yovel arxiv

A central goal in understanding human vision is to uncover the visual features that drive neuronal activity. A growing body of work has used artificial neural networks as encoding models to predict cortical responses to …