Scholay

学术搜索 · AI 审稿 · LaTeX 协作

Leveraging RAG With Transformer for Context-Based Personalized Recommendations

作者:Faten S. Alamri, Amjad Rehman, Bayan Alghofaily, Adeel Ahmed, Khalid Saleem · 发表于:IEEE Access · 年份:2025 · DOI:10.1109/access.2025.3574073 · 被引用次数:6 · 研究领域:Recommender Systems and Techniques、Image Retrieval and Classification Techniques、Topic Modeling

Recent advancements in large language models (LLMs) have shown significant progress in addressing challenges related to data sparsity and the cold-start problem. In e-commerce, recommendation systems are widely used as strategic tools to boost sales and enhance the customer experience by helping users find relevant products. Custom LLMs, leveraging textual features from user feedback, have been successfully applied to recommendation systems, yielding improvements across various recommendation scenarios. However, most existing methods rely on training-free recommendation approaches, which depend heavily on pre-trained knowledge. When LLMs are trained on sparse data or lack historical information, their performance in recommendation systems can be negatively impacted. Furthermore, inference with LLMs tends to be slow due to autoregressive generation, which limits the efficiency of traditional recommendation methods. To address these challenges, our contributions are: We proposed the Retrieval Augmented Generation with Transformer Recommendation (RAGX11Rec) framework. This framework integrated LLMs with a transformer-based model in a two-step process: (i) RankRAG is used to filter the top-k preferences via tuning the LLM for effective context ranking, (ii) a transformer model with 11 embedded layers generated the top-N recommendations based on ranked preferences. Our instruction-tuned transformer module demonstrates superior performance by incorporating a fraction of ranked data...