paper-with-me

홈 › Papers

MoLoRec: A Generalizable and Efficient Framework for LLM-Based Recommendation

2025-02-12 · Min Hou, Chenxi Bai, Le Wu, Hao liu, Kun Zhang, Kai Zhang, Richang Hong, Meng Wang

Large Language Models (LLMs) have achieved remarkable success in recent years, owing to their impressive generalization capabilities and rich world knowledge. To capitalize on the potential of using LLMs as recommender systems, mainstream approaches typically focus on two paradigms. The first paradigm designs multi-domain or multi-task instruction data for generalizable recommendation, so as to align LLMs with general recommendation areas and deal with cold-start recommendation. The second paradigm enhances domain-specific recommendation tasks with parameter-efficient fine-tuning techniques, in order to improve models under the warm recommendation scenarios. While most previous works treat these two paradigms separately, we argue that they have complementary advantages, and combining them together would be helpful. To that end, in this paper, we propose a generalizable and efficient LLM-based recommendation framework MoLoRec. Our approach starts by parameter-efficient fine-tuning a domain-general module with general recommendation instruction data, to align LLM with recommendation knowledge. Then, given users' behavior of a specific domain, we construct a domain-specific instruction dataset and apply efficient fine-tuning to the pre-trained LLM. After that, we provide approaches to integrate the above domain-general part and domain-specific part with parameters mixture. Please note that, MoLoRec is efficient with plug and play, as the domain-general module is trained only once, and any domain-specific plug-in can be efficiently merged with only domain-specific fine-tuning. Extensive experiments on multiple datasets under both warm and cold-start recommendation scenarios validate the effectiveness and generality of the proposed MoLoRec.

📄 PDF Abstract BibTeX arXiv:2502.08271

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningRecommendation SystemsWorld Knowledge

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Unifying Inductive, Cross-Domain, and Multimodal Learning for Robust and Generalizable Recommendation

2025-10-21 · Chanyoung Chung, Kyeongryul Lee, Sunbin Park, Joyce Jiyoung Whang arxiv

Recommender systems have long been built upon the modeling of interactions between users and items, while recent studies have sought to broaden this paradigm by generalizing to new users and items, incorporating diverse …

JEPA4Rec: Learning Effective Language Representations for Sequential Recommendation via Joint Embedding Predictive Architecture

2025-04-10 · Minh-Anh Nguyen, Dung D. Le

Language representation learning has emerged as a promising approach for sequential recommendation, thanks to its ability to learn generalizable representations. However, despite its advantages, this approach still strug…

Common Sense ReasoningDescriptiveLanguage ModelingLanguage Modelling+3

M-$LLM^3$REC: A Motivation-Aware User-Item Interaction Framework for Enhancing Recommendation Accuracy with LLMs

2025-08-21 · Lining Chen, Qingwen Zeng, Huaming Chen arxiv

Recommendation systems have been essential for both user experience and platform efficiency by alleviating information overload and supporting decision-making. Traditional methods, i.e., content-based filtering, collabor…

Collaborative FilteringRecommendation SystemsSemantic Similarity

Socially-Aware Self-Supervised Tri-Training for Recommendation

2021-06-07 · Junliang Yu, Hongzhi Yin, Min Gao, Xin Xia 외

Self-supervised learning (SSL), which can automatically generate ground-truth samples from raw data, holds vast potential to improve recommender systems. Most existing SSL-based methods perturb the raw data graph with un…

Contrastive LearningRecommendation SystemsRepresentation LearningSelf-Supervised Learning

LLM2Rec: Large Language Models Are Powerful Embedding Models for Sequential Recommendation

2025-06-16 · Yingzhi He, Xiaohao Liu, An Zhang, Yunshan Ma 외

Sequential recommendation aims to predict users' future interactions by modeling collaborative filtering (CF) signals from historical behaviors of similar users or items. Traditional sequential recommenders predominantly…

Collaborative FilteringSequential Recommendation