paper-with-me

Papers

PreAct: Prediction Enhances Agent's Planning Ability

2024-02-18 · Dayuan Fu, Jianzhao Huang, Siyuan Lu, Guanting Dong, Yejie Wang, Keqing He, Weiran Xu

Addressing the disparity between forecasts and actual results can enable individuals to expand their thought processes and stimulate self-reflection, thus promoting accurate planning. In this research, we present PreAct, an agent framework that integrates prediction, reasoning, and action. By utilizing the information derived from predictions, the large language model (LLM) agent can provide a wider range and more strategically focused reasoning. This leads to more efficient actions that aid the agent in accomplishing intricate tasks. Our experimental results show that PreAct surpasses the ReAct method in completing complex tasks and that PreAct's performance can be further improved when paired with other memory or selection strategy techniques. We presented the model with varying quantities of historical predictions and discovered that these predictions consistently enhance LLM planning.The variances in single-step reasoning between PreAct and ReAct indicate that PreAct indeed has benefits in terms of diversity and strategic orientation over ReAct.

📄 PDF Abstract BibTeX arXiv:2402.11534

Code (1)

fu-dayuan/preact 공식 구현

Tasks

DiversityLanguage ModelingLanguage ModellingLarge Language ModelPrediction

Similar Papers 제목 키워드 기반

PreAct: Computer-Using Agents that Get Faster on Repeated Tasks

2026-06-16 · Bojie Li arxiv

Computer-using agents drive real software through the screen -- clicking and typing -- but they solve every task from scratch: asked to repeat a task, an agent re-reads the screen, re-reasons every tap, and pays the full…

TrustAgent: Towards Safe and Trustworthy LLM-based Agents

2024-02-02 · Wenyue Hua, Xianjun Yang, Mingyu Jin, Zelong Li 외

The rise of LLM-based agents shows great potential to revolutionize task planning, capturing significant attention. Given that these agents will be integrated into high-stake domains, ensuring their reliability and safet…

Task Planning

BaB-prob: Branch and Bound with Preactivation Splitting for Probabilistic Verification of Neural Networks

2025-09-30 · Fangji Wang, Panagiotis Tsiotras arxiv

Branch-and-bound with preactivation splitting has been shown highly effective for deterministic verification of neural networks. In this paper, we extend this framework to the probabilistic setting. We propose BaB-prob t…

Planning-Aware Diffusion Networks for Enhanced Motion Forecasting in Autonomous Driving

2024-10-25 · Liu Yunhao, Ding Hong, Zhang Ziming, Wang Huixin 외

Autonomous driving technology has seen significant advancements, but existing models often fail to fully capture the complexity of multi-agent environments, where interactions between dynamic agents are critical. To addr…

Autonomous DrivingDecision MakingMotion Forecasting

Self-Evolving World Models for LLM Agent Planning

2026-06-29 · Xuan Zhang, Wenxuan Zhang, See-Kiong Ng, Yang Deng arxiv

World models offer a principled way to equip long-horizon LLM agents with foresight: predictions of action consequences before execution. However, unreliable foresight can be ignored, misused, or even degrade downstream …