Full-context drafters help compressed agent models retain accuracy

AsymSpec lets a lightweight drafting model read the complete input while a larger verifier uses a compressed context, improving accuracy and generation efficiency.

PaperChinese Techcs.AIarXiv:2608.26004v1
Sheng Liang · Yongyue Zhang · Nathanael Brian · Hang Lv · Hao Wang · Chen Zhang · +1 more

Huawei Technologies Co., Ltd. · University of Science and Technology of China

Research Digest··2 min read
Liang et al. modify speculative decoding so its drafting and verification models can see different versions of an agent’s accumulated context. Across four agentic capabilities and two end-to-end benchmarks, the method retained about 90% of full-context accuracy on average while reporting substantial throughput and compute gains on isolated text tasks.

What they did

The authors developed AsymSpec, a speculative-decoding framework in which a lightweight drafter receives the full input but the larger verifier sees a compressed version. Speculative decoding normally accelerates generation by having a small model propose tokens that a larger model checks, with both models using identical context.

AsymSpec instead combines the models’ token scores through contrastive δ-fusion. A gate based on disagreement between the models controls acceptance, aiming to use information preserved by the full-context drafter without destabilizing verification. The authors evaluated the approach on four agentic capabilities and two end-to-end agent benchmarks.

Key findings

  • AsymSpec achieved approximately 90% of full-context accuracy on average despite giving the large verifier only compressed context.
  • On isolated text capabilities, it produced 1.3–1.7× higher throughput.
  • Compute cost on those isolated capabilities fell to 0.2–0.3× the comparison level reported by the authors.
  • The largest benefits appeared when context compression removed information important for reasoning.

Why it matters

The results suggest that context compression need not force all components of an agent pipeline to discard the same information. Giving a cheap drafting model full context may recover useful signals while limiting the cost of running a much larger model over long retrieval, tool-use, and conversation histories.

Caveats

The reported speed and compute improvements are specifically stated for isolated text capabilities, so their magnitude in complete agent deployments remains unclear. The method also recovers about 90%, rather than all, of full-context accuracy on average; its effectiveness may depend on the compression method, model pairing, and how much task-critical information the compressed view loses.

§
newspaper

Research Digest

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.