paper-with-me

홈 › Papers

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 requests, e.g., queries in the web search, and optimize the ranking policy by learning from user interactions, e.g., clicks. Bandit is a general online learning framework and can be used in our optimization task. However, due to the unique features of ranking, there are several challenges in designing bandit algorithms for ranking system optimization. In this dissertation, we study and propose solutions for four challenges in optimizing ranking systems online: effectiveness, safety, nonstationarity, and diversification. First, the effectiveness is related to how fast the algorithm learns from interactions. We study the effective online ranker evaluation task and propose the MergeDTS algorithm to solve the problem effectively. Second, the deployed algorithm should be safe, which means the algorithm only displays reasonable content to user requests. To solve the safe online learning to rank problem, we propose the BubbleRank algorithm. Third, as users change their preferences constantly, the algorithm should handle the nonstationarity. We formulate this nonstationary online learning to rank problem as cascade non-stationary bandits and propose CascadeDUCB and CascadeSWUCB algorithms to solve the problem. Finally, the contents in ranked lists should be diverse. We consider the results diversification task and propose the CascadeHybird algorithm that considers both the item relevance and results diversification when learning from user interactions.

📄 PDF Abstract BibTeX arXiv:2110.05807

Code (0)

등록된 구현이 없습니다.

Tasks

Learning-To-RankOnline Ranker EvaluationRecommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

Online Rank Elicitation for Plackett-Luce: A Dueling Bandits Approach

2015-12-01 · NeurIPS 2015 12 · Balázs Szörényi, Róbert Busa-Fekete, Adil Paul, Eyke Hüllermeier

We study the problem of online rank elicitation, assuming that rankings of a set of alternatives obey the Plackett-Luce distribution. Following the setting of the dueling bandits problem, the learner is allowed to query …

Linear Submodular Bandits and their Application to Diversified Retrieval

2011-12-01 · NeurIPS 2011 12 · Yisong Yue, Carlos Guestrin

Diversified retrieval and online learning are two core research areas in the design of modern information retrieval systems.In this paper, we propose the linear submodular bandits problem, which is an online learning set…

ArticlesInformation RetrievalNews RecommendationRetrieval

Learning to Rank in the Position Based Model with Bandit Feedback

2020-04-27 · Beyza Ermis, Patrick Ernst, Yannik Stein, Giovanni Zappella

Personalization is a crucial aspect of many online experiences. In particular, content ranking is often a key component in delivering sophisticated personalization results. Commonly, supervised learning-to-rank methods a…

Learning-To-RankMulti-Armed BanditsPositionThompson Sampling

Cascading Hybrid Bandits: Online Learning to Rank for Relevance and Diversity

2019-12-01 · Chang Li, Haoyun Feng, Maarten de Rijke

Relevance ranking and result diversification are two core areas in modern recommender systems. Relevance ranking aims at building a ranked list sorted in decreasing order of item relevance, while result diversification f…

DiversityLearning-To-RankRecommendation Systems

Optimizing E-commerce Search: Toward a Generalizable and Rank-Consistent Pre-Ranking Model

2024-05-09 · Enqiang Xu, Yiming Qiu, Junyang Bai, Ping Zhang 외

In large e-commerce platforms, search systems are typically composed of a series of modules, including recall, pre-ranking, and ranking phases. The pre-ranking phase, serving as a lightweight module, is crucial for filte…

Binary ClassificationContrastive Learning