Enhancing User Intent for Recommendation Systems via Large Language Models
Xiaochuan Xu, Zeqiu Xu, Peiyang Yu, and Jiani Wang

TL;DR
This paper introduces DUIP, a new recommendation framework combining LSTM and Large Language Models to dynamically understand user intent, improving personalization and handling cold-start issues in online platforms.
Contribution
The paper presents DUIP, a novel integration of LSTM and LLMs for dynamic user intent prediction, advancing recommendation accuracy and adaptability.
Findings
DUIP outperforms baseline models on multiple datasets.
It effectively addresses cold-start and real-time adaptation.
Provides more accurate, context-aware recommendations.
Abstract
Recommendation systems play a critical role in enhancing user experience and engagement in various online platforms. Traditional methods, such as Collaborative Filtering (CF) and Content-Based Filtering (CBF), rely heavily on past user interactions or item features. However, these models often fail to capture the dynamic and evolving nature of user preferences. To address these limitations, we propose DUIP (Dynamic User Intent Prediction), a novel framework that combines LSTM networks with Large Language Models (LLMs) to dynamically capture user intent and generate personalized item recommendations. The LSTM component models the sequential and temporal dependencies of user behavior, while the LLM utilizes the LSTM-generated prompts to predict the next item of interest. Experimental results on three diverse datasets ML-1M, Games, and Bundle show that DUIP outperforms a wide range of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Sentiment Analysis and Opinion Mining
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
