SYNTHESIS NOTE
TopicsTraining Fine Tuningthis note

Can editing hidden representations beat weight updates for finetuning?

Does intervening directly on a frozen model's representations offer a better path to parameter-efficient adaptation than current weight-based methods? This challenges the dominant PEFT paradigm by treating representations as the semantic lever instead.

Synthesis note · 2026-06-03 · sourced from Training Fine Tuning

Parameter-efficient finetuning (PEFT) adapts large models by updating a small number of weights (LoRA and variants). ReFT starts from a different premise drawn from interpretability: representations encode rich semantic information, so editing representations might be more powerful than editing weights. ReFT methods operate on a frozen base model and learn task-specific interventions on hidden representations. Its strong instance, LoReFT (low-rank linear subspace ReFT), is a drop-in PEFT replacement that is 10–50× more parameter-efficient than prior state-of-the-art PEFTs and almost always outperforms them across eight commonsense-reasoning, four arithmetic-reasoning, instruction-following (Alpaca-Eval), and GLUE tasks.

The keeper is the conceptual bridge: interpretability findings (that meaning lives in representations as directions/subspaces) become an adaptation method — intervene in the representation subspace rather than perturb weights. This unifies steering and finetuning: the same handle used to interpret a model can be used to adapt it.

This connects the vault's PEFT and mechinterp threads. It operationalizes the linear-representation premise behind Can dictionary learning scale to production language models? (features as steerable directions) as a finetuning technique, and it rhymes with Does reinforcement learning update only a small fraction of parameters?: adaptation concentrates in a low-dimensional subspace, whether of weights or representations.

Inquiring lines that read this note 25

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

When does architectural design matter more than raw model capacity? What are the consequences of models training on synthetic data? Why does finetuning cause catastrophic forgetting of model capabilities? Does fine-tuning modify underlying model capabilities or only behavioral outputs? Do language model representations contain causally steerable task-specific features? Do autonomous architecture discoveries follow predictable scaling laws? How can identical external performance mask different internal representations? Do language models learn genuine linguistic structure or just surface patterns? How can AI agents autonomously learn and transfer skills across tasks? Do harness improvements transfer across model scales or memorize shortcuts? Which computational strategies best support reasoning in language models? How does example difficulty affect learning efficiency in language models? Why do semantic similarity and task relevance diverge in vector embeddings?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 155 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

representation finetuning intervenes on frozen hidden representations instead of weights and is far more parameter-efficient than LoRA