Generative Explore-Exploit: Training-free Optimization of Generative Recommender Systems using LLM Optimizers
Lütfi Kerem Senel, Besnik Fetahu, Davis Yoshida, Zhiyu Chen, Giuseppe Castellucci, Nikhita Vedula, Jason Choi, Shervin Malmasi
TL;DR
This work tackles training-free optimization of generative recommenders by linking user feedback to LLM-based optimizers. It introduces a Generative Explore-Exploit framework that uses in-context learning to refine a pool of generated items based on implicit CTR signals, without fine-tuning LLMs. An offline user simulator with diverse personas evaluates two update strategies, full-ctr and Explore-Exploit, across e-commerce and general knowledge domains, showing that exploration is crucial for discovering hidden preferences and that CTR-informed exploitation yields robust improvements. The approach scales to large item spaces and supports potential extensions to user-level personalization, while avoiding reward-models or fine-tuning. Overall, training-free optimization with CTR-driven feedback significantly improves relevance and engagement, suggesting practical applications for open-ended tasks like question generation and beyond.
Abstract
Recommender systems are widely used to suggest engaging content, and Large Language Models (LLMs) have given rise to generative recommenders. Such systems can directly generate items, including for open-set tasks like question suggestion. While the world knowledge of LLMs enable good recommendations, improving the generated content through user feedback is challenging as continuously fine-tuning LLMs is prohibitively expensive. We present a training-free approach for optimizing generative recommenders by connecting user feedback loops to LLM-based optimizers. We propose a generative explore-exploit method that can not only exploit generated items with known high engagement, but also actively explore and discover hidden population preferences to improve recommendation quality. We evaluate our approach on question generation in two domains (e-commerce and general knowledge), and model user feedback with Click Through Rate (CTR). Experiments show our LLM-based explore-exploit approach can iteratively improve recommendations, and consistently increase CTR. Ablation analysis shows that generative exploration is key to learning user preferences, avoiding the pitfalls of greedy exploit-only approaches. A human evaluation strongly supports our quantitative findings.
