MiniRec: Data-Efficient Reinforcement Learning for LLM-based Recommendation
Lin Wang, Yang Zhang, Jingfan Chen, Xiaoyan Zhao, Fengbin Zhu, Qing Li, Tat-Seng Chua
TL;DR
MiniRec tackles data inefficiency in RL‑based LLM recommendation by aligning data valuation with RL dynamics. It jointly optimizes sample learnability via reward signals, representativeness via gradient alignment with an ideal optimization trajectory, and diversity, then uses curriculum scheduling to train from easy to hard samples. The method defines $L(x_i)$ with a Gaussian over proxy rewards, $R(x_i)$ via Hessian‑vector products, and a combined value $V(x_i|\\mathcal{S})$ that guides greedy subset selection, followed by curriculum partitioning. Empirical results on real‑world datasets show MiniRec achieves comparable or superior recommendation quality with far less data and training time, and transfers across different LLM architectures, underscoring its practical impact for scalable, reasoning‑aware LLM recommender systems.
Abstract
The integration of reinforcement learning (RL) into large language models (LLMs) has opened new opportunities for recommender systems by eliciting reasoning and improving user preference modeling. However, RL-based LLM recommendation faces significant efficiency challenges, making full-data training costly. Existing data selection methods define sample value based on learnability or representativeness, yet their loss- or gradient-driven or dataset coverage-driven criteria often misalign with RL learning dynamics, resulting in suboptimal performance. To address this, we propose MiniRec, a data selection framework tailored for RL-based LLM recommendation. MiniRec evaluates sample learnability using key RL signals -- rewards -- pruning samples that are too easy (too high reward) or too difficult (consistently low reward). It assesses representativeness by aligning sample gradients with the approximated "ideal" global RL optimization trajectory, selecting samples that mainly drive model updates, and it also enforces diversity to reduce redundancy. Combined with a curriculum learning strategy from easy to hard samples, MiniRec significantly reduces training cost while largely preserving performance. Extensive experiments demonstrate MiniRec's effectiveness, highlighting the importance of reward-aligned, trajectory-informed data selection in RL-based LLM recommendation.
