paper-with-me

홈 › Papers

Using Reinforcement Learning to Optimize Responses in Care Processes: A Case Study on Aggression Incidents

2023-10-02 · Bart J. Verhoef, Xixi Lu

Previous studies have used prescriptive process monitoring to find actionable policies in business processes and conducted case studies in similar domains, such as the loan application process and the traffic fine process. However, care processes tend to be more dynamic and complex. For example, at any stage of a care process, a multitude of actions is possible. In this paper, we follow the reinforcement approach and train a Markov decision process using event data from a care process. The goal was to find optimal policies for staff members when clients are displaying any type of aggressive behavior. We used the reinforcement learning algorithms Q-learning and SARSA to find optimal policies. Results showed that the policies derived from these algorithms are similar to the most frequent actions currently used but provide the staff members with a few more options in certain situations.

📄 PDF Abstract BibTeX arXiv:2310.00981

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Sarsa Sarsa is an on-policy TD control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} + \gamma{Q}\left(S\_{t+1},…

Similar Papers 제목 키워드 기반

CARE: Cognitive-reasoning Augmented Reinforcement for Emotional Support Conversation

2025-09-30 · Jie Zhu, Yuanchen Zhou, Shuo Jiang, Junhui Li 외 arxiv

Emotional Support Conversation (ESC) plays a vital role in alleviating psychological stress and providing emotional value through dialogue. While recent studies have largely focused on data augmentation and synthetic cor…

Reinforcement LearningData Augmentation

AI-Based Demand Forecasting and Load Balancing for Optimising Energy use in Healthcare Systems: A real case study

2025-07-08 · Iman Rahimi, Isha Patel

This paper tackles the urgent need for efficient energy management in healthcare facilities, where fluctuating demands challenge operational efficiency and sustainability. Traditional methods often prove inadequate, caus…

Demand Forecastingenergy managementManagementTime Series Forecasting

Career Path Recommendations for Long-term Income Maximization: A Reinforcement Learning Approach

2023-09-11 · Spyros Avlonitis, Dor Lavi, Masoud Mansoury, David Graus

This study explores the potential of reinforcement learning algorithms to enhance career planning processes. Leveraging data from Randstad The Netherlands, the study simulates the Dutch job market and develops strategies…

Q-Learningreinforcement-learning

Ergodicity in reinforcement learning

2026-03-11 · Dominik Baumann, Erfaun Noorani, Arsenii Mustafin, Xinyi Sheng 외 arxiv

In reinforcement learning, we typically aim to optimize the expected value of the sum of rewards an agent collects over a trajectory. However, if the process generating these rewards is non-ergodic, the expected value, i…

Reinforcement Learning

Bayesian Reward Models for LLM Alignment

2024-02-20 · Adam X. Yang, Maxime Robeyns, Thomas Coste, Zhengyan Shi 외

To ensure that large language model (LLM) responses are helpful and non-toxic, a reward model trained on human preference data is usually used. LLM responses with high rewards are then selected through best-of-$n$ (BoN) …

Language ModelingLanguage ModellingLarge Language Model