paper-with-me

홈 › Papers

A Causal Information-Flow Framework for Unbiased Learning-to-Rank

2026-01-09 · Haoming Gong, Qingyao Ai, Zhihao Tao, Yongfeng Zhang arxiv

In web search and recommendation systems, user clicks are widely used to train ranking models. However, click data is heavily biased, i.e., users tend to click higher-ranked items (position bias), choose only what was shown to them (selection bias), and trust top results more (trust bias). Without explicitly modeling these biases, the true relevance of ranked items cannot be correctly learned from clicks. Existing Unbiased Learning-to-Rank (ULTR) methods mainly correct position bias and rely on propensity estimation, but they cannot measure remaining bias, provide risk guarantees, or jointly handle multiple bias sources. To overcome these challenges, this paper introduces a novel causal learning-based ranking framework that extends ULTR by combining Structural Causal Models (SCMs) with information-theoretic tools. SCMs specify how clicks are generated and help identify the true relevance signal from click data, while conditional mutual information, measures how much bias leaks into the learned relevance estimates. We use this leakage measure to define a rigorous notion of disentanglement and include it as a regularizer during model training to reduce bias. In addition, we incorporate a causal inference estimator, i.e., doubly robust estimator, to ensure more reliable risk estimation. Experiments on standard Learning-to-Rank benchmarks show that our method consistently reduces measured bias leakage and improves ranking performance, especially in realistic scenarios where multiple biases-such as position and trust bias-interact strongly.

📄 PDF Abstract BibTeX arXiv:2601.05590

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsCausal Inference

Similar Papers 제목 키워드 기반

Unbiased Learning for the Causal Effect of Recommendation

2020-08-11 · Masahiro Sato, Sho Takemori, Janmajay Singh, Tomoko Ohkuma

Increasing users' positive interactions, such as purchases or clicks, is an important objective of recommender systems. Recommenders typically aim to select items that users will interact with. If the recommended items a…

Recommendation Systems

Unbiased Top-k Learning to Rank with Causal Likelihood Decomposition

2022-04-02 · Haiyuan Zhao, Jun Xu, Xiao Zhang, Guohao Cai 외

Unbiased learning to rank has been proposed to alleviate the biases in the search ranking, making it possible to train ranking models with user interaction data. In real applications, search engines are designed to displ…

Learning-To-RankPositionSelection bias

Whole Page Unbiased Learning to Rank

2022-10-19 · Haitao Mao, Lixin Zou, Yujia Zheng, Jiliang Tang 외

The page presentation biases in the information retrieval system, especially on the click behavior, is a well-known challenge that hinders improving ranking models' performance with implicit user feedback. Unbiased Learn…

Causal DiscoveryInformation RetrievalLearning-To-RankRetrieval

A Deep Recurrent Survival Model for Unbiased Ranking

2020-04-30 · Jiarui Jin, Yuchen Fang, Wei-Nan Zhang, Kan Ren 외

Position bias is a critical problem in information retrieval when dealing with implicit yet biased user feedback data. Unbiased ranking methods typically rely on causality models and debias the user feedback through inve…

Information RetrievalmodelPositionRetrieval+1

Unconfounded Propensity Estimation for Unbiased Ranking

2023-05-17 · Dan Luo, Lixin Zou, Qingyao Ai, Zhiyu Chen 외

The goal of unbiased learning to rank (ULTR) is to leverage implicit user feedback for optimizing learning-to-rank systems. Among existing solutions, automatic ULTR algorithms that jointly learn user bias models (i.e., p…

Learning-To-Rank