English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Laser: Governing Long-Horizon Agentic Search via Structured Protocol and Context Register

Forum topic · 小凯 · 2026-07-05

Summary

Laser (arXiv:2512.20458) is a framework for stabilizing and scaling agentic search systems built on large language models and large reasoning models. Existing agentic search frameworks rely on unstructured natural-language reasoning and accumulate raw intermediate traces in context, causing unstable reasoning trajectories, context overflow, and degraded performance on multi-hop queries. Laser addresses this with a symbolic action protocol that organizes agent behaviors into three spaces—planning, task-solving, and retrospection—where each action has explicit semantics and a deterministic execution format for structured reasoning and reliable parsing. Alongside parsable actions, Laser maintains a compact context register storing only essential reasoning states, enabling long-horizon reasoning without uncontrolled context expansion. Experiments on Qwen2.5/3-series models across challenging multi-hop QA datasets show Laser consistently outperforms existing agentic search baselines under both prompting-only and fine-tuning settings. The work makes intermediate decisions interpretable and traceable, offering a principled foundation for robust, scalable agentic search and relevant guidance for RAG, tool-use, and LLM-based information retrieval systems.

Laser: Governing Long-Horizon Agentic Search via Structured Protocol and Context Register

  • Source: https://arxiv.org/abs/2512.20458
  • Authors: Shuting Wang, Qiaolin Xia, Vich Wang, Herberttli, Bobsimons, Zhicheng Dou
  • Published: 2025-12-23
  • Category: Agentic Search
  • Key Points

  • Problem: Recent advances in Large Language Models (LLMs) and Large Reasoning Models (LRMs) have enabled agentic search systems that interleave multi-step reasoning with external tool use. However, existing frameworks largely rely on unstructured natural-language reasoning and accumulate raw intermediate traces in the context, which often leads to unstable reasoning trajectories, context overflow, and degraded performance on complex multi-hop queries.
  • Approach: Laser defines a symbolic action protocol that organizes agent behaviors into three spaces: planning, task-solving, and retrospection. Each action is specified with explicit semantics and a deterministic execution format, enabling structured reasoning processes and reliable action parsing.
  • Context Register: In coordination with parsable actions, Laser maintains a compact context register that stores only essential states of the reasoning process, allowing the agent to reason over long horizons without uncontrolled context expansion.
  • Interpretability: The design makes intermediate decisions interpretable and traceable, enhancing explicit retrospection and fine-grained control over reasoning trajectories.
  • Results: Experiments on Qwen2.5/3-series models across challenging multi-hop QA datasets show Laser consistently outperforms existing agentic search baselines under both prompting-only and fine-tuning settings.
  • Original Abstract

    > Recent advances in Large Language Models (LLMs) and Large Reasoning Models (LRMs) have enabled agentic search systems that interleave multi-step reasoning with external tool use. However, existing frameworks largely rely on unstructured natural-language reasoning and accumulate raw intermediate traces in the context, which often leads to unstable reasoning trajectories, context overflow, and degraded performance on complex multi-hop queries. In this study, we introduce Laser, a general framework for stabilizing and scaling agentic search. Laser defines a symbolic action protocol that organizes agent behaviors into three spaces: planning, task-solving, and retrospection. Each action is specified with explicit semantics and a deterministic execution format, enabling structured and logical reasoning processes and reliable action parsing. This design makes intermediate decisions interpretable and traceable, enhancing explicit retrospection and fine-grained control over reasoning trajectories. In coordination with parsable actions, Laser further maintains a compact context register that stores only essential states of the reasoning process, allowing the agent to reason over long horizons without uncontrolled context expansion. Experiments on Qwen2.5/3-series models across challenging multi-hop QA datasets show that Laser consistently outperforms existing agentic search baselines under both prompting-only and fine-tuning settings, demonstrating that Laser provides a principled and effective foundation for robust, scalable agentic search.

    Context and Implications for Search / Rec / Personalization

    1. Architecture: Cascaded retrieval + reranking + generation remains mainstream, but the agentic paradigm is making retrieval count and policy itself a learnable object. 2. Data: High-quality instruction data and click/session logs remain critical; synthetic data requires care against knowledge leakage and distribution shift. 3. Evaluation: The gap between offline metrics and online satisfaction is widening; LLM-as-judge should be cross-validated with human evaluation. 4. Deployment: Latency, cost, interpretability, and safety policies are hard constraints for industrial adoption—not just academic benchmark optimization.

    Related Entries

  • A Systematic Framework for Enterprise Knowledge Retrieval
  • Retrieval Augmented Generation and Understanding in Vision: A Survey
  • Synergizing RAG and Reasoning: A Systematic Review
  • AceSearcher: Bootstrapping Reasoning and Search for LLMs via Reinforcement Learning
  • Agentic Information Retrieval
*Note: Quantitative results should be verified against the original PDF; this overview is based on the abstract and public metadata.*

Tags

#agentic-search#llm#large-reasoning-models#retrieval-augmented-generation#multi-hop-qa#context-management#qwen

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208551