paper-with-me

Papers

What Hides behind Unfairness? Exploring Dynamics Fairness in Reinforcement Learning

2024-04-16 · Zhihong Deng, Jing Jiang, Guodong Long, Chengqi Zhang

In sequential decision-making problems involving sensitive attributes like race and gender, reinforcement learning (RL) agents must carefully consider long-term fairness while maximizing returns. Recent works have proposed many different types of fairness notions, but how unfairness arises in RL problems remains unclear. In this paper, we address this gap in the literature by investigating the sources of inequality through a causal lens. We first analyse the causal relationships governing the data generation process and decompose the effect of sensitive attributes on long-term well-being into distinct components. We then introduce a novel notion called dynamics fairness, which explicitly captures the inequality stemming from environmental dynamics, distinguishing it from those induced by decision-making or inherited from the past. This notion requires evaluating the expected changes in the next state and the reward induced by changing the value of the sensitive attribute while holding everything else constant. To quantitatively evaluate this counterfactual concept, we derive identification formulas that allow us to obtain reliable estimations from data. Extensive experiments demonstrate the effectiveness of the proposed techniques in explaining, detecting, and reducing inequality in reinforcement learning. We publicly release code at https://github.com/familyld/InsightFair.

📄 PDF Abstract BibTeX arXiv:2404.10942

Code (1)

familyld/insightfair 공식 구현 pytorch

Tasks

AttributecounterfactualDecision MakingFairnessreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

Algorithmic Unfairness through the Lens of EU Non-Discrimination Law: Or Why the Law is not a Decision Tree

2023-05-05 · Hilde Weerts, Raphaële Xenidis, Fabien Tarissan, Henrik Palmer Olsen 외

Concerns regarding unfairness and discrimination in the context of artificial intelligence (AI) systems have recently received increased attention from both legal and computer science scholars. Yet, the degree of overlap…

FairnessLegal Reasoning

CLEVRER: CoLlision Events for Video REpresentation and Reasoning

2019-10-03 · ICLR 2020 1 · Kexin Yi, Chuang Gan, Yunzhu Li, Pushmeet Kohli 외

The ability to reason about temporal and causal events from videos lies at the core of human intelligence. Most video reasoning benchmarks, however, focus on pattern recognition from complex visual and language input, in…

counterfactualDescriptiveDiagnosticVisual Reasoning

What is Proxy Discrimination?

2022-05-11 · Michael Carl Tschantz

The near universal condemnation of proxy discrimination hides a disagreement over what it is. This work surveys various notions of proxy and proxy discrimination found in prior work and represents them in a common framew…

Executing as You Generate: Hiding Execution Latency in LLM Code Interpreters

2026-04-01 · Zhensu Sun, Zhihao Lin, Zhi Chen, Chengran Yang 외 arxiv

Current LLM systems are increasingly equipped with a code interpreter that executes generated code to obtain results. This works serially: the model first generates the complete code, then an interpreter executes it. Thi…

Causal Intervention for Fairness in Multi-behavior Recommendation

2022-09-10 · Xi Wang, Wenjie Wang, Fuli Feng, Wenge Rong 외

Recommender systems usually learn user interests from various user behaviors, including clicks and post-click behaviors (e.g., like and favorite). However, these behaviors inevitably exhibit popularity bias, leading to s…

FairnessRecommendation Systems