Transformer中的隐式统计推断:在上下文中逼近似然比检验 / Implicit Statistical Inference in Transformers: Approximating Likelihood-Ratio Tests In-Context
1️⃣ 一句话总结
这篇论文通过统计决策理论视角研究发现,Transformer模型在上下文学习时,并非简单地匹配相似性,而是能够自适应地构建接近最优统计推断的算法,以解决线性和非线性任务。
In-context learning (ICL) allows Transformers to adapt to novel tasks without weight updates, yet the underlying algorithms remain poorly understood. We adopt a statistical decision-theoretic perspective by investigating simple binary hypothesis testing, where the optimal policy is determined by the likelihood-ratio test. Notably, this setup provides a mathematically rigorous setting for mechanistic interpretability where the target algorithmic ground truth is known. By training Transformers on tasks requiring distinct geometries (linear shifted means vs. nonlinear variance estimation), we demonstrate that the models approximate the Bayes-optimal sufficient statistics from context up to some monotonic transformation, matching the performance of an ideal oracle estimator in nonlinear regimes. Leveraging this analytical ground truth, mechanistic analysis via logit lens and circuit alignment suggests that the model does not rely on a fixed kernel smoothing heuristic. Instead, it appears to adapt the point at which decisions become linearly decodable: exhibiting patterns consistent with a voting-style ensemble for linear tasks while utilizing a deeper sequential computation for nonlinear tasks. These findings suggest that ICL emerges from the construction of task-adaptive statistical estimators rather than simple similarity matching.
Transformer中的隐式统计推断:在上下文中逼近似然比检验 / Implicit Statistical Inference in Transformers: Approximating Likelihood-Ratio Tests In-Context
这篇论文通过统计决策理论视角研究发现,Transformer模型在上下文学习时,并非简单地匹配相似性,而是能够自适应地构建接近最优统计推断的算法,以解决线性和非线性任务。
源自 arXiv: 2603.10573