paper-with-me

Papers

Reward Design for Justifiable Sequential Decision-Making

2024-02-24 · Aleksa Sukovic, Goran Radanovic

Equipping agents with the capacity to justify made decisions using supporting evidence represents a cornerstone of accountable decision-making. Furthermore, ensuring that justifications are in line with human expectations and societal norms is vital, especially in high-stakes situations such as healthcare. In this work, we propose the use of a debate-based reward model for reinforcement learning agents, where the outcome of a zero-sum debate game quantifies the justifiability of a decision in a particular state. This reward model is then used to train a justifiable policy, whose decisions can be more easily corroborated with supporting evidence. In the debate game, two argumentative agents take turns providing supporting evidence for two competing decisions. Given the proposed evidence, a proxy of a human judge evaluates which decision is better justified. We demonstrate the potential of our approach in learning policies for prescribing and justifying treatment decisions of septic patients. We show that augmenting the reward with the feedback signal generated by the debate-based reward model yields policies highly favored by the judge when compared to the policy obtained solely from the environment rewards, while hardly sacrificing any performance. Moreover, in terms of the overall performance and justifiability of trained policies, the debate-based feedback is comparable to the feedback obtained from an ideal judge proxy that evaluates decisions using the full information encoded in the state. This suggests that the debate game outputs key information contained in states that is most relevant for evaluating decisions, which in turn substantiates the practicality of combining our approach with human-in-the-loop evaluations. Lastly, we showcase that agents trained via multi-agent debate learn to propose evidence that is resilient to refutations and closely aligns with human preferences.

📄 PDF Abstract BibTeX arXiv:2402.15826

Code (1)

aleksa-sukovic/iclr2024-reward-design-for-justifiable-rl 공식 구현 pytorch

Tasks

Decision MakingSequential Decision Making

Similar Papers 제목 키워드 기반

Utility Theory for Sequential Decision Making

2022-06-27 · Mehran Shakerinava, Siamak Ravanbakhsh

The von Neumann-Morgenstern (VNM) utility theorem shows that under certain axioms of rationality, decision-making is reduced to maximizing the expectation of some utility function. We extend these axioms to increasingly …

Decision MakingSequential Decision Making

Meta-Prompt Optimization for LLM-Based Sequential Decision Making

2025-02-02 · Mingze Kong, Zhiyong Wang, Yao Shu, Zhongxiang Dai

Large language models (LLMs) have recently been employed as agents to solve sequential decision-making tasks such as Bayesian optimization and multi-armed bandits (MAB). These works usually adopt an LLM for sequential ac…

Bayesian OptimizationDecision MakingMulti-Armed BanditsSequential Decision Making

Structure Learning in Human Sequential Decision-Making

2008-12-01 · NeurIPS 2008 12 · Daniel Acuna, Paul R. Schrater

We use graphical models and structure learning to explore how people learn policies in sequential decision making tasks. Studies of sequential decision-making in humans frequently find suboptimal performance relative to …

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

On the Modeling Capabilities of Large Language Models for Sequential Decision Making

2024-10-08 · Martin Klissarov, Devon Hjelm, Alexander Toshev, Bogdan Mazoure

Large pretrained models are showing increasingly better performance in reasoning and planning tasks across different modalities, opening the possibility to leverage them for complex sequential decision making problems. I…

Decision MakingDiversityReinforcement Learning (RL)Sequential Decision Making

Unified Models of Human Behavioral Agents in Bandits, Contextual Bandits and RL

2020-05-10 · Baihan Lin, Guillermo Cecchi, Djallel Bouneffouf, Jenna Reinen 외

Artificial behavioral agents are often evaluated based on their consistent behaviors and performance to take sequential actions in an environment to maximize some notion of cumulative reward. However, human decision maki…

Decision MakingLifelong learningMulti-Armed BanditsReinforcement Learning (RL)+1