Language Models Are Injective and Hence Invertible

Abstract

Transformer components such as non-linear activations and normalization are inherently non-injective, suggesting that different inputs could map to the same output and prevent exact recovery of the input from a model’s representations. In this paper, we challenge this view. First, we prove mathematically that transformer language models mapping discrete input sequences to their corresponding sequence of continuous representations are injective and therefore lossless, a property established at initialization and preserved during training. Second, we confirm this result empirically through billions of collision tests on six state-of-the-art language models, and observe no collisions. Third, we operationalize injectivity: we introduce SipIt, the first algorithm that provably and efficiently reconstructs the exact input text from hidden activations, establishing linear-time guarantees and demonstrating exact invertibility in practice. Overall, our work establishes injectivity as a fundamental and exploitable property of language models, with direct implications for transparency, interpretability, and safe deployment.

Cite

Text

Nikolaou et al. "Language Models Are Injective and Hence Invertible." International Conference on Learning Representations, 2026.

Markdown

[Nikolaou et al. "Language Models Are Injective and Hence Invertible." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/nikolaou2026iclr-language/)

BibTeX

@inproceedings{nikolaou2026iclr-language,
  title     = {{Language Models Are Injective and Hence Invertible}},
  author    = {Nikolaou, Giorgos and Mencattini, Tommaso and Crisostomi, Donato and Santilli, Andrea and Panagakis, Yannis and Rodolà, Emanuele},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/nikolaou2026iclr-language/}
}