paper-with-me

홈 › Papers

Enhancing Decision-Making for LLM Agents via Step-Level Q-Value Models

2024-09-14 · Yuanzhao Zhai, Tingkai Yang, Kele Xu, Feng Dawei, Cheng Yang, Bo Ding, Huaimin Wang

Agents significantly enhance the capabilities of standalone Large Language Models (LLMs) by perceiving environments, making decisions, and executing actions. However, LLM agents still face challenges in tasks that require multiple decision-making steps. Estimating the value of actions in specific tasks is difficult when intermediate actions are neither appropriately rewarded nor penalized. In this paper, we propose leveraging a task-relevant Q-value model to guide action selection. Specifically, we first collect decision-making trajectories annotated with step-level Q values via Monte Carlo Tree Search (MCTS) and construct preference data. We then use another LLM to fit these preferences through step-level Direct Policy Optimization (DPO), which serves as the Q-value model. During inference, at each decision-making step, LLM agents select the action with the highest Q value before interacting with the environment. We apply our method to various open-source and API-based LLM agents, demonstrating that Q-value models significantly improve their performance. Notably, the performance of the agent built with Phi-3-mini-4k-instruct improved by 103% on WebShop and 75% on HotPotQA when enhanced with Q-value models, even surpassing GPT-4o-mini. Additionally, Q-value models offer several advantages, such as generalization to different LLM agents and seamless integration with existing prompting strategies.

📄 PDF Abstract BibTeX arXiv:2409.09345

Code (0)

등록된 구현이 없습니다.

Tasks

4kDecision Making

Similar Papers 제목 키워드 기반

Step-Level Preference Learning for Generative Agents in Social Simulations

2026-07-16 · Wenchang Gao, Pingyue Sheng, Lanlan Qiu, Yunfei Ma 외 arxiv

Large language model (LLM)-based generative agents simulate human behavior through long-horizon decision-making processes that comprise intermediate steps such as planning, memory retrieval, reflection, and action select…

ProAct: A Benchmark and Multimodal Framework for Structure-Aware Proactive Response

2026-02-03 · Xiaomeng Zhu, Fengming Zhu, Weijie Zhou, Ye Tian 외 arxiv

While passive agents merely follow instructions, proactive agents align with higher-level objectives, such as assistance and safety by continuously monitoring the environment to determine when and how to act. However, de…

Large Model Empowered Embodied AI: A Survey on Decision-Making and Embodied Learning

2025-08-14 · Wenlong Liang, Rui Zhou, Yang Ma, Bing Zhang 외 arxiv

Embodied AI aims to develop intelligent systems with physical forms capable of perceiving, decision-making, acting, and learning in real-world environments, providing a promising way to Artificial General Intelligence (A…

Reinforcement LearningDecision Making

FinVision: A Multi-Agent Framework for Stock Market Prediction

2024-10-29 · Sorouralsadat Fatemi, Yuheng Hu

Financial trading has been a challenging task, as it requires the integration of vast amounts of data from various modalities. Traditional deep learning and reinforcement learning methods require large training data and …

Decision MakingPredictionStock Market Prediction

TRAD: Enhancing LLM Agents with Step-Wise Thought Retrieval and Aligned Decision

2024-03-10 · Ruiwen Zhou, Yingxuan Yang, Muning Wen, Ying Wen 외

Numerous large language model (LLM) agents have been built for different tasks like web navigation and online shopping due to LLM's wide knowledge and text-understanding ability. Among these works, many of them utilize i…

Language ModellingLarge Language ModelRetrievalSequential Decision Making