arXiv:2507.13957cs.IRcs.AI2025-07

融合时序与语义模型,提升电影推荐的上下文感知能力。

DUALRec: A Hybrid Sequential and Language Model Framework for Context-Aware Movie Recommendation

  • 用LSTM捕捉用户观看历史中的偏好演化,用微调LLM生成语义丰富推荐
  • 在MovieLens-1M上各项指标均优于基线模型,尤其在长序列推荐中表现突出
  • 适合需要理解用户动态兴趣的场景,如个性化视频推荐系统

现代推荐系统面临建模和预测动态、上下文丰富的用户偏好的挑战。传统协同过滤和基于内容的方法难以捕捉时间模式和用户意图的变化。尽管大语言模型(LLMs)凭借强大的语义理解与推理能力逐渐受到关注,但其本身并非为建模时间演化偏好而设计。另一方面,序列模型如LSTM擅长捕捉用户行为的时间动态和偏好演变,但仍缺乏充分的语义理解以生成全面的推荐。本文提出DUALRec(Dynamic User-Aware Language-based Recommender),一种结合LSTM时序建模能力与微调后大语言模型语义推理优势的新框架。LSTM模块通过用户观看历史捕捉其偏好演化,微调后的LLM则基于这些时序洞察生成用户可能喜欢的下一部电影。在MovieLens-1M数据集上的实验结果表明,DUALRec在命中率(HR@k)、归一化折损累积收益(NDCG@k)及类型相似性等综合评估指标上均优于多种基线模型。该研究提出了一种连接时序建模与语义推理的新架构,为构建更智能、更具上下文感知能力的推荐系统提供了可行方向。

原文摘要 · Abstract (English)

The modern recommender systems are facing an increasing challenge of modelling and predicting the dynamic and context-rich user preferences. Traditional collaborative filtering and content-based methods often struggle to capture the temporal patternings and evolving user intentions. While Large Language Models (LLMs) have gained gradual attention in recent years, by their strong semantic understanding and reasoning abilities, they are not inherently designed to model chronologically evolving user preference and intentions. On the other hand, for sequential models like LSTM (Long-Short-Term-Memory) which is good at capturing the temporal dynamics of user behaviour and evolving user preference over time, but still lacks a rich semantic understanding for comprehensive recommendation generation. In this study, we propose DUALRec (Dynamic User-Aware Language-based Recommender), a novel recommender that leverages the complementary strength of both models, which combines the temporal modelling abilities of LSTM networks with semantic reasoning power of the fine-tuned Large Language Models. The LSTM component will capture users evolving preference through their viewing history, while the fine-tuned LLM variants will leverage these temporal user insights to generate next movies that users might enjoy. Experimental results on MovieLens-1M dataset shows that the DUALRec model outperforms a wide range of baseline models, with comprehensive evaluation matrices of Hit Rate (HR@k), Normalized Discounted Cumulative Gain (NDCG@k), and genre similarity metrics. This research proposes a novel architecture that bridges the gap between temporal sequence modeling and semantic reasoning, and offers a promising direction for developing more intelligent and context-aware recommenders.

推荐系统时序建模大模型应用

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