Shielded RecRL: Explanation Generation for Recommender Systems without Ranking Degradation
Ansh Tiwari, Ayush Chauhan
TL;DR
shielded RecRL addresses the challenge of adding high quality explanations to recommendations without harming core ranking performance. By separating the ranking and explanation generation into a gradient-shielded two-tower architecture and training only the explanation tower with PPO and KL regularization, the method preserves ranking while optimizing explanations. The composite reward design—balancing explanation length, content relevance, and coherence—drives meaningful, personalized explanations, while LoRA enables parameter-efficient fine-tuning of a large language model. Experiments on a real-world Amazon Books subset show a 22.5% relative CTR improvement with no measurable degradation in ranking metrics, supported by ablations that validate the importance of the KL constraint and training dynamics. This work demonstrates that explanations can enhance user engagement without compromising recommendation accuracy, offering a practical path to interpretable, user-centric recommender systems.
Abstract
We introduce Shielded RecRL, a reinforcement learning approach to generate personalized explanations for recommender systems without sacrificing the system's original ranking performance. Unlike prior RLHF-based recommender methods that directly optimize item rankings, our two-tower architecture keeps the recommender's ranking model intact while a language model learns to produce helpful explanations. We design a composite reward signal combining explanation length, content relevance, and coherence, and apply proximal policy optimization (PPO) with a KL-divergence constraint to fine-tune a large language model with only 0.4% of its parameters trainable via LoRA adapters. In experiments on an Amazon Books dataset (approximately 50K interactions in the fantasy and romance genres), Shielded RecRL improved the relative click-through rate (CTR) by 22.5% (1.225x over baseline) while keeping the recommender's item-ranking behavior virtually unchanged. An extensive ablation study confirms that our gradient shielding strategy and reward design effectively balance explanation quality and policy drift. Our results demonstrate that Shielded RecRL enhances user-facing aspects of recommendations through rich, personalized explanations without degrading core recommendation accuracy.
