paper-with-me

홈 › Papers

RE-TRAC: REcursive TRAjectory Compression for Deep Search Agents

2026-02-02 · Jialiang Zhu, Gongrui Zhang, Xiaolong Ma, Lin Xu, Miaosen Zhang, Ruiqi Yang, Song Wang, Kai Qiu, Zhirong Wu, Qi Dai, Ruichun Ma, Bei Liu, Yifan Yang, Chong Luo, Zhengyuan Yang, Linjie Li, Lijuan Wang, Weizhu Chen, Xin Geng, Baining Guo arxiv

LLM-based deep research agents are largely built on the ReAct framework. This linear design makes it difficult to revisit earlier states, branch into alternative search directions, or maintain global awareness under long contexts, often leading to local optima, redundant exploration, and inefficient search. We propose Re-TRAC, an agentic framework that performs cross-trajectory exploration by generating a structured state representation after each trajectory to summarize evidence, uncertainties, failures, and future plans, and conditioning subsequent trajectories on this state representation. This enables iterative reflection and globally informed planning, reframing research as a progressive process. Empirical results show that Re-TRAC consistently outperforms ReAct by 15-20% on BrowseComp with frontier LLMs. For smaller models, we introduce Re-TRAC-aware supervised fine-tuning, achieving state-of-the-art performance at comparable scales. Notably, Re-TRAC shows a monotonic reduction in tool calls and token usage across rounds, indicating progressively targeted exploration driven by cross-trajectory reflection rather than redundant search.

📄 PDF Abstract BibTeX arXiv:2602.02486

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TRACE: Trajectory Risk-Aware Compression for Long-Horizon Agent Safety

2026-05-30 · Zhepei Hong, Lin Wang, Liting Li, Haokai Ma 외 arxiv

Long-horizon LLM agents produce safety evidence across long trajectories, where sparse, delayed, and compositional risk signals often escape local moderation. Existing turn-level or short-context detectors struggle to re…

RSIBench-Data: Benchmarking Data-Centric Research for Recursive Self-Improvement

2026-07-28 · Fanqing Meng, Lingxiao Du, Qiguang Chen, Ziqi Zhao 외 arxiv

Recursive self-improvement requires turning evidence of model failures into better models. Data-centric post-training research entails diagnosing capability gaps, designing and validating training-data strategies, and le…

Question Answering

What Survives When You Compress a Recursive Reasoner for the Edge?

2026-06-25 · Pearse Jim, Steven Kolawole, Opegbemi Matthias Busoye, Glory Bagai 외 arxiv

Recursive reasoning models can solve complex structured tasks with only a few million parameters by repeatedly updating a latent state. Deploying these models on edge hardware requires significant compression, but unlike…

FORGE: Research-Trajectory Hijacking Attacks on Deep Research Agents

2026-07-06 · Yue Pan, Ziheng Zhang, Junxiang Lei, Changhao Jia 외 arxiv

Deep research agents decompose open-ended queries into subtasks, retrieve web evidence over multiple rounds, and synthesize long-form reports. This workflow creates a planning-layer poisoning surface: adversarial documen…

ST-Lite: Training-Free KV Cache Compression with Spatio-Trajectory Guidance for Long-Horizon GUI Agents

2026-02-27 · Bowen Zhou, Zhou Xu, Wanli Li, Jingyu Xiao 외 arxiv

Training-free KV cache compression is essential for deploying vision-language GUI agents under memory and latency constraints, yet existing methods are designed for generic language workloads and ignore the distinctive s…