paper-with-me

홈 › Papers

Expectation Alignment: Handling Reward Misspecification in the Presence of Expectation Mismatch

2024-04-12 · Malek Mechergui, Sarath Sreedharan

Detecting and handling misspecified objectives, such as reward functions, has been widely recognized as one of the central challenges within the domain of Artificial Intelligence (AI) safety research. However, even with the recognition of the importance of this problem, we are unaware of any works that attempt to provide a clear definition for what constitutes (a) misspecified objectives and (b) successfully resolving such misspecifications. In this work, we use the theory of mind, i.e., the human user's beliefs about the AI agent, as a basis to develop a formal explanatory framework called Expectation Alignment (EAL) to understand the objective misspecification and its causes. Our EAL framework not only acts as an explanatory framework for existing works but also provides us with concrete insights into the limitations of existing methods to handle reward misspecification and novel solution strategies. We use these insights to propose a new interactive algorithm that uses the specified reward to infer potential user expectations about the system behavior. We show how one can efficiently implement this algorithm by mapping the inference problem into linear programs. We evaluate our method on a set of standard Markov Decision Process (MDP) benchmarks.

📄 PDF Abstract BibTeX arXiv:2404.08791

Code (1)

malek-mechergui/codemdp 공식 구현

Tasks

AI Agent

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Choice Set Misspecification in Reward Inference

2021-01-19 · Rachel Freedman, Rohin Shah, Anca Dragan

Specifying reward functions for robots that operate in environments without a natural reward signal can be challenging, and incorrectly specified rewards can incentivise degenerate or dangerous behavior. A promising alte…

Diagnosing model misspecification and performing generalized Bayes' updates via probabilistic classifiers

2019-12-12 · Owen Thomas, Jukka Corander

Model misspecification is a long-standing enigma of the Bayesian inference framework as posteriors tend to get overly concentrated on ill-informed parameter values towards the large sample limit. Tempering of the likelih…

Bayesian InferenceDiagnostic

Jailbreaking as a Reward Misspecification Problem

2024-06-20 · Zhihui Xie, Jiahui Gao, Lei LI, Zhenguo Li 외

The widespread adoption of large language models (LLMs) has raised concerns about their safety and reliability, particularly regarding their vulnerability to adversarial attacks. In this paper, we propose a novel perspec…

Red Teaming

Reward Estimation for Variance Reduction in Deep Reinforcement Learning

2018-05-09 · Joshua Romoff, Peter Henderson, Alexandre Piché, Vincent Francois-Lavet 외

Reinforcement Learning (RL) agents require the specification of a reward signal for learning behaviours. However, introduction of corrupt or stochastic rewards can yield high variance in learning. Such corruption may be …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

ELIGN: Expectation Alignment as a Multi-Agent Intrinsic Reward

2022-10-09 · Zixian Ma, Rose Wang, Li Fei-Fei, Michael Bernstein 외

Modern multi-agent reinforcement learning frameworks rely on centralized training and reward shaping to perform well. However, centralized training and dense rewards are not readily available in the real world. Current m…

Multi-agent Reinforcement Learning