π€ AI Summary
Traditional recommender systems struggle to accurately model user preferences under sparse interactions, often lack trustworthy explanations, and incur high computational costs for full-scale real-time ranking. To address these challenges, this work proposes TRAILβa fine-tuned large language model (LLM) framework that uniquely unifies short-term item popularity prediction with natural language explanation generation. By aligning structured trend signals with textual explanations through contrastive learning and leveraging carefully constructed positive-negative sample pairs, TRAIL simultaneously enhances prediction accuracy and produces coherent, evidence-based explanations. Extensive experiments demonstrate that the proposed method significantly outperforms strong baselines across multiple metrics, achieving both high accuracy and strong interpretability.
π Abstract
Large Language Models (LLMs) have been widely applied across multiple domains for their broad knowledge and strong reasoning capabilities. However, applying them to recommendation systems is challenging since it is hard for LLMs to extract user preferences from large, sparse user-item logs, and real-time per-user ranking over the full catalog is too time-consuming to be practical. Moreover, many existing recommender systems focus solely on ranking items while overlooking explanations, which could help improve predictive accuracy and make recommendations more convincing to users. Inspired by recent works that achieve strong recommendation performance by forecasting near-term item popularity, we propose TRAIL (TRend and explAnation Integrated Learner). TRAIL is a fine-tuned LLM that jointly predicts short-term item popularity and generates faithful natural-language explanations. It employs contrastive learning with positive and negative pairs to align its scores and explanations with structured trend signals, yielding accurate and explainable popularity predictions. Extensive experiments show that TRAIL outperforms strong baselines and produces coherent, well-grounded explanations.