paper-with-me

Papers

A Nonparametric Contextual Bandit with Arm-level Eligibility Control for Customer Service Routing

2022-09-08 · Ruofeng Wen, Wenjun Zeng, Yi Liu

Amazon Customer Service provides real-time support for millions of customer contacts every year. While bot-resolver helps automate some traffic, we still see high demand for human agents, also called subject matter experts (SMEs). Customers outreach with questions in different domains (return policy, device troubleshooting, etc.). Depending on their training, not all SMEs are eligible to handle all contacts. Routing contacts to eligible SMEs turns out to be a non-trivial problem because SMEs' domain eligibility is subject to training quality and can change over time. To optimally recommend SMEs while simultaneously learning the true eligibility status, we propose to formulate the routing problem with a nonparametric contextual bandit algorithm (K-Boot) plus an eligibility control (EC) algorithm. K-Boot models reward with a kernel smoother on similar past samples selected by $k$-NN, and Bootstrap Thompson Sampling for exploration. EC filters arms (SMEs) by the initially system-claimed eligibility and dynamically validates the reliability of this information. The proposed K-Boot is a general bandit algorithm, and EC is applicable to other bandits. Our simulation studies show that K-Boot performs on par with state-of-the-art Bandit models, and EC boosts K-Boot performance when stochastic eligibility signal exists.

📄 PDF Abstract BibTeX arXiv:2209.05278

Code (0)

등록된 구현이 없습니다.

Tasks

Thompson Sampling

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Batched Nonparametric Contextual Bandits

2024-02-27 · Rong Jiang, Cong Ma

We study nonparametric contextual bandits under batch constraints, where the expected reward for each action is modeled as a smooth function of covariates, and the policy updates are made at the end of each batch of obse…

Multi-Armed Bandits

Sparse Additive Contextual Bandits: A Nonparametric Approach for Online Decision-making with High-dimensional Covariates

2025-03-21 · Wenjia Wang, Qingwen Zhang, Xiaowei Zhang

Personalized services are central to today's digital landscape, where online decision-making is commonly formulated as contextual bandit problems. Two key challenges emerge in modern applications: high-dimensional covari…

Decision MakingMulti-Armed Bandits

Sparse Nonparametric Contextual Bandits

2025-03-20 · Hamish Flynn, Julia Olkhovskaya, Paul Rognon-Vael

This paper studies the problem of simultaneously learning relevant features and minimising regret in contextual bandit problems. We introduce and analyse a new class of contextual bandit problems, called sparse nonparame…

Multi-Armed BanditsThompson Sampling

Nonparametric Stochastic Contextual Bandits

2018-01-05 · Melody Y. Guan, Heinrich Jiang

We analyze the $K$-armed bandit problem where the reward for each arm is a noisy realization based on an observed context under mild nonparametric assumptions. We attain tight results for top-arm identification and a sub…

General Classificationimage-classificationImage ClassificationMulti-Armed Bandits

Nonparametric Contextual Bandits in an Unknown Metric Space

2019-08-03 · Nirandika Wanigasekara, Christina Lee Yu

Consider a nonparametric contextual multi-arm bandit problem where each arm $a \in [K]$ is associated to a nonparametric reward function $f_a: [0,1] \to \mathbb{R}$ mapping from contexts to the expected reward. Suppose t…

Multi-Armed Bandits