paper-with-me

홈 › Papers

Alignment is Localized: A Causal Probe into Preference Layers

2025-10-17 · Archie Chaudhury arxiv

Reinforcement Learning frameworks, particularly those utilizing human annotations, have become an increasingly popular method for preference fine-tuning, where the outputs of a language model are tuned to match a certain set of behavioral policies or guidelines. Reinforcement Learning through Human Feedback (RLHF) is perhaps the most popular implementation of such a framework, particularly for aligning LMs toward safety and human intent. However, the internal workings of how such alignment is achieved remain largely opaque. In this work, we systematically analyze preference optimization for language model alignment by applying layer-wide causal patching between a base model and its tuned counterpart across human preference pairs. We implement our methodology on \textit{Llama-3.2-1B}, and find that alignment is spatially localized: mid-layer activations encode a distinct subspace that causally determines reward-consistent behavior, while early and late layers remain largely unaffected. Utilizing LASSO regression, we also find that only a small number of layers possess non-zero coefficients linking activation distances to reward gains. Overall, we show that, at least for some language models, alignment from human-based, preferential tuning is a directional, low rank process, rather than diffuse and parameteric.

📄 PDF Abstract BibTeX arXiv:2510.16167

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Represented Is Not Computed: A Causal Test of Candidate Algorithmic Intermediates in a Transformer

2026-05-21 · Ishita Darade, Sushrut Thorat arxiv

Structured prompts require integrating components according to task-relevant relations. How a network implements this integration is often hard to judge in language or vision, where those relations are rarely specified p…

Towards Anatomically Plausible Human Image Generation via Synthetic Localized Preferences

2026-05-25 · Bao Li, Yuliang Xiu, Zhen Liu arxiv

Large-scale text-to-image foundation models have achieved remarkable visual realism, yet generating human images with correct anatomical structures remains challenging. Existing approaches enforce anatomical constraints …

Image Generation

Q-Probe: Scaling Image Quality Assessment to High Resolution via Context-Aware Agentic Probing

2026-01-21 · Xiang Li, Xueheng Li, Yu Wang, Xuanhua He 외 arxiv

Reinforcement Learning (RL) has empowered Multimodal Large Language Models (MLLMs) to achieve superior human preference alignment in Image Quality Assessment (IQA). However, existing RL-based IQA models typically rely on…

Image Quality AssessmentReinforcement Learning

SPINAL -- Scaling-law and Preference Integration in Neural Alignment Layers

2026-01-08 · Arion Das, Partha Pratim Saha, Amit Dhanda, Vinija Jain 외 arxiv

Direct Preference Optimization (DPO) is a principled, scalable alternative to RLHF for aligning large language models from pairwise preferences, but its internal geometric footprint remains undercharacterized, limiting a…

Optimizing Against Safety Representations: Activation-Guided Adversarial Suffixes and the Geometry of Refusal

2026-07-09 · Ege Çakar, Hannah Guan, Kayden Kehe arxiv

Behavioral alignment in large language models often masks fragile internal safety representations. Recent work suggests that refusal behavior is mediated by low-dimensional directions in activation space. This raises que…