paper-with-me

Papers

Where Pretraining writes and Alignment reads: the asymmetry of Transformer weight space

2026-05-15 · Valeria Ruscio, Eli-Shaoul Khedouri, Keiran Thompson arxiv

Cross-entropy pretraining and preference alignment update the same transformer weights, but leave geometrically distinct traces. We characterise this asymmetry with a relative-subspace-fraction probe that tracks how weight deltas align with residual-stream activation subspaces and with the prediction subspace defined by the unembedding. Alignment deltas concentrate in the read pathway ($W_Q$, $W_K$), along principal directions of attention-input activations, while remaining near-isotropic in the write pathway ($W_O$, $W_2$) relative to the prediction subspace. We explain this pattern through anisotropic gradient accumulation: updates to a matrix $W$ are sums of outer products $δ_t a_t^\top$, and inherit directional structure from whichever side has concentrated covariance. For read-pathway matrices, this side is the input activation $a_t$, whose covariance is spiked in trained transformers and therefore produces objective-agnostic concentration. For write-pathway matrices, the relevant side is the upstream gradient $δ_t$, whose anisotropy depends on the loss. Cross-entropy supplies the canonical sharp per-sample signal, inducing write-pathway prediction geometry during pretraining; alignment objectives typically add little further write-side concentration. We support this explanation with a within-checkpoint trajectory, a graded contrastive-objective control, and a closed-form rank-1 intervention with matched direction controls, providing causal evidence for the proposed weight-space geometry.

📄 PDF Abstract BibTeX arXiv:2605.16600

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ALARM: Active LeArning of Rowhammer Mitigations

2022-11-30 · Amir Naseredini, Martin Berger, Matteo Sammartino, Shale Xiong

Rowhammer is a serious security problem of contemporary dynamic random-access memory (DRAM) where reads or writes of bits can flip other bits. DRAM manufacturers add mitigations, but don't disclose details, making it dif…

Active Learning

DAS-PMVC: A Framework for Partial Multi-View Clustering via Dual Alignment and Structure Enhancement

2026-07-30 · Shubin Ma, Liang Zhao, Chuanye He, Zhenjiao Liu 외 arxiv

In recent years, multi-view clustering has attracted widespread research interest. However, due to limitations in data collection devices, data across different views often suffer from misalignment, leading to the partia…

Contrastive Learning

FORTAP: Using Formulas for Numerical-Reasoning-Aware Table Pretraining

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Tables store rich numerical data, but numerical reasoning over tables is still a challenge. In this paper, we find that the spreadsheet formula, a commonly used language to perform computations on numerical values in spr…

PredictionQuestion Answering

FORTAP: Using Formulas for Numerical-Reasoning-Aware Table Pretraining

2021-09-15 · ACL 2022 5 · Zhoujun Cheng, Haoyu Dong, Ran Jia, Pengfei Wu 외

Tables store rich numerical data, but numerical reasoning over tables is still a challenge. In this paper, we find that the spreadsheet formula, which performs calculations on numerical values in tables, is naturally a s…

Structure for Reading, Prose for Writing: Asymmetric Structural Conditioning in Multi-Agent Document Authoring

2026-08-21 · Cheng Yu, Nikhil Mathew, Zhengjie Wang arxiv

Multi-agent pipelines that author formal documents must both read a requester's forms and write against them. We report a deployed tender-response system, running an open-weights model under sovereignty constraints, and …