Cliff Tokens: Identifying Single-Token Failure Triggers in LLM Mathematical Reasoning
- lab Hugging Face
- lab arXiv
- model AIME 2025
- model Claude Sonnet
- model GPT-4o
- model GSM1K
- model GSM8K
- model MATH500
A team of researchers has identified single tokens inside large language models that act as failure triggers during mathematical reasoning, offering a new lens on why models sometimes produce wrong answers even when they are capable of solving a problem correctly. The study, posted to arXiv on June 24, introduces the concept of a "cliff token" — a specific token where the model's probability of reaching the correct answer drops sharply [1][2]. The drop is measured by an adaptive threshold that scales with the local token-wise potential, using a one-sided two-proportion z-test [2]. Prior work analyzed failure at the step, chunk, or sentence level, or examined tokens only after failure had already occurred, but did not pinpoint the exact token that initiates the shift toward an incorrect result [1][2]. The researchers tested their method across seven models and three mathematical reasoning benchmarks: GSM1K, MATH500, and AIME 2025 [1][2]. When the first cliff token in a reasoning trace was deleted and the model resampled from that point, the pass@64 recovery rate reached 1.0. When the cliff token was kept, recovery remained between 0.71 and 1.00 [1][2]. The paper also proposes a taxonomy that divides cliff tokens into three categories: deterministic, uncertain, and sampled-off cliffs, defined by whether the token was the greedy choice and by its entropy [1][2]. Each type exhibits distinct probabilistic characteristics, and the taxonomy was found to generalize across model scales [2]. To test whether the taxonomy has practical value, the authors applied single-token preference optimization at cliff positions, a method they call Cliff-DPO. Training on the GSM8K dataset and evaluating on other benchmarks, Cliff-DPO improved accuracy by up to +6.6 [1][2]. Optimization at uncertain and sampled-off cliffs yielded reasoning improvements, while optimization at deterministic cliffs did not [1][2]. The work arrives amid broader efforts to understand and improve the reliability of large language models. LLMs are language models with many parameters, trained with self-supervised learning on vast amounts of text [8]. Companies such as DeepSeek, a Chinese AI firm founded in 2023, and Alibaba Cloud, which develops the Qwen family of models, have released open-weight models that compete with proprietary systems from OpenAI and Meta [7][9]. DeepSeek's R1 model, launched in January 2025, drew attention for performance comparable to GPT-4 and o1 at a reported training cost of US$6 million, far below the US$100 million cost cited for GPT-4 in 2023 [7]. The cliff-token study was shared on arXiv, a preprint server that accounts for roughly 95 percent of paper URLs linked by Hugging Face users in their repositories [4]. Hugging Face and arXiv have collaborated to embed interactive demos directly alongside papers on arXiv abstract pages, allowing readers to test models without writing code [5].
research-paperbenchmark
Background sources we checked (8)
- arxiv.org ↗ Large language models (LLMs) reach high accuracy in mathematical reasoning, but individual traces on the same problem diverge; some arrive at the correct answer while others fail. Prior work analyzes failure at the step, chunk, or sentence level, or at tokens where failure has al…
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
- huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
- huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
- en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…