← Back to Paper List

Uplift Modeling: From Causal Inference to Personalization

Felipe Moraes, Hugo Proença, A. Kornilova, Javier Albert, Dmitri Goldenberg
Booking.com
International Conference on Information and Knowledge Management (2023)
P13N Recommendation

📝 Paper Summary

Causal Inference Personalized Promotions
This tutorial reviews methods for estimating individual treatment effects (uplift modeling) and applying them to constrained optimization problems in e-commerce, such as maximizing promotional ROI under budget constraints.
Core Problem
Standard supervised learning cannot directly estimate causal effects because the counterfactual outcome (what would have happened if the user received a different treatment) is unobservable.
Why it matters:
  • In e-commerce, sending promotions to users who would buy anyway (voluntary buyers) wastes budget and reduces ROI
  • Sending promotions to users who react negatively (sleeping dogs) actively harms the business
  • Standard A/B testing only gives average effects, missing the heterogeneity needed for personalization
Concrete Example: A 'voluntary buyer' will purchase a hotel room regardless of a discount. A standard churn model might target them because they have a high probability of buying, wasting the discount cost. Uplift modeling identifies that the *increment* in their probability caused by the discount is zero, avoiding the waste.
Key Novelty
Constrained Uplift Optimization Framework
  • Combines CATE estimation (predicting the incremental benefit of a treatment) with cost estimation (predicting the incremental cost)
  • Models treatment assignment as a constrained optimization problem (e.g., Knapsack-like formulation) to maximize total uplift while strictly respecting a global budget
Breakthrough Assessment
5/10
This is a tutorial paper summarizing existing methods rather than presenting a single novel breakthrough. It provides a valuable synthesis of causal inference and operations research for industry practitioners.
×