Language Models Do Not Embed Numbers Continuously
Alex O. Davies, Roussel Nzoyem, Nirav Ajmeri, Telmo M. Silva Filho
TL;DR
The paper investigates whether language-model embeddings treat continuous numbers as a genuine one-dimensional continuum or as a discretized, noisy space. It introduces a model-agnostic evaluation framework using linear $R^2$, PCA correlation, and explained variance to quantify numerical fidelity, and tests across OpenAI, Google Gemini, and Voyage AI. Findings show high linear reconstructability ($R^2$ ≥ 0.95) but low variance explained by the first PCA component, with fidelity deteriorating as decimal precision increases, revealing substantial non-continuous structure and noise. These results highlight limitations of current numeric embeddings for precision-heavy tasks and motivate development of numerically specialized architectures or denoising strategies.
Abstract
Recent research has extensively studied how large language models manipulate integers in specific arithmetic tasks, and on a more fundamental level, how they represent numeric values. These previous works have found that language model embeddings can be used to reconstruct the original values, however, they do not evaluate whether language models actually model continuous values as continuous. Using expected properties of the embedding space, including linear reconstruction and principal component analysis, we show that language models not only represent numeric spaces as non-continuous but also introduce significant noise. Using models from three major providers (OpenAI, Google Gemini and Voyage AI), we show that while reconstruction is possible with high fidelity ($R^2 \geq 0.95$), principal components only explain a minor share of variation within the embedding space. This indicates that many components within the embedding space are orthogonal to the simple numeric input space. Further, both linear reconstruction and explained variance suffer with increasing decimal precision, despite the ordinal nature of the input space being fundamentally unchanged. The findings of this work therefore have implications for the many areas where embedding models are used, in-particular where high numerical precision, large magnitudes or mixed-sign values are common.
