English

Softmax is not Enough (for Sharp Size Generalisation)

Machine Learning 2025-06-03 v3 Artificial Intelligence Information Theory math.IT

Abstract

A key property of reasoning systems is the ability to make sharp decisions on their input data. For contemporary AI systems, a key carrier of sharp behaviour is the softmax function, with its capability to perform differentiable query-key lookups. It is a common belief that the predictive power of networks leveraging softmax arises from "circuits" which sharply perform certain kinds of computations consistently across many diverse inputs. However, for these circuits to be robust, they would need to generalise well to arbitrary valid inputs. In this paper, we dispel this myth: even for tasks as simple as finding the maximum key, any learned circuitry must disperse as the number of items grows at test time. We attribute this to a fundamental limitation of the softmax function to robustly approximate sharp functions with increasing problem size, prove this phenomenon theoretically, and propose adaptive temperature as an ad-hoc technique for improving the sharpness of softmax at inference time.

Keywords

Cite

@article{arxiv.2410.01104,
  title  = {Softmax is not Enough (for Sharp Size Generalisation)},
  author = {Petar Veličković and Christos Perivolaropoulos and Federico Barbero and Razvan Pascanu},
  journal= {arXiv preprint arXiv:2410.01104},
  year   = {2025}
}

Comments

To appear at ICML 2025. 22 pages, 9 figures

R2 v1 2026-06-28T19:04:28.788Z