Enhancing Language Model Rationality with Bi-Directional Deliberation Reasoning
Yadong Zhang, Shaoguang Mao, Wenshan Wu, Yan Xia, Tao Ge, Man Lan, Furu Wei
TL;DR
This work addresses the challenge of rational decision-making in LLMs within uncertain, multi-agent environments. It introduces BIDDER, a bi-directional deliberation framework that infers hidden states from history, explores future trajectories via opponent modeling, and aggregates long-term rewards to maximize expected utility, drawing on decision theory and Q-Learning principles. Through experiments in Limit Texas Hold'em and negotiation, BIDDER demonstrates superior decision rationality and payoff performance compared with unidirectional reasoning baselines, highlighting the practical value of bidirectional planning for LLM agents. The findings suggest that integrating historical context with forward-looking exploration enables more informed, proactive, and strategically sound AI behavior in complex tasks.
Abstract
This paper introduces BI-Directional DEliberation Reasoning (BIDDER), a novel reasoning approach to enhance the decision rationality of language models. Traditional reasoning methods typically rely on historical information and employ uni-directional (left-to-right) reasoning strategy. This lack of bi-directional deliberation reasoning results in limited awareness of potential future outcomes and insufficient integration of historical context, leading to suboptimal decisions. BIDDER addresses this gap by incorporating principles of rational decision-making, specifically managing uncertainty and predicting expected utility. Our approach involves three key processes: Inferring hidden states to represent uncertain information in the decision-making process from historical data; Using these hidden states to predict future potential states and potential outcomes; Integrating historical information (past contexts) and long-term outcomes (future contexts) to inform reasoning. By leveraging bi-directional reasoning, BIDDER ensures thorough exploration of both past and future contexts, leading to more informed and rational decisions. We tested BIDDER's effectiveness in two well-defined scenarios: Poker (Limit Texas Hold'em) and Negotiation. Our experiments demonstrate that BIDDER significantly improves the decision-making capabilities of LLMs and LLM agents.
