arXiv:2511.16543cs.IRcs.AI2025-11被引 1

用分阶段框架让推荐解释更准更快,还更可信。

The Oracle and The Prism: A Decoupled and Efficient Framework for Generative Recommendation Explanation

  • 拆解推荐与解释两阶段,各司其职避免性能妥协。
  • 140万参数小模型比110亿参数大模型更忠实地生成个性化解释。
  • 训练效率提升24倍,内存减少10倍,适合实际部署。

将大语言模型(LLM)融入可解释推荐系统时,端到端架构常面临性能与效率的权衡。为解决此问题,我们提出Prism——一种解耦式新框架,将推荐过程严格划分为专用排序阶段与解释生成阶段。该分解确保各组件针对其目标独立优化,消除耦合模型中的内在冲突。受知识蒸馏启发,Prism利用强大的指令跟随教师模型(FLAN-T5-XXL)作为Oracle,生成高保真解释知识;随后,一个轻量级微调的学生模型(BART-Base)专门将这些知识合成个性化解释。大量实验表明,蒸馏过程不仅传递知识,还起到降噪作用。我们的140M参数模型在人类评估中显著优于11B参数的教师模型,在忠实性与个性化方面表现更佳,展现出纠正教师输出幻觉的涌现能力。同时,该方案实现24倍加速与10倍内存降低,验证了解耦结合定向蒸馏是高效、可靠生成可信推荐解释的有效路径。

原文摘要 · Abstract (English)

The integration of Large Language Models (LLMs) into explainable recommendation systems often leads to a performance-efficiency trade-off in end-to-end architectures, where joint optimization of ranking and explanation can result in suboptimal compromises. To resolve this, we propose Prism, a novel decoupled framework that rigorously separates the recommendation process into a dedicated ranking stage and an explanation generation stage. This decomposition ensures that each component is optimized for its specific objective, eliminating inherent conflicts in coupled models. Inspired by knowledge distillation, Prism leverages a powerful, instruction-following teacher LLM (FLAN-T5-XXL) as an Oracle to produce high-fidelity explanatory knowledge. A compact, fine-tuned student model (BART-Base), the Prism, then specializes in synthesizing this knowledge into personalized explanations. Our extensive experiments on benchmark datasets reveal a key finding: the distillation process not only transfers knowledge but also acts as a noise filter. Our 140M-parameter Prism model significantly outperforms its 11B-parameter teacher in human evaluations of faithfulness and personalization, demonstrating an emergent ability to correct hallucinations present in the teacher's outputs. While achieving a 24x speedup and a 10x reduction in memory consumption, our analysis validates that decoupling, coupled with targeted distillation, provides an efficient and effective pathway to high-quality, and perhaps more importantly, trustworthy explainable recommendation.

推荐解释知识蒸馏大模型效率可信赖生成

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。