paper-with-me

홈 › Papers

Trapped by simplicity: When Transformers fail to learn from noisy features

2026-02-09 · Evan Peters, Ando Deng, Matheus H. Zambianco, Devin Blankespoor, Achim Kempf arxiv

Noise is ubiquitous in data used to train large language models, but it is not well understood whether these models are able to correctly generalize to inputs generated without noise. Here, we study noise-robust learning: are transformers trained on data with noisy features able to find a target function that correctly predicts labels for noiseless features? We show that transformers succeed at noise-robust learning for a selection of $k$-sparse parity and majority functions, compared to LSTMs which fail at this task for even modest feature noise. However, we find that transformers typically fail at noise-robust learning of random $k$-juntas, especially when the boolean sensitivity of the optimal solution is smaller than that of the target function. We argue that this failure is due to a combination of two factors: transformers' bias toward simpler functions, combined with an observation that the optimal function for noise-robust learning typically has lower sensitivity than the target function for random boolean functions. We test this hypothesis by exploiting transformers' simplicity bias to trap them in an incorrect solution, but show that transformers can escape this trap by training with an additional loss term penalizing high-sensitivity solutions. Overall, we find that transformers are particularly ineffective for learning boolean functions in the presence of feature noise.

📄 PDF Abstract BibTeX arXiv:2602.08695

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Simplicity Bias of Transformers to Learn Low Sensitivity Functions

2024-03-11 · Bhavya Vasudeva, Deqing Fu, Tianyi Zhou, Elliott Kau 외

Transformers achieve state-of-the-art accuracy and robustness across many tasks, but an understanding of the inductive biases that they have and how those biases are different from other neural network architectures rema…

Sensitivity

Mask-Based Priors Are More Persistent than Query-Key Initializations

2026-08-01 · Mingze Ma, Hemanth Saratchandran, Cameron Gordon, Simon Lucey arxiv

Transformers do not merely lack data on some Boolean extrapolation tasks; they generalize in a systematically wrong way. Recent work on generalization on the unseen has shown that, despite fitting the observed domain, Tr…

When "Better" is better than "Best"

2020-10-31 · Ben Amiet, Andrea Collevecchio, Kais Hamza

We consider two-player normal form games where each player has the same finite strategy set. The payoffs of each player are assumed to be i.i.d. random variables with a continuous distribution. We show that, with high pr…

A distributional simplicity bias in the learning dynamics of transformers

2024-10-25 · Riccardo Rende, Federica Gerace, Alessandro Laio, Sebastian Goldt

The remarkable capability of over-parameterised neural networks to generalise effectively has been explained by invoking a ``simplicity bias'': neural networks prevent overfitting by initially learning simple classifiers…

Stochastic algorithms under single spiked models

2019-05-17 · Emile Richard

We study SGD and Adam for estimating a rank one signal planted in matrix or tensor noise. The extreme simplicity of the problem setup allows us to isolate the effects of various factors: signal to noise ratio, density of…