paper-with-me

Papers

Bridging the User-side Knowledge Gap in Knowledge-aware Recommendations with Large Language Models

2024-12-18 · Zheng Hu, Zhe Li, Ziyun Jiao, Satoshi Nakagawa, Jiawen Deng, Shimin Cai, Tao Zhou, Fuji Ren

In recent years, knowledge graphs have been integrated into recommender systems as item-side auxiliary information, enhancing recommendation accuracy. However, constructing and integrating structural user-side knowledge remains a significant challenge due to the improper granularity and inherent scarcity of user-side features. Recent advancements in Large Language Models (LLMs) offer the potential to bridge this gap by leveraging their human behavior understanding and extensive real-world knowledge. Nevertheless, integrating LLM-generated information into recommender systems presents challenges, including the risk of noisy information and the need for additional knowledge transfer. In this paper, we propose an LLM-based user-side knowledge inference method alongside a carefully designed recommendation framework to address these challenges. Our approach employs LLMs to infer user interests based on historical behaviors, integrating this user-side information with item-side and collaborative data to construct a hybrid structure: the Collaborative Interest Knowledge Graph (CIKG). Furthermore, we propose a CIKG-based recommendation framework that includes a user interest reconstruction module and a cross-domain contrastive learning module to mitigate potential noise and facilitate knowledge transfer. We conduct extensive experiments on three real-world datasets to validate the effectiveness of our method. Our approach achieves state-of-the-art performance compared to competitive baselines, particularly for users with sparse interactions.

📄 PDF Abstract BibTeX arXiv:2412.13544

Code (1)

laowangzi/cikgrec 공식 구현 pytorch

Tasks

Contrastive LearningKnowledge GraphsRecommendation SystemsTransfer LearningWorld Knowledge

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

The Knowledge Alignment Problem: Bridging Human and External Knowledge for Large Language Models

2023-05-23 · Shuo Zhang, Liangming Pan, Junzhou Zhao, William Yang Wang

Large language models often necessitate grounding on external knowledge to generate faithful and reliable answers. Yet even with the correct groundings in the reference, they can ignore them and rely on wrong groundings …

HallucinationLanguage ModelingLanguage Modelling

KATRec: Knowledge Aware aTtentive Sequential Recommendations

2020-12-06 · Mehrnaz Amjadi, Seyed Danial Mohseni Taheri, Theja Tulabandhula

Sequential recommendation systems model dynamic preferences of users based on their historical interactions with platforms. Despite recent progress, modeling short-term and long-term behavior of users in such systems is …

Graph AttentionRecommendation SystemsRepresentation LearningSequential Recommendation

Knowledge graph enhanced recommender system

2021-12-17 · Zepeng Huai, JianHua Tao, Feihu Che, Guohua Yang 외

Knowledge Graphs (KGs) have shown great success in recommendation. This is attributed to the rich attribute information contained in KG to improve item and user representations as side information. However, existing know…

AttributeGraph Neural NetworkKnowledge GraphsRecommendation Systems

Scientific and Technological News Recommendation Based on Knowledge Graph with User Perception

2022-10-07 · Yuyao Zeng, Junping Du, Zhe Xue, Ang Li

Existing research usually utilizes side information such as social network or item attributes to improve the performance of collaborative filtering-based recommender systems. In this paper, the knowledge graph with user …

Collaborative FilteringNews RecommendationRecommendation SystemsRelation

Knowledge-aware Coupled Graph Neural Network for Social Recommendation

2021-10-08 · Chao Huang, Huance Xu, Yong Xu, Peng Dai 외

Social recommendation task aims to predict users' preferences over items with the incorporation of social connections among users, so as to alleviate the sparse issue of collaborative filtering. While many recent efforts…

Collaborative FilteringGraph Neural NetworkRecommendation Systems