paper-with-me

Papers

Sayer: Using Implicit Feedback to Optimize System Policies

2021-10-28 · Mathias Lécuyer, Sang Hoon Kim, Mihir Nanavati, Junchen Jiang, Siddhartha Sen, Amit Sharma, Aleksandrs Slivkins

We observe that many system policies that make threshold decisions involving a resource (e.g., time, memory, cores) naturally reveal additional, or implicit feedback. For example, if a system waits X min for an event to occur, then it automatically learns what would have happened if it waited <X min, because time has a cumulative property. This feedback tells us about alternative decisions, and can be used to improve the system policy. However, leveraging implicit feedback is difficult because it tends to be one-sided or incomplete, and may depend on the outcome of the event. As a result, existing practices for using feedback, such as simply incorporating it into a data-driven model, suffer from bias. We develop a methodology, called Sayer, that leverages implicit feedback to evaluate and train new system policies. Sayer builds on two ideas from reinforcement learning -- randomized exploration and unbiased counterfactual estimators -- to leverage data collected by an existing policy to estimate the performance of new candidate policies, without actually deploying those policies. Sayer uses implicit exploration and implicit data augmentation to generate implicit feedback in an unbiased form, which is then used by an implicit counterfactual estimator to evaluate and train new policies. The key idea underlying these techniques is to assign implicit probabilities to decisions that are not actually taken but whose feedback can be inferred; these probabilities are carefully calculated to ensure statistical unbiasedness. We apply Sayer to two production scenarios in Azure, and show that it can evaluate arbitrary policies accurately, and train new policies that outperform the production policies.

📄 PDF Abstract BibTeX arXiv:2110.14874

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualData Augmentation

Similar Papers 제목 키워드 기반

Learning to Optimize Feedback for One Million Students: Insights from Multi-Armed and Contextual Bandits in Large-Scale Online Tutoring

2025-08-01 · Robin Schmucker, Nimish Pachapurkar, Shanmuga Bala, Miral Shah 외 arxiv

We present an online tutoring system that learns to provide effective feedback to students after they answer questions incorrectly. Using data from one million students, the system learns which assistance action (e.g., o…

Causal Inference

Current Implicit Policies May Not Eradicate COVID-19

2022-03-29 · Ali Jadbabaie, Arnab Sarker, Devavrat Shah

Successful predictive modeling of epidemics requires an understanding of the implicit feedback control strategies which are implemented by populations to modulate the spread of contagion. While this task of capturing end…

Recommender Systems Algorithm Selection for Ranking Prediction on Implicit Feedback Datasets

2024-09-09 · Lukas Wegmeth, Tobias Vente, Joeran Beel

The recommender systems algorithm selection problem for ranking prediction on implicit feedback datasets is under-explored. Traditional approaches in recommender systems algorithm selection focus predominantly on rating …

Recommendation Systems

Deep Item-based Collaborative Filtering for Sparse Implicit Feedback

2018-12-26 · Galron Daniel A., Brovman Yuri M., Chung Jin, Wieja Michal 외

Recommender systems are ubiquitous in the domain of e-commerce, used to improve the user experience and to market inventory, thereby increasing revenue for the site. Techniques such as item-based collaborative filtering …

Collaborative FilteringRecommendation Systems

MultiScale Contextual Bandits for Long Term Objectives

2025-03-22 · Richa Rastogi, Yuta Saito, Thorsten Joachims

The feedback that AI systems (e.g., recommender systems, chatbots) collect from user interactions is a crucial source of training data. While short-term feedback (e.g., clicks, engagement) is widely used for training, th…

Multi-Armed BanditsRecommendation SystemsText Generation