paper-with-me

홈 › Papers

PRACT: Optimizing Principled Reasoning and Acting of LLM Agent

2024-10-24 · Zhiwei Liu, Weiran Yao, JianGuo Zhang, Rithesh Murthy, Liangwei Yang, Zuxin Liu, Tian Lan, Ming Zhu, Juntao Tan, Shirley Kokane, Thai Hoang, Juan Carlos Niebles, Shelby Heinecke, Huan Wang, Silvio Savarese, Caiming Xiong

We introduce the Principled Reasoning and Acting (PRAct) framework, a novel method for learning and enforcing action principles from trajectory data. Central to our approach is the use of text gradients from a reflection and optimization engine to derive these action principles. To adapt action principles to specific task requirements, we propose a new optimization framework, Reflective Principle Optimization (RPO). After execution, RPO employs a reflector to critique current action principles and an optimizer to update them accordingly. We develop the RPO framework under two scenarios: Reward-RPO, which uses environmental rewards for reflection, and Self-RPO, which conducts self-reflection without external rewards. Additionally, two RPO methods, RPO-Traj and RPO-Batch, is introduced to adapt to different settings. Experimental results across four environments demonstrate that the PRAct agent, leveraging the RPO framework, effectively learns and applies action principles to enhance performance.

📄 PDF Abstract BibTeX arXiv:2410.18528

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimizing Agentic Reasoning with Retrieval via Synthetic Semantic Information Gain Reward

2026-01-31 · Senkang Hu, Yong Dai, Yuzhi Zhao, Yihang Tao 외 arxiv

Agentic reasoning enables large reasoning models (LRMs) to dynamically acquire external knowledge, but yet optimizing the retrieval process remains challenging due to the lack of dense, principled reward signals. In this…

SpeakRL: Synergizing Reasoning, Speaking, and Acting in Language Models with Reinforcement Learning

2025-12-15 · Emre Can Acikgoz, Jinoh Oh, Jie Hao, Joo Hyuk Jeon 외 arxiv

Effective human-agent collaboration is increasingly prevalent in real-world applications. Current trends in such collaborations are predominantly unidirectional, with users providing instructions or posing questions to a…

Reinforcement Learning

Reason for Future, Act for Now: A Principled Framework for Autonomous LLM Agents with Provable Sample Efficiency

2023-09-29 · Zhihan Liu, Hao Hu, Shenao Zhang, Hongyi Guo 외

Large language models (LLMs) demonstrate impressive reasoning abilities, but translating reasoning into actions in the real world remains challenging. In particular, it remains unclear how to complete a given task provab…

Taming Uncertainty via Automation: Observing, Analyzing, and Optimizing Agentic AI Systems

2025-07-15 · Dany Moshkovich, Sergey Zeltyn arxiv

Large Language Models (LLMs) are increasingly deployed within agentic systems - collections of interacting, LLM-powered agents that execute complex, adaptive workflows using memory, tools, and dynamic planning. While ena…

FASE: Fast Adaptive Semantic Entropy for Code Quality

2026-06-08 · Shizhe Lin, Ladan Tahvildari arxiv

Multi-agent code generation offers a promising paradigm for autonomous software development by simulating the human software engineering lifecycle. However, system reliability remains hindered by LLM hallucinations and e…

Code Generation