LGOct 8, 2025

Efficient numeracy in language models through single-token number embeddings

arXiv:2510.06824v14 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the problem of limited numerical processing capabilities in language models for science and engineering applications, representing an incremental improvement in tokenization strategies.

The paper tackles the inefficiency of large language models in handling numerical data by proposing BitTokens, a single-token encoding based on IEEE 754 binary floating-point representation, which enables small models to achieve near-perfect accuracy on basic arithmetic operations.

To drive progress in science and engineering, large language models (LLMs) must be able to process large amounts of numerical data and solve long calculations efficiently. This is currently only possible through the use of external tools or extensive reasoning chains, either limiting the numerical intuition of LLMs or limiting the length of problems they can solve. We show that frontier LLMs require excessive amounts of reasoning tokens to solve even basic calculations, which is exacerbated by their tokenization strategies that split single numbers into multiple tokens. This motivates the need for efficient and effective single-token number encodings. We introduce a set of desiderata for such encodings and show that existing approaches fail to fulfill them. To address these shortcomings, we propose BitTokens, a novel tokenization strategy that embeds any number into a single token using its IEEE 754 binary floating-point representation. Through extensive experiments we show that our BitTokens allow even small language models to learn algorithms that solve basic arithmetic operations nearly perfectly. This newly gained efficiency could expand the length and complexity of problems language models can solve.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes