paper-with-me

Papers

HLLM: Enhancing Sequential Recommendations via Hierarchical Large Language Models for Item and User Modeling

2024-09-19 · Junyi Chen, Lu Chi, Bingyue Peng, Zehuan Yuan

Large Language Models (LLMs) have achieved remarkable success in various fields, prompting several studies to explore their potential in recommendation systems. However, these attempts have so far resulted in only modest improvements over traditional recommendation models. Moreover, three critical questions remain under-explored: firstly, the real value of LLMs' pre-trained weights, often considered to encapsulate world knowledge; secondly, the necessity of fine-tuning for recommendation tasks; lastly, whether LLMs can exhibit the same scalability benefits in recommendation systems as they do in other domains. In this paper, we propose a novel Hierarchical Large Language Model (HLLM) architecture designed to enhance sequential recommendation systems. Our approach employs a two-tier model: the first Item LLM extracts rich content features from the detailed text description of the item, while the second User LLM utilizes these features to predict users' future interests based on their interaction history. Extensive experiments demonstrate that our method effectively leverages the pre-trained capabilities of open-source LLMs, and further fine-tuning leads to significant performance boosts. Additionally, HLLM achieves excellent scalability, with the largest configuration utilizing 7B parameters for both item feature extraction and user interest modeling. Moreover, HLLM offers excellent training and serving efficiency, making it practical in real-world applications. Evaluations on two large-scale datasets, PixelRec and Amazon Reviews, show that HLLM achieves state-of-the-art results, outperforming traditional ID-based models by a wide margin. In online A/B testing, HLLM showcases notable gains, validating its practical impact in real-world recommendation scenarios. Codes are available at https://github.com/bytedance/HLLM.

📄 PDF Abstract BibTeX arXiv:2409.12740

Code (1)

bytedance/hllm 공식 구현 pytorch

Tasks

Large Language ModelRecommendation SystemsSequential RecommendationWorld Knowledge

Similar Papers 제목 키워드 기반

Efficient Sequential Recommendation for Long Term User Interest Via Personalization

2026-01-07 · Qiang Zhang, Hanchao Yu, Ivan Ji, Chen Yuan 외 arxiv

Recent years have witnessed success of sequential modeling, generative recommender, and large language model for recommendation. Though the scaling law has been validated for sequential models, it showed inefficiency in …

Sequential Recommendation

MeshLLM: Empowering Large Language Models to Progressively Understand and Generate 3D Mesh

2025-08-02 · Shuangkang Fang, I-Chao Shen, Yufeng Wang, Yi-Hsuan Tsai 외 arxiv

We present MeshLLM, a novel framework that leverages large language models (LLMs) to understand and generate text-serialized 3D meshes. Our approach addresses key limitations in existing methods, including the limited da…

Exploring Applications of State Space Models and Advanced Training Techniques in Sequential Recommendations: A Comparative Study on Efficiency and Performance

2024-08-10 · Mark Obozov, Makar Baderko, Stepan Kulibaba, Nikolay Kutuzov 외

Recommender systems aim to estimate the dynamically changing user preferences and sequential dependencies between historical user behaviour and metadata. Although transformer-based models have proven to be effective in s…

Recommendation SystemsState Space Models

CrunchLLM: Multitask LLMs for Structured Business Reasoning and Outcome Prediction

2025-09-12 · Rabeya Tus Sadia, Qiang Cheng arxiv

Predicting the success of start-up companies, defined as achieving an exit through acquisition or IPO, is a critical problem in entrepreneurship and innovation research. Datasets such as Crunchbase provide both structure…

parameter-efficient fine-tuningDecision Making

HLLM-Creator: Hierarchical LLM-based Personalized Creative Generation

2025-08-25 · Junyi Chen, Lu Chi, Siliang Xu, Shiwei Ran 외 arxiv

AI-generated content technologies are widely used in content creation. However, current AIGC systems rely heavily on creators' inspiration, rarely generating truly user-personalized content. In real-world applications su…