paper-with-me

홈 › Papers

Understanding and Counteracting Feature-Level Bias in Click-Through Rate Prediction

2024-02-06 · Jinqiu Jin, Sihao Ding, Wenjie Wang, Fuli Feng

Common click-through rate (CTR) prediction recommender models tend to exhibit feature-level bias, which leads to unfair recommendations among item groups and inaccurate recommendations for users. While existing methods address this issue by adjusting the learning of CTR models, such as through additional optimization objectives, they fail to consider how the bias is caused within these models. To address this research gap, our study performs a top-down analysis on representative CTR models. Through blocking different components of a trained CTR model one by one, we identify the key contribution of the linear component to feature-level bias. We conduct a theoretical analysis of the learning process for the weights in the linear component, revealing how group-wise properties of training data influence them. Our experimental and statistical analyses demonstrate a strong correlation between imbalanced positive sample ratios across item groups and feature-level bias. Based on this understanding, we propose a minimally invasive yet effective strategy to counteract feature-level bias in CTR models by removing the biased linear weights from trained models. Additionally, we present a linear weight adjusting strategy that requires fewer random exposure records than relevant debiasing methods. The superiority of our proposed strategies are validated through extensive experiments on three real-world datasets.

📄 PDF Abstract BibTeX arXiv:2402.03600

Code (1)

mitao-cat/feature-level_bias 공식 구현 pytorch

Tasks

BlockingClick-Through Rate Prediction

Similar Papers 제목 키워드 기반

Scalar is Not Enough: Vectorization-based Unbiased Learning to Rank

2022-06-03 · Mouxiang Chen, Chenghao Liu, Zemin Liu, Jianling Sun

Unbiased learning to rank (ULTR) aims to train an unbiased ranking model from biased user click logs. Most of the current ULTR methods are based on the examination hypothesis (EH), which assumes that the click probabilit…

Learning-To-Rank

Unbiased Learning to Rank with Query-Level Click Propensity Estimation: Beyond Pointwise Observation and Relevance

2025-02-17 · Lulu Yu, Keping Bi, Jiafeng Guo, Shihao Liu 외

Most existing unbiased learning-to-rank (ULTR) approaches are based on the user examination hypothesis, which assumes that users will click a result only if it is both relevant and observed (typically modeled by position…

Learning-To-RankPosition

DebiasedRec: Bias-aware User Modeling and Click Prediction for Personalized News Recommendation

2021-04-15 · Jingwei Yi, Fangzhao Wu, Chuhan Wu, Qifei Li 외

News recommendation is critical for personalized news access. Existing news recommendation methods usually infer users' personal interest based on their historical clicked news, and train the news recommendation models b…

ArticlesNews Recommendation

Feature-Enhanced Network with Hybrid Debiasing Strategies for Unbiased Learning to Rank

2023-02-15 · Lulu Yu, Yiting Wang, Xiaojie Sun, Keping Bi 외

Unbiased learning to rank (ULTR) aims to mitigate various biases existing in user clicks, such as position bias, trust bias, presentation bias, and learn an effective ranker. In this paper, we introduce our winning appro…

Learning-To-Rank

Reaching the End of Unbiasedness: Uncovering Implicit Limitations of Click-Based Learning to Rank

2022-06-24 · Harrie Oosterhuis

Click-based learning to rank (LTR) tackles the mismatch between click frequencies on items and their actual relevance. The approach of previous work has been to assume a model of click behavior and to subsequently introd…

counterfactualLearning-To-Rank