paper-with-me

Papers

Benchmarking Offline Reinforcement Learning Algorithms for E-Commerce Order Fraud Evaluation

2022-12-05 · Soysal Degirmenci, Chris Jones

Amazon and other e-commerce sites must employ mechanisms to protect their millions of customers from fraud, such as unauthorized use of credit cards. One such mechanism is order fraud evaluation, where systems evaluate orders for fraud risk, and either "pass" the order, or take an action to mitigate high risk. Order fraud evaluation systems typically use binary classification models that distinguish fraudulent and legitimate orders, to assess risk and take action. We seek to devise a system that considers both financial losses of fraud and long-term customer satisfaction, which may be impaired when incorrect actions are applied to legitimate customers. We propose that taking actions to optimize long-term impact can be formulated as a Reinforcement Learning (RL) problem. Standard RL methods require online interaction with an environment to learn, but this is not desirable in high-stakes applications like order fraud evaluation. Offline RL algorithms learn from logged data collected from the environment, without the need for online interaction, making them suitable for our use case. We show that offline RL methods outperform traditional binary classification solutions in SimStore, a simplified e-commerce simulation that incorporates order fraud risk. We also propose a novel approach to training offline RL policies that adds a new loss term during training, to better align policy exploration with taking correct actions.

📄 PDF Abstract BibTeX arXiv:2212.02620

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingBinary ClassificationOffline RLreinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Challenges and Opportunities in Offline Reinforcement Learning from Visual Observations

2022-06-09 · Cong Lu, Philip J. Ball, Tim G. J. Rudner, Jack Parker-Holder 외

Offline reinforcement learning has shown great promise in leveraging large pre-collected datasets for policy learning, allowing agents to forgo often-expensive online data collection. However, offline reinforcement learn…

Benchmarkingcontinuous-controlContinuous ControlOffline RL+3

The Generalization Gap in Offline Reinforcement Learning

2023-12-10 · Ishita Mediratta, Qingfei You, Minqi Jiang, Roberta Raileanu

Despite recent progress in offline learning, these methods are still trained and tested on the same environment. In this paper, we compare the generalization abilities of widely used online and offline learning methods s…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Datasets and Benchmarks for Offline Safe Reinforcement Learning

2023-06-15 · Zuxin Liu, Zijian Guo, Haohong Lin, Yihang Yao 외

This paper presents a comprehensive benchmarking suite tailored to offline safe reinforcement learning (RL) challenges, aiming to foster progress in the development and evaluation of safe learning algorithms in both the …

Autonomous DrivingBenchmarkingCPUD4RL+5

FORLORN: A Framework for Comparing Offline Methods and Reinforcement Learning for Optimization of RAN Parameters

2022-09-08 · Vegard Edvardsen, Gard Spreemann, Jeriek Van den Abeele

The growing complexity and capacity demands for mobile networks necessitate innovative techniques for optimizing resource usage. Meanwhile, recent breakthroughs have brought Reinforcement Learning (RL) into the domain of…

Benchmarkingcontinuous-controlContinuous ControlReinforcement Learning (RL)

OGBench: Benchmarking Offline Goal-Conditioned RL

2024-10-26 · Seohong Park, Kevin Frans, Benjamin Eysenbach, Sergey Levine

Offline goal-conditioned reinforcement learning (GCRL) is a major problem in reinforcement learning (RL) because it provides a simple, unsupervised, and domain-agnostic way to acquire diverse behaviors and representation…

Benchmarkingreinforcement-learningReinforcement LearningReinforcement Learning (RL)