NeFut Logo NeFut
Admin Login

[CS.AI] Transformers' Adaptation Reveals Unique Learning Signatures

Published at: 2026-07-30 22:00 Last updated: 2026-07-30 23:39
#AI #Machine Learning #DeepSeek

Abstract

Transformer adaptation is typically distributed across model depth, even when the intended change is narrow. We investigate how adaptation site shapes what a model learns, how well that learning generalizes, and how selectively it is applied. We introduce a controlled benchmark spanning five objectives (lexical binding, factual association, behavioral policy learning, causal mapping, and procedural reasoning) and define each objective's "adaptation geometry" as its profile of acquisition, transfer, and boundedness under full-stack and early-, middle-, or late-layer LoRA.

The objectives exhibit distinct geometries. Lexical binding favors early-layer adaptation for acquisition and boundedness but requires broader updates for transfer; factual association favors later layers among localized adapters; behavioral learning separates late-layer action acquisition from middle-layer policy gating; and causal and procedural transfer benefit most from middle- or full-stack adaptation. These patterns largely persist under parameter-matched controls, and most corresponding directional contrasts replicate across five model families. These findings establish adaptation site as a key design variable for controlling what models learn, generalize, and leave unchanged.

Blogger's Review: This paper highlights the significance of adaptation in transformer models, particularly how the adaptation site influences learning characteristics. Through systematic benchmarking, the researchers provide strong theoretical support for optimizing model design, making it worth attention for potential applications in practice.

Original Source: https://arxiv.org/abs/2607.25663

[h] Back to Home