LGAICLJan 22

Even GPT-5.2 Can't Count to Five: The Case for Zero-Error Horizons in Trustworthy LLMs

arXiv:2601.15714v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses the problem of ensuring reliability in LLMs for safety-critical domains, though it is incremental as it builds on existing evaluation methods.

The paper tackles the problem of evaluating trustworthy LLMs by proposing Zero-Error Horizon (ZEH), a metric for the maximum error-free range, and finds that state-of-the-art models like GPT-5.2 fail on simple tasks such as computing parity or checking parentheses balance, highlighting risks in safety-critical applications.

We propose Zero-Error Horizon (ZEH) for trustworthy LLMs, which represents the maximum range that a model can solve without any errors. While ZEH itself is simple, we demonstrate that evaluating the ZEH of state-of-the-art LLMs yields abundant insights. For example, by evaluating the ZEH of GPT-5.2, we found that GPT-5.2 cannot even compute the parity of a short string like 11000, and GPT-5.2 cannot determine whether the parentheses in ((((()))))) are balanced. This is surprising given the excellent capabilities of GPT-5.2. The fact that LLMs make mistakes on such simple problems serves as an important lesson when applying LLMs to safety-critical domains. By applying ZEH to Qwen2.5 and conducting detailed analysis, we found that while ZEH correlates with accuracy, the detailed behaviors differ, and ZEH provides clues about the emergence of algorithmic capabilities. Finally, while computing ZEH incurs significant computational cost, we discuss how to mitigate this cost by achieving up to one order of magnitude speedup using tree structures and online softmax.

Foundations

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

Your Notes