paper-with-me

홈 › Papers

Bandit Learning with Implicit Feedback

2018-12-01 · NeurIPS 2018 12 · Yi Qi, Qingyun Wu, Hongning Wang, Jie Tang, Maosong Sun

Implicit feedback, such as user clicks, although abundant in online information service systems, does not provide substantial evidence on users' evaluation of system's output. Without proper modeling, such incomplete supervision inevitably misleads model estimation, especially in a bandit learning setting where the feedback is acquired on the fly. In this work, we perform contextual bandit learning with implicit feedback by modeling the feedback as a composition of user result examination and relevance judgment. Since users' examination behavior is unobserved, we introduce latent variables to model it. We perform Thompson sampling on top of variational Bayesian inference for arm selection and model update. Our upper regret bound analysis of the proposed algorithm proves its feasibility of learning from implicit feedback in a bandit setting; and extensive empirical evaluations on click logs collected from a major MOOC platform further demonstrate its learning effectiveness in practice.

📄 PDF Abstract BibTeX

Code (1)

qy7171/ec_bandit 공식 구현

Tasks

Bayesian InferenceThompson Sampling

Similar Papers 제목 키워드 기반

Partial Bandit and Semi-Bandit: Making the Most Out of Scarce Users' Feedback

2020-09-16 · Alexandre Letard, Tassadit Amghar, Olivier Camp, Nicolas Gutowski

Recent works on Multi-Armed Bandits (MAB) and Combinatorial Multi-Armed Bandits (COM-MAB) show good results on a global accuracy metric. This can be achieved, in the case of recommender systems, with personalization. How…

Multi-Armed BanditsRecommendation SystemsRetrieval

Can Neural Machine Translation be Improved with User Feedback?

2018-04-16 · NAACL 2018 6 · Julia Kreutzer, Shahram Khadivi, Evgeny Matusov, Stefan Riezler

We present the first real-world application of methods for improving neural machine translation (NMT) with human reinforcement, based on explicit and implicit user feedback collected on the eBay e-commerce platform. Prev…

Machine TranslationNMTTranslation

Reducing Dueling Bandits to Cardinal Bandits

2014-05-14 · Nir Ailon, Thorsten Joachims, Zohar Karnin

We present algorithms for reducing the Dueling Bandits problem to the conventional (stochastic) Multi-Armed Bandits problem. The Dueling Bandits problem is an online model of learning with ordinal feedback of the form "A…

Multi-Armed Bandits

Multi-dueling Bandits with Dependent Arms

2017-04-29 · Yanan Sui, Vincent Zhuang, Joel W. Burdick, Yisong Yue

The dueling bandits problem is an online learning framework for learning from pairwise preference feedback, and is particularly well-suited for modeling settings that elicit subjective or implicit human feedback. In this…

Thompson Sampling

A Best-of-both-worlds Algorithm for Bandits with Delayed Feedback with Robustness to Excessive Delays

2023-08-21 · Saeed Masoudian, Julian Zimmert, Yevgeny Seldin

We propose a new best-of-both-worlds algorithm for bandits with variably delayed feedback. In contrast to prior work, which required prior knowledge of the maximal delay $d_{\mathrm{max}}$ and had a linear dependence of …

Decision Making