1.9IRJul 25, 2023
Unleash the Power of Context: Enhancing Large-Scale Recommender Systems with Context-Based Prediction ModelsJan Hartman, Assaf Klein, Davorin Kopič et al.
In this work, we introduce the notion of Context-Based Prediction Models. A Context-Based Prediction Model determines the probability of a user's action (such as a click or a conversion) solely by relying on user and contextual features, without considering any specific features of the item itself. We have identified numerous valuable applications for this modeling approach, including training an auxiliary context-based model to estimate click probability and incorporating its prediction as a feature in CTR prediction models. Our experiments indicate that this enhancement brings significant improvements in offline and online business metrics while having minimal impact on the cost of serving. Overall, our work offers a simple and scalable, yet powerful approach for enhancing the performance of large-scale commercial recommender systems, with broad implications for the field of personalized recommendations.
4.0IRAug 9, 2024
AI-assisted Coding with Cody: Lessons from Context Retrieval and Evaluation for Code RecommendationsJan Hartman, Rishabh Mehrotra, Hitesh Sagtani et al.
In this work, we discuss a recently popular type of recommender system: an LLM-based coding assistant. Connecting the task of providing code recommendations in multiple formats to traditional RecSys challenges, we outline several similarities and differences due to domain specifics. We emphasize the importance of providing relevant context to an LLM for this use case and discuss lessons learned from context enhancements & offline and online evaluation of such AI-assisted coding systems.
3.3LGAug 3, 2022
Exploration with Model Uncertainty at Extreme Scale in Real-Time BiddingJan Hartman, Davorin Kopič
In this work, we present a scalable and efficient system for exploring the supply landscape in real-time bidding. The system directs exploration based on the predictive uncertainty of models used for click-through rate prediction and works in a high-throughput, low-latency environment. Through online A/B testing, we demonstrate that exploration with model uncertainty has a positive impact on model performance and business KPIs.