paper-with-me

홈 › Papers

LongSeeker: Elastic Context Orchestration for Long-Horizon Search Agents

2026-05-06 · Yijun Lu, Rui Ye, Yuwen Du, Jiajun Wang, Songhua Liu, Siheng Chen arxiv

Long-horizon search agents must manage a rapidly growing working context as they reason, call tools, and observe information. Naively accumulating all intermediate content can overwhelm the agent, increasing costs and the risk of errors. We propose that effective context management should be adaptive: parts of the agent's trajectory are maintained at different levels of detail depending on their current relevance to the task. To operationalize this principle, we introduce Context-ReAct, a general agentic paradigm for elastic context orchestration that integrates reasoning, context management, and tool use in a unified loop. Context-ReAct provides five atomic operations: Skip, Compress, Rollback, Snippet and Delete, which allow the agent to dynamically reshape its working context, preserving important evidence, summarizing resolved information, discarding unhelpful branches, and controlling context size. We prove that the Compress operator is expressively complete, while the other specialized operators provide efficiency and fidelity guarantees that reduce generation cost and hallucination risk. Building on this paradigm, we develop LongSeeker, a long-horizon search agent fine-tuned from Qwen3-30B-A3B on 10k synthesized trajectories. Across four representative search benchmarks, LongSeeker achieves 61.5% on BrowseComp and 62.5% on BrowseComp-ZH, substantially outperforming Tongyi DeepResearch (43.2% and 46.7%) and AgentFold (36.2% and 47.3%). These results highlight the potential of adaptive context management, showing that agents can achieve more reliable and efficient long-horizon reasoning by actively shaping their working memory.

📄 PDF Abstract BibTeX arXiv:2605.05191

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoAgent: Evolving Cognition and Elastic Memory Orchestration for Adaptive Agents

2026-03-10 · Xiaoxing Wang, Ning Liao, Shikun Wei, Chen Tang 외 arxiv

Autonomous agent frameworks still struggle to reconcile long-term experiential learning with real-time, context-sensitive decision-making. In practice, this gap appears as static cognition, rigid workflow dependence, and…

Online Evolutionary Batch Size Orchestration for Scheduling Deep Learning Workloads in GPU Clusters

2021-08-08 · Zhengda Bian, Shenggui Li, Wei Wang, Yang You

Efficient GPU resource scheduling is essential to maximize resource utilization and save training costs for the increasing amount of deep learning workloads in shared GPU clusters. Existing GPU schedulers largely rely on…

Deep LearningGPUScheduling

StreamChar: Long-Horizon Streaming Character Audio-Video Generation with Decoupled Orchestration

2026-05-25 · Linrui Tian, Qi Wang, Bang Zhang arxiv

Real-time streaming joint audio-video generation for character animation requires a generator to speak the requested transcript, maintain visual identity across chunks, and run within a strict playback budget. These requ…

Video GenerationVideo Denoising

SupChain-Bench: Benchmarking Large Language Models for Real-World Supply Chain Management

2026-02-07 · Shengyue Guan, Yihao Liu, Lang Cao arxiv

Large language models (LLMs) have shown promise in complex reasoning and tool-based decision making, motivating their application to real-world supply chain management. However, supply chain workflows require reliable lo…

Decision Making

S1-NexusAgent: a Self-Evolving Agent Framework for Multidisciplinary Scientific Research

2026-02-02 · S1-NexusAgent Team arxiv

Modern scientific research relies on large-scale data, complex workflows, and specialized tools, which existing LLMs and tool-based agents struggle to handle due to limitations in long-horizon planning, robust goal maint…

Continual Learning