paper-with-me

홈 › Papers

Robust Generalization and Safe Query-Specialization in Counterfactual Learning to Rank

2021-02-11 · Harrie Oosterhuis, Maarten de Rijke

Existing work in counterfactual Learning to Rank (LTR) has focussed on optimizing feature-based models that predict the optimal ranking based on document features. LTR methods based on bandit algorithms often optimize tabular models that memorize the optimal ranking per query. These types of model have their own advantages and disadvantages. Feature-based models provide very robust performance across many queries, including those previously unseen, however, the available features often limit the rankings the model can predict. In contrast, tabular models can converge on any possible ranking through memorization. However, memorization is extremely prone to noise, which makes tabular models reliable only when large numbers of user interactions are available. Can we develop a robust counterfactual LTR method that pursues memorization-based optimization whenever it is safe to do? We introduce the Generalization and Specialization (GENSPEC) algorithm, a robust feature-based counterfactual LTR method that pursues per-query memorization when it is safe to do so. GENSPEC optimizes a single feature-based model for generalization: robust performance across all queries, and many tabular models for specialization: each optimized for high performance on a single query. GENSPEC uses novel relative high-confidence bounds to choose which model to deploy per query. By doing so, GENSPEC enjoys the high performance of successfully specialized tabular models with the robustness of a generalized feature-based model. Our results show that GENSPEC leads to optimal performance on queries with sufficient click data, while having robust behavior on queries with little or noisy data.

📄 PDF Abstract BibTeX arXiv:2102.05990

Code (1)

HarrieO/2021WWW-GENSPEC 공식 구현

Tasks

counterfactualLearning-To-RankMemorization

Similar Papers 제목 키워드 기반

CREDENCE: Counterfactual Explanations for Document Ranking

2023-02-10 · Joel Rorseth, Parke Godfrey, Lukasz Golab, Mehdi Kargar 외

Towards better explainability in the field of information retrieval, we present CREDENCE, an interactive tool capable of generating counterfactual explanations for document rankers. Embracing the unique properties of the…

counterfactualDocument RankingInformation RetrievalRetrieval

Counterfactual Learning To Rank for Utility-Maximizing Query Autocompletion

2022-04-22 · Adam Block, Rahul Kidambi, Daniel N. Hill, Thorsten Joachims 외

Conventional methods for query autocompletion aim to predict which completed query a user will select from a list. A shortcoming of this approach is that users often do not know which query will provide the best retrieva…

counterfactualInformation RetrievalLearning-To-RankRetrieval

Proximal Ranking Policy Optimization for Practical Safety in Counterfactual Learning to Rank

2024-09-15 · Shashank Gupta, Harrie Oosterhuis, Maarten de Rijke

Counterfactual learning to rank (CLTR) can be risky and, in various circumstances, can produce sub-optimal models that hurt performance when deployed. Safe CLTR was introduced to mitigate these risks when using inverse p…

counterfactualLearning-To-Rank

Counterfactual Risk Minimization: Learning from Logged Bandit Feedback

2015-02-09 · Adith Swaminathan, Thorsten Joachims

We develop a learning principle and an efficient algorithm for batch learning from logged bandit feedback. This learning setting is ubiquitous in online systems (e.g., ad placement, web search, recommendation), where an …

counterfactualMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

RankFlow: A Multi-Role Collaborative Reranking Workflow Utilizing Large Language Models

2025-02-02 · Can Jin, Hongwu Peng, Anxiang Zhang, Nuo Chen 외

In an Information Retrieval (IR) system, reranking plays a critical role by sorting candidate passages according to their relevance to a specific query. This process demands a nuanced understanding of the variations amon…

Information RetrievalReranking