paper-with-me

홈 › Papers

Safe Policy Learning through Extrapolation: Application to Pre-trial Risk Assessment

2021-09-22 · Eli Ben-Michael, D. James Greiner, Kosuke Imai, Zhichao Jiang

Algorithmic recommendations and decisions have become ubiquitous in today's society. Many of these data-driven policies, especially in the realm of public policy, are based on known, deterministic rules to ensure their transparency and interpretability. We examine a particular case of algorithmic pre-trial risk assessments in the US criminal justice system, which provide deterministic classification scores and recommendations to help judges make release decisions. Our goal is to analyze data from a unique field experiment on an algorithmic pre-trial risk assessment to investigate whether the scores and recommendations can be improved. Unfortunately, prior methods for policy learning are not applicable because they require existing policies to be stochastic. We develop a maximin robust optimization approach that partially identifies the expected utility of a policy, and then finds a policy that maximizes the worst-case expected utility. The resulting policy has a statistical safety property, limiting the probability of producing a worse policy than the existing one, under structural assumptions about the outcomes. Our analysis of data from the field experiment shows that we can safely improve certain components of the risk assessment instrument by classifying arrestees as lower risk under a wide range of utility specifications, though the analysis is not informative about several components of the instrument.

📄 PDF Abstract BibTeX arXiv:2109.11679

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Safe and Robust Experience Sharing for Deterministic Policy Gradient Algorithms

2022-07-27 · Baturay Saglam, Dogan C. Cicek, Furkan B. Mutlu, Suleyman S. Kozat

Learning in high dimensional continuous tasks is challenging, mainly when the experience replay memory is very limited. We introduce a simple yet effective experience sharing mechanism for deterministic policies in conti…

continuous-controlContinuous ControlDeep Reinforcement LearningOpenAI Gym+1

Safety Optimized Reinforcement Learning via Multi-Objective Policy Optimization

2024-02-23 · Homayoun Honari, Mehran Ghafarian Tamizi, Homayoun Najjaran

Safe reinforcement learning (Safe RL) refers to a class of techniques that aim to prevent RL algorithms from violating constraints in the process of decision-making and exploration during trial and error. In this paper, …

Decision Makingreinforcement-learningReinforcement LearningSafe Reinforcement Learning

LoX: Low-Rank Extrapolation Robustifies LLM Safety Against Fine-tuning

2025-06-18 · Gabrel J. Perin, Runjin Chen, Xuxi Chen, Nina S. T. Hirata 외

Large Language Models (LLMs) have become indispensable in real-world applications. However, their widespread adoption raises significant safety concerns, particularly in responding to socially harmful questions. Despite …

Attribute

Towards Physically Safe Reinforcement Learning under Supervision

2019-01-19 · Yinan Zhang, Devin Balkcom, Haoxiang Li

This paper addresses the question of how a previously available control policy $\pi_s$ can be used as a supervisor to more quickly and safely train a new learned control policy $\pi_L$ for a robot. A weighted average of …

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Concept Extrapolation: A Conceptual Primer

2023-06-19 · Matija Franklin, Rebecca Gorman, Hal Ashton, Stuart Armstrong

This article is a primer on concept extrapolation - the ability to take a concept, a feature, or a goal that is defined in one context and extrapolate it safely to a more general context. Concept extrapolation aims to so…