paper-with-me

홈 › Papers

A Reinforcement-Learning-Enhanced LLM Framework for Automated A/B Testing in Personalized Marketing

2025-05-27 · Haoyang Feng, Yanjun Dai, Yuan Gao

For personalized marketing, a new challenge of how to effectively algorithm the A/B testing to maximize user response is urgently to be overcome. In this paper, we present a new approach, the RL-LLM-AB test framework, for using reinforcement learning strategy optimization combined with LLM to automate and personalize A/B tests. The RL-LLM-AB test is built upon the pre-trained instruction-tuned language model. It first generates A/B versions of candidate content variants using a Prompt-Conditioned Generator, and then dynamically embeds and fuses the user portrait and the context of the current query with the multi-modal perception module to constitute the current interaction state. The content version is then selected in real-time through the policy optimization module with an Actor-Critic structure, and long-term revenue is estimated according to real-time feedback (such as click-through rate and conversion rate). Furthermore, a Memory-Augmented Reward Estimator is embedded into the framework to capture long-term user preference drift, which helps to generalize policy across multiple users and content contexts. Numerical results demonstrate the superiority of our proposed RL-LLM-ABTest over existing A/B testing methods, including classical A/B testing, Contextual Bandits, and benchmark reinforcement learning approaches on real-world marketing data.

📄 PDF Abstract BibTeX arXiv:2506.06316

Code (0)

등록된 구현이 없습니다.

Tasks

MarketingMulti-Armed Bandits

Similar Papers 제목 키워드 기반

A modular framework for automated evaluation of procedural content generation in serious games with deep reinforcement learning agents

2025-05-22 · Eleftherios Kalafatis, Konstantinos Mitsis, Konstantia Zarkogianni, Maria Athanasiou 외

Serious Games (SGs) are nowadays shifting focus to include procedural content generation (PCG) in the development process as a means of offering personalized and enhanced player experience. However, the development of a …

Deep Reinforcement Learning

Predicting Game Engagement and Difficulty Using AI Players

2021-07-26 · Shaghayegh Roohi, Christian Guckelsberger, Asko Relas, Henri Heiskanen 외

This paper presents a novel approach to automated playtesting for the prediction of human player behavior and experience. It has previously been demonstrated that Deep Reinforcement Learning (DRL) game-playing agents can…

AI AgentDeep Reinforcement Learning

DRIFT: Deep Reinforcement Learning for Functional Software Testing

2020-07-16 · Luke Harries, Rebekah Storan Clarke, Timothy Chapman, Swamy V. P. L. N. Nallamalli 외

Efficient software testing is essential for productive software development and reliable user experiences. As human testing is inefficient and expensive, automated software testing is needed. In this work, we propose a R…

Deep Reinforcement LearningGraph Neural NetworkQ-Learningreinforcement-learning+3

Decision Making of Connected Automated Vehicles at An Unsignalized Roundabout Considering Personalized Driving Behaviours

2021-03-14 · Peng Hang, Chao Huang, Zhongxu Hu, Yang Xing 외

To improve the safety and efficiency of the intelligent transportation system, particularly in complex urban scenarios, in this paper a game theoretic decision-making framework is designed for connected automated vehicle…

Decision MakingModel Predictive Controlmotion prediction

Gimitest: A Comprehensive Tool for Testing Reinforcement Learning Policies

2026-07-08 · Dennis Gross, Quentin Mazouni, Helge Spieker, Arnaud Gotlieb arxiv

Reinforcement learning (RL) policies can be unsafe and vulnerable to attacks. Ensuring their reliability is often a pain point as existing automated testing methods target only selected environments, testing scenarios, a…

Reinforcement Learning