paper-with-me

홈 › Papers

ProAct: Agentic Lookahead in Interactive Environments

2026-02-05 · Yangbin Yu, Mingyu Yang, Junyou Li, Yiming Gao, Feiyu Liu, Yijun Yang, Zichuan Lin, Jiafei Lyu, Yicheng Liu, Zhicong Lu, Deheng Ye, Jie Jiang arxiv

Existing Large Language Model (LLM) agents struggle in interactive environments requiring long-horizon planning, primarily due to compounding errors when simulating future states. To address this, we propose ProAct, a framework that enables agents to internalize accurate lookahead reasoning through a two-stage training paradigm. First, we introduce Grounded LookAhead Distillation (GLAD), where the agent undergoes supervised fine-tuning on trajectories derived from environment-based search. By compressing complex search trees into concise, causal reasoning chains, the agent learns the logic of foresight without the computational overhead of inference-time search. Second, to further refine decision accuracy, we propose the Monte-Carlo Critic (MC-Critic), a plug-and-play auxiliary value estimator designed to enhance policy-gradient algorithms like PPO and GRPO. By leveraging lightweight environment rollouts to calibrate value estimates, MC-Critic provides a low-variance signal that facilitates stable policy optimization without relying on expensive model-based value approximation. Experiments on both stochastic (e.g., 2048) and deterministic (e.g., Sokoban) environments demonstrate that ProAct significantly improves planning accuracy. Notably, a 4B parameter model trained with ProAct outperforms all open-source baselines and rivals state-of-the-art closed-source models, while demonstrating robust generalization to unseen environments. The codes and models are available at https://github.com/GreatX3/ProAct

📄 PDF Abstract BibTeX arXiv:2602.05327

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

IPIBench: Evaluating Interactive Proactive Intelligence of MLLMs under Continuous Streams

2026-05-26 · Jinzhao Li, Yinuo Chen, Wenxuan Song, Yijia Lei 외 arxiv

Recent multimodal large language models (MLLMs) achieve strong performance on reactive question answering, but real-world streaming assistants require proactive reasoning over continuous visual inputs. Existing benchmark…

Question Answering

ADAPT: A Self-Calibrating Proactive Autoscaler for Container Orchestration

2026-05-15 · Himanshu Singh Baghel arxiv

Proactive autoscaling for containerized workloads depends on knowing the provisioning delay, i.e., the time between a scaling decision and the moment new capacity is ready to serve traffic. In practice, this cold-start d…

Towards Agentic Recommender Systems in the Era of Multimodal Large Language Models

2025-03-20 · Chengkai Huang, Junda Wu, Yu Xia, Zixu Yu 외

Recent breakthroughs in Large Language Models (LLMs) have led to the emergence of agentic AI systems that extend beyond the capabilities of standalone models. By empowering LLMs to perceive external environments, integra…

Multimodal ReasoningRecommendation Systems

Improving LLM Agent Planning with In-Context Learning via Atomic Fact Augmentation and Lookahead Search

2025-06-10 · Samuel Holt, Max Ruiz Luyten, Thomas Pouplin, Mihaela van der Schaar

Large Language Models (LLMs) are increasingly capable but often require significant guidance or extensive interaction history to perform effectively in complex, interactive environments. Existing methods may struggle wit…

In-Context Learning

StreamArena: Toward Continuous, Interactive, and Long-Horizon Agentic Streaming Video Understanding

2026-08-06 · Xichen Zhang, Guankai Li, Yinghao Zhu, Shijian Wang 외 arxiv

Deploying autonomous multimodal agents in continuous, real-world environments requires them to ingest unbounded audio-visual streams and maintain hour-scale memory. However, current evaluations predominantly rely on brie…