paper-with-me

홈 › Papers

Treatment Effect Estimation for User Interest Exploration on Recommender Systems

2024-05-14 · Jiaju Chen, Wenjie Wang, Chongming Gao, Peng Wu, Jianxiong Wei, Qingsong Hua

Recommender systems learn personalized user preferences from user feedback like clicks. However, user feedback is usually biased towards partially observed interests, leaving many users' hidden interests unexplored. Existing approaches typically mitigate the bias, increase recommendation diversity, or use bandit algorithms to balance exploration-exploitation trade-offs. Nevertheless, they fail to consider the potential rewards of recommending different categories of items and lack the global scheduling of allocating top-N recommendations to categories, leading to suboptimal exploration. In this work, we propose an Uplift model-based Recommender (UpliftRec) framework, which regards top-N recommendation as a treatment optimization problem. UpliftRec estimates the treatment effects, i.e., the click-through rate (CTR) under different category exposure ratios, by using observational user feedback. UpliftRec calculates group-level treatment effects to discover users' hidden interests with high CTR rewards and leverages inverse propensity weighting to alleviate confounder bias. Thereafter, UpliftRec adopts a dynamic programming method to calculate the optimal treatment for overall CTR maximization. We implement UpliftRec on different backend models and conduct extensive experiments on three datasets. The empirical results validate the effectiveness of UpliftRec in discovering users' hidden interests while achieving superior recommendation accuracy.

📄 PDF Abstract BibTeX arXiv:2405.08582

Code (1)

Jiaju-Chen/UpliftRec 공식 구현 pytorch

Tasks

DiversityRecommendation SystemsScheduling

Similar Papers 제목 키워드 기반

Advancing Causal Inference: A Nonparametric Approach to ATE and CATE Estimation with Continuous Treatments

2024-09-10 · Hugo Gobato Souto, Francisco Louzada Neto

This paper introduces a generalized ps-BART model for the estimation of Average Treatment Effect (ATE) and Conditional Average Treatment Effect (CATE) in continuous treatments, addressing limitations of the Bayesian Caus…

Causal Inference

Individualized Multi-Treatment Response Curves Estimation using RBF-net with Shared Neurons

2024-01-29 · Peter Chang, Arkaprava Roy

Heterogeneous treatment effect estimation is an important problem in precision medicine. Specific interests lie in identifying the differential effect of different treatments based on some external covariates. We propose…

Heterogeneous Treatment Effect Estimation

Causal Estimation of User Learning in Personalized Systems

2023-06-01 · Evan Munro, David Jones, Jennifer Brennan, Roland Nelet 외

In online platforms, the impact of a treatment on an observed outcome may change over time as 1) users learn about the intervention, and 2) the system personalization, such as individualized recommendations, change over …

Estimating Causal Effects in Networks with Cluster-Based Bandits

2025-05-07 · Ahmed Sayeed Faruk, Jason Sulskis, Elena Zheleva

The gold standard for estimating causal effects is randomized controlled trial (RCT) or A/B testing where a random group of individuals from a population of interest are given treatment and the outcome is compared to a r…

Machine Learning Estimation of Heterogeneous Treatment Effects with Instruments

2019-05-24 · NeurIPS 2019 12 · Vasilis Syrgkanis, Victor Lei, Miruna Oprescu, Maggie Hei 외

We consider the estimation of heterogeneous treatment effects with arbitrary machine learning methods in the presence of unobserved confounders with the aid of a valid instrument. Such settings arise in A/B tests with an…

BIG-bench Machine Learning