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

ABSeeker: New Training Method Boosts Small AI Search Agents to Rival 30B Models

AI By Crimson AI Hugging Face Papers 6 August 2026 · 00:00 15 views
Share: X Telegram

Hugging Face researchers introduce ABSeeker, a framework that uses answer-backtracked credit assignment to train long-horizon search agents with fine-grained step-level rewards, achieving state-of-the-art results on BrowseComp with a 4B model.

ABSeeker: New Training Method Boosts Small AI Search Agents to Rival 30B Models

Key points

Long-horizon search agents face a fundamental challenge: they must execute multiple sequential steps—searching, retrieving, verifying, and integrating evidence—to reach a final answer. Yet existing training methods treat all steps uniformly, failing to distinguish useful actions from erroneous or redundant ones. This uniform treatment limits the efficiency and effectiveness of these agents.

In a new paper, researchers from Hugging Face propose Answer-Backtracked Credit Assignment (ABC), a fine-grained credit assignment framework that converts sparse trajectory-level outcomes into dense step-level supervision. ABC rewards useful actions even in failed trajectories while suppressing erroneous or redundant ones, providing a more nuanced training signal.

The framework operates in two stages: Answer-Backtracked Clue Recovery traces back from the ground-truth answer to recover intermediate clues needed to solve the question, and Clue-Anchored Step Scoring evaluates each search step against these clues, generating dense step-level rewards. Based on these rewards, the authors develop ABC-SFT (which reweights loss per turn) and ABC-GRPO (which uses step-level scores as rewards in GRPO).

Using this framework, the team trained ABSeeker on Qwen3.5-4B with only 8.5k examples. ABSeeker achieves 37.3% on BrowseComp and 39.1% on BrowseComp-ZH. With context management, scores improve to 55.3% and 52.9%, respectively—significantly outperforming same-scale (4B) agents and even matching larger models of approximately 30B parameters.

The results demonstrate that answer-backtracked step-level credit assignment is a powerful approach for training long-horizon search agents, potentially enabling smaller models to compete with much larger counterparts. The code is available on GitHub, and the paper is on arXiv.

BenchmarkABSeeker (4B)ABSeeker + Context Mgmt
BrowseComp37.3%55.3%
BrowseComp-ZH39.1%52.9%
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