Philipp Hager 0001

dblp:295/4900 · also Philipp K. Hager · DBLP profile ↗
← Back
8ranked-venue papers in the field
3as first author
8since 2021 · last 2026
0000-0001-5696-9732ORCID · verified

Domains — venue-derived; a paper can count in several

Information Retrieval & Web Search · 7 (3 first)Data Mining & Knowledge Discovery · 1
YearPublicationVenuePosition
2026 Diagnosing Identifiability in Two-Tower Models for Unbiased Learning to Rank
Stan Fris, Philipp Hager 0001
SIGIR2
2026 CLAX: Fast and Flexible Neural Click Models in JAX
abstract
CLAX is a JAX-based library that implements classic click models using modern gradient-based optimization. While neural click models have emerged over the past decade, complex click models based on probabilistic graphical models (PGMs) have not systematically adopted gradient-based optimization, preventing practitioners from leveraging modern deep learning frameworks while preserving the interpretability of classic models. CLAX addresses this gap by replacing EM-based optimization with direct gradient-based optimization in a numerically stable manner. The framework's modular design enables the integration of any component, from embeddings and deep networks to custom modules, into classic click models for end-to-end optimization. We demonstrate CLAX's efficiency by running experiments on the full Baidu-ULTR dataset comprising over a billion user sessions in $\approx$ 2 hours on a single GPU, orders of magnitude faster than traditional EM approaches. CLAX implements ten classic click models, serving both industry practitioners seeking to understand user behavior and improve ranking performance at scale and researchers developing new click models. CLAX is available at: https://github.com/philipphager/clax
Philipp Hager 0001, Onno Zoeter, Maarten de Rijke
SIGIR1
2024 Unbiased Learning to Rank Meets Reality: Lessons from Baidu's Large-Scale Search Dataset
abstract
Unbiased learning-to-rank (ULTR) is a well-established framework for learning from user clicks, which are often biased by the ranker collecting the data. While theoretically justified and extensively tested in simulation, ULTR techniques lack empirical validation, especially on modern search engines. The Baidu-ULTR dataset released for the WSDM Cup 2023, collected from Baidu's search engine, offers a rare opportunity to assess the real-world performance of prominent ULTR techniques. Despite multiple submissions during the WSDM Cup 2023 and the subsequent NTCIR ULTRE-2 task, it remains unclear whether the observed improvements stem from applying ULTR or other learning techniques.
Philipp Hager 0001, Romain Deffayet, Jean-Michel Renders, Onno Zoeter, Maarten de Rijke
SIGIR1
2024 Unbiased Learning to Rank: On Recent Advances and Practical Applications
abstract
Since its inception, the field of unbiased learning to rank (ULTR) has remained very active and has seen several impactful advancements in recent years. This tutorial provides both an introduction to the core concepts of the field and an overview of recent advancements in its foundations, along with several applications of its methods.
Shashank Gupta 0001, Philipp Hager 0001, Jin Huang 0010, Ali Vardasbi, Harrie Oosterhuis
WSDM2
2023 Contrasting Neural Click Models and Pointwise IPS Rankers
Philipp Hager 0001, Maarten de Rijke, Onno Zoeter
ECIR (1)1
2023 Collaborative filtering algorithms are prone to mainstream-taste bias
abstract
Collaborative filtering has been a dominant approach in the recommender systems community since the early 1990s. Collaborative filtering (and other) algorithms, however, have been predominantly evaluated by aggregating results across users or user groups. These performance averages hide large disparities: an algorithm may perform very well for some users (or groups) and poorly for others. We show that performance variation is large and systematic. In experiments on three large-scale datasets and using an array of collaborative filtering algorithms, we demonstrate large performance disparities across algorithms, datasets and metrics for different users. We then show that two key features that characterize users, their mean taste similarity and dispersion in taste similarity with other users, can systematically explain performance variation better than previously identified features. We use these two features to visualize algorithm performance for different users and we point out that this mapping can capture different categories of users that have been proposed before. Our results demonstrate an extensive mainstream-taste bias in collaborative filtering algorithms, which implies a fundamental fairness limitation that needs to be mitigated.
Pantelis P. Analytis, Philipp Hager 0001
RecSys2
2023 An Offline Metric for the Debiasedness of Click Models
abstract
A well-known problem when learning from user clicks are inherent biases prevalent in the data, such as position or trust bias. Click models are a common method for extracting information from user clicks, such as document relevance in web search, or to estimate click biases for downstream applications such as counterfactual learning-to-rank, ad placement, or fair ranking. Recent work shows that the current evaluation practices in the community fail to guarantee that a well-performing click model generalizes well to downstream tasks in which the ranking distribution differs from the training distribution, i.e., under covariate shift. In this work, we propose an evaluation metric based on conditional independence testing to detect a lack of robustness to covariate shift in click models. We introduce the concept of debiasedness and a metric for measuring it. We prove that debiasedness is a necessary condition for recovering unbiased and consistent relevance scores and for the invariance of click prediction under covariate shift. In extensive semi-synthetic experiments, we show that our proposed metric helps to predict the downstream performance of click models under covariate shift and is useful in an off-policy model selection setting.
Romain Deffayet, Philipp Hager 0001, Jean-Michel Renders, Maarten de Rijke
SIGIR2
2023 Recent Advances in the Foundations and Applications of Unbiased Learning to Rank
abstract
Since its inception, the field of unbiased learning to rank (ULTR) has remained very active and has seen several impactful advancements in recent years. This tutorial provides both an introduction to the core concepts of the field and an overview of recent advancements in its foundations along with several applications of its methods.
Shashank Gupta 0001, Philipp Hager 0001, Jin Huang 0010, Ali Vardasbi, Harrie Oosterhuis
SIGIR2