paper-with-me

홈 › Papers

Enhancing High-order Interaction Awareness in LLM-based Recommender Model

2024-09-30 · Xinfeng Wang, Jin Cui, Fumiyo Fukumoto, Yoshimi Suzuki

Large language models (LLMs) have demonstrated prominent reasoning capabilities in recommendation tasks by transforming them into text-generation tasks. However, existing approaches either disregard or ineffectively model the user-item high-order interactions. To this end, this paper presents an enhanced LLM-based recommender (ELMRec). We enhance whole-word embeddings to substantially enhance LLMs' interpretation of graph-constructed interactions for recommendations, without requiring graph pre-training. This finding may inspire endeavors to incorporate rich knowledge graphs into LLM-based recommenders via whole-word embedding. We also found that LLMs often recommend items based on users' earlier interactions rather than recent ones, and present a reranking solution. Our ELMRec outperforms state-of-the-art (SOTA) methods in both direct and sequential recommendations.

📄 PDF Abstract BibTeX arXiv:2409.19979

Code (2)

WangXFng/ELMRec 공식 구현 pytorch
wangxfng/rdrec pytorch

Tasks

Knowledge GraphsRerankingText GenerationWord Embeddings

Similar Papers 제목 키워드 기반

DLF: Enhancing Explicit-Implicit Interaction via Dynamic Low-Order-Aware Fusion for CTR Prediction

2025-05-25 · Kefan Wang, Hao Wang, Wei Guo, Yong liu 외

Click-through rate (CTR) prediction is a critical task in online advertising and recommender systems, relying on effective modeling of feature interactions. Explicit interactions capture predefined relationships, such as…

Click-Through Rate PredictionRecommendation Systems

Exploiting Positional Information for Session-based Recommendation

2021-07-02 · Ruihong Qiu, Zi Huang, Tong Chen, Hongzhi Yin

For present e-commerce platforms, session-based recommender systems are developed to predict users' preference for next-item recommendation. Although a session can usually reflect a user's current preference, a local shi…

Graph Neural NetworkRecommendation SystemsSession-Based Recommendations

DistDNAS: Search Efficient Feature Interactions within 2 Hours

2023-11-01 · Tunhou Zhang, Wei Wen, Igor Fedorov, Xi Liu 외

Search efficiency and serving efficiency are two major axes in building feature interactions and expediting the model development process in recommender systems. On large-scale benchmarks, searching for the optimal featu…

Recommendation Systems

Justification of Recommender Systems Results: A Service-based Approach

2022-11-07 · Noemi Mauro, Zhongli Filippo Hu, Liliana Ardissono

With the increasing demand for predictable and accountable Artificial Intelligence, the ability to explain or justify recommender systems results by specifying how items are suggested, or why they are relevant, has becom…

Recommendation Systems

Enhancing Time Awareness in Generative Recommendation

2025-09-17 · Sunkyung Lee, Seongmin Park, Jonghyo Kim, Mincheol Yoon 외 arxiv

Generative recommendation has emerged as a promising paradigm that formulates the recommendations into a text-to-text generation task, harnessing the vast knowledge of large language models. However, existing studies foc…

Text Generation