paper-with-me

Papers

RL agents Implicitly Learning Human Preferences

2020-02-14 · Nevan Wichers

In the real world, RL agents should be rewarded for fulfilling human preferences. We show that RL agents implicitly learn the preferences of humans in their environment. Training a classifier to predict if a simulated human's preferences are fulfilled based on the activations of a RL agent's neural network gets .93 AUC. Training a classifier on the raw environment state gets only .8 AUC. Training the classifier off of the RL agent's activations also does much better than training off of activations from an autoencoder. The human preference classifier can be used as the reward function of an RL agent to make RL agent more beneficial for humans.

📄 PDF Abstract BibTeX arXiv:2002.06137

Code (1)

arunraja-hub/Preference_Extraction tf

Similar Papers 제목 키워드 기반

AgentCF: Collaborative Learning with Autonomous Language Agents for Recommender Systems

2023-10-13 · Junjie Zhang, Yupeng Hou, Ruobing Xie, Wenqi Sun 외

Recently, there has been an emergence of employing LLM-powered agents as believable human proxies, based on their remarkable decision-making capability. However, existing studies mainly focus on simulating human dialogue…

Collaborative FilteringDecision MakingLanguage ModelingLanguage Modelling+1

Learning to Plan with Personalized Preferences

2025-02-02 · Manjie Xu, Xinyi Yang, Wei Liang, Chi Zhang 외

Effective integration of AI agents into daily life requires them to understand and adapt to individual human preferences, particularly in collaborative roles. Although recent studies on embodied intelligence have advance…

Beyond Preferences in AI Alignment

2024-08-30 · Tan Zhi-Xuan, Micah Carroll, Matija Franklin, Hal Ashton

The dominant practice of AI alignment assumes (1) that preferences are an adequate representation of human values, (2) that human rationality can be understood in terms of maximizing the satisfaction of preferences, and …

Descriptive

Persona2Web: Benchmarking Personalized Web Agents for Contextual Reasoning with User History

2026-02-19 · Serin Kim, Sangam Lee, Dongha Lee arxiv

Large language models have advanced web agents, yet current agents lack personalization capabilities. Since users rarely specify every detail of their intent, practical web agents must be able to interpret ambiguous quer…

Relative Behavioral Attributes: Filling the Gap between Symbolic Goal Specification and Reward Learning from Human Preferences

2022-10-28 · Lin Guan, Karthik Valmeekam, Subbarao Kambhampati

Generating complex behaviors that satisfy the preferences of non-expert users is a crucial requirement for AI agents. Interactive reward learning from trajectory comparisons (a.k.a. RLHF) is one way to allow non-expert u…