paper-with-me

홈 › Papers

Exploration of Unranked Items in Safe Online Learning to Re-Rank

2023-05-02 · Hiroaki Shiino, Kaito Ariu, Kenshi Abe, Togashi Riku

Bandit algorithms for online learning to rank (OLTR) problems often aim to maximize long-term revenue by utilizing user feedback. From a practical point of view, however, such algorithms have a high risk of hurting user experience due to their aggressive exploration. Thus, there has been a rising demand for safe exploration in recent years. One approach to safe exploration is to gradually enhance the quality of an original ranking that is already guaranteed acceptable quality. In this paper, we propose a safe OLTR algorithm that efficiently exchanges one of the items in the current ranking with an item outside the ranking (i.e., an unranked item) to perform exploration. We select an unranked item optimistically to explore based on Kullback-Leibler upper confidence bounds (KL-UCB) and safely re-rank the items including the selected one. Through experiments, we demonstrate that the proposed algorithm improves long-term regret from baselines without any safety violation.

📄 PDF Abstract BibTeX arXiv:2305.01202

Code (0)

등록된 구현이 없습니다.

Tasks

Learning-To-RankSafe Exploration

Similar Papers 제목 키워드 기반

BubbleRank: Safe Online Learning to Re-Rank via Implicit Click Feedback

2018-06-15 · Chang Li, Branislav Kveton, Tor Lattimore, Ilya Markov 외

In this paper, we study the problem of safe online learning to re-rank, where user feedback is used to improve the quality of displayed lists. Learning to rank has traditionally been studied in two settings. In the offli…

Learning-To-RankRe-RankingSafe Exploration

Equivalences between Ranked and Unranked Weighted Tree Automata via Binarization

2016-08-01 · WS 2016 8 · Toni Dietze
Binarization

Bottom-Up Unranked Tree-to-Graph Transducers for Translation into Semantic Graphs

2019-09-01 · WS 2019 9 · Johanna Bj{\"o}rklund, Shay B. Cohen, Frank Drewes, Giorgio Satta

We propose a formal model for translating unranked syntactic trees, such as dependency trees, into semantic graphs. These tree-to-graph transducers can serve as a formal basis of transition systems for semantic parsing w…

ARCSemantic ParsingTranslation

BayesCNS: A Unified Bayesian Approach to Address Cold Start and Non-Stationarity in Search Systems at Scale

2024-10-03 · Randy Ardywibowo, Rakesh Sunki, Lucy Kuo, Sankalp Nayak

Information Retrieval (IR) systems used in search and recommendation platforms frequently employ Learning-to-Rank (LTR) models to rank items in response to user queries. These models heavily rely on features derived from…

Efficient ExplorationInformation RetrievalLearning-To-Rank

Optimizing Ranking Systems Online as Bandits

2021-10-12 · Chang Li

Ranking system is the core part of modern retrieval and recommender systems, where the goal is to rank candidate items given user contexts. Optimizing ranking systems online means that the deployed system can serve user …

Learning-To-RankOnline Ranker EvaluationRecommendation SystemsRetrieval