AREX: Towards a Recursively Self-Improving Agent for Deep Research

Shuqi Lu, Chaofan Li, Kun Luo, Zhang Zhang, Hui Wang, Hongwang Xiao, Zheng Liu, Lei Xiong, Jiahao Wang, Sen Wang, Xiyan Jiang, Wanli Li, Yuyang Hu, Hongjin Qian, Bingyu Yan, Ziyi Xia, Yingxia Shao, Kang Liu, Zhicheng Dou, Di He, Chaozhuo Li, Qiwei Ye, Zhongyuan Wang, Zheng Liu

arXiv:2607.21461 · 2026-07-24 공개 · arXiv · PDF

reinforcement-learning mixture-of-experts self-improving-agents browsecomp deep-research long-horizon-learning arex constraint-verification

Abstract

Deep research requires agents to find answers that jointly satisfy multiple constraints. Discovering such answers is costly, whereas verifying a candidate can often be decomposed into tractable constraint-wise checks. This discovery--verification asymmetry suggests that a research agent should do more than simply search longer: it should recursively improve its current answer by verifying intermediate results and using the partially verified state to guide subsequent refinement. We introduce AREX, a family of Recursively Self-Improving (RSI) deep research agents. AREX alternates between an inner research loop that gathers evidence and constructs a provisional answer, and an outer self-improvement loop that audits the answer constraint-wise, identifies unresolved claims, and launches targeted follow-up research. To sustain RSI over long horizons, AREX learns an autonomous context-update tool that compresses growing interaction history into a compact improvement state preserving verified evidence and unresolved constraints, without relying on an external model. We train AREX on verified synthetic tasks and high-quality trajectories through agentic mid-training and long-horizon reinforcement learning. To mitigate sparse final rewards during long horizon learning, we emphasize key steps where decisive evidence is acquired or erroneous research directions are corrected. We instantiate a dense 4B model and a 122B-A10B Mixture-of-Experts model. Across BrowseComp, WideSearch, DeepSearchQA, Humanity's Last Exam (HLE), and other reasoning and tool-use benchmarks, AREX substantially outperforms comparable-scale baselines and remains competitive with models using substantially more activated parameters.

한국어 요약

한 줄 요약

AREX는 재귀적 자기 개선을 통해 깊은 연구 성능을 향상시키는 대형 언어 에이전트 시스템이다.

핵심 기여도

핵심 아이디어

AREX는 **discovery–verification asymmetry**를 활용한 새로운 연구 에이전트 프레임워크이다. 깊은 연구는 단순히 더 오래 탐색하는 것보다, **중간 결과를 검증**하고 **부분적으로 검증된 상태**를 다음 단계로 전달하는 것이 중요하다는 통찰에서 출발한다. AREX는 **inner research loop**에서 증거를 수집하고 임시 답변을 생성한 후, **outer self-improvement loop**에서 제약 조건별로 답변을 검토하고 미해결 주장에 대한 **targeted follow-up research**를 수행한다. 이 과정에서 **context-update tool**이 **interaction history**를 **improvement state**로 압축하여, **verified evidence**와 **unresolved constraints**를 보존하면서도 불필요한 정보는 제거한다. 이는 외부 모델에 의존하지 않는 자율적인 상태 관리를 가능하게 한다.

기술적 접근법

주요 결과

의의 및 한계

AREX는 **deep research**에서 **multi-constraint satisfaction**을 위한 새로운 프레임워크를 제시하며, **verification-guided state refinement**와 **step-aware optimization**을 통해 **long-horizon research**의 효율성과 신뢰성을 높인다. 특히, **context-update tool**은 **autonomous context management**를 가능하게 하여, 외부 모델에 의존하지 않는 **자체 학습 능력**을 강화한다. 그러나, **step utility estimation** 및 **fine-grained training signal assignment**는 아직 **추가 연구 필요**. 또한, **real-world research tasks**에서의 **robustness**와 **scalability**는 **추후 평가 대상**이다.

실용적 활용

AREX는 **복잡한 다중 제약을 갖는 연구 과제**, **도구 사용이 필요한 추론 작업**, **장기적 탐색이 필요한 정보 수집 시스템** 등에 적용 가능하다. 특히, **자율 연구 에이전트**, **지식 기반 시스템**, **AI 기반 학술 연구 지원 플랫폼** 등에서 활용도가 높다.