Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

Frozen 12B Model Achieves 100% Accuracy via Verified Memory, Not Raw Reasoning

AI By Crimson AI Hugging Face Papers 28 July 2026 · 00:00 95 views
Share: X Telegram

A new approach from Hugging Face stores verified solutions in a persistent memory, enabling a frozen 12B model to answer 180/180 instances across nine problem families with zero generation tokens, bit-exact results. The method decouples execution from parameter scaling but does not improve the model's inherent reasoning.

Frozen 12B Model Achieves 100% Accuracy via Verified Memory, Not Raw Reasoning

Key points

Researchers from Hugging Face have introduced a system that stores verified, parameterized procedures in a persistent memory, allowing a frozen 12B-parameter language model to achieve 100% accuracy on solved problem families without generating any new tokens. The approach, detailed in a paper titled "A Frozen 12B Beats Frontier Models on Verified Work," claims to decouple execution-bound capability from parameter scaling.

In experiments across 180 fresh instances spanning nine problem families, four different model architectures—including dense and mixture-of-experts variants—each scored 180/180 with zero generation tokens per answer. The system also demonstrated 88/88 consistency-gated acceptances on open-ended reasoning tasks, with machine-checked formal proof and reasoning-method transfer at 77/80.

The core mechanism involves a verify-before-store contract: once a problem family is solved and independently verified, every new instance of that family is answered deterministically using the stored procedure. Memory selection takes 1.4 microseconds, and full reuse completes in 6–23 ms at 36 mWh. The store can also serve as working context, supporting a 6,000,000-token movable window on a single 46 GB GPU, far exceeding the context limits of standard engines like vLLM (30,399 tokens) and SGLang (32,000 tokens).

However, the headline result has been met with skepticism. Critics note that the reported 100% accuracy does not demonstrate that the frozen 12B model "beats" frontier models in reasoning capability. Instead, it shows that once the correct procedure is solved, verified, stored, and retrieved, the system produces correct outputs—essentially a verified function registry or executable RAG, not an improvement in the underlying model's reasoning.

The authors acknowledge that on published benchmarks, frontier models remain far ahead of any 12B model at raw from-scratch reasoning. The advantage of their system lies in verified reuse: a frontier API call pays a fresh generation pass on every query, while verified reuse costs zero tokens and returns identical bits every time. A public testbench with free, rate-limited access is available at the provided link.

MetricThis SystemvLLMSGLang
Max Context Tokens6,000,00030,39932,000
Memory Selection Time1.4 µs
Reuse Time6–23 ms
Energy per Reuse36 mWh
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

1
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

1
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1