paper-with-me

Papers

Comprehending Knowledge Graphs with Large Language Models for Recommender Systems

2024-10-16 · Ziqiang Cui, Yunpeng Weng, Xing Tang, Fuyuan Lyu, Dugang Liu, Xiuqiang He, Chen Ma

In recent years, the introduction of knowledge graphs (KGs) has significantly advanced recommender systems by facilitating the discovery of potential associations between items. However, existing methods still face several limitations. First, most KGs suffer from missing facts or limited scopes. Second, existing methods convert textual information in KGs into IDs, resulting in the loss of natural semantic connections between different items. Third, existing methods struggle to capture high-order connections in the global KG. To address these limitations, we propose a novel method called CoLaKG, which leverages large language models (LLMs) to improve KG-based recommendations. The extensive knowledge and remarkable reasoning capabilities of LLMs enable our method to supplement missing facts in KGs, and their powerful text understanding abilities allow for better utilization of semantic information. Specifically, CoLaKG extracts useful information from KGs at both local and global levels. By employing the item-centered subgraph extraction and prompt engineering, it can accurately understand the local information. In addition, through the semantic-based retrieval module, each item is enriched by related items from the entire knowledge graph, effectively harnessing global information. Furthermore, the local and global information are effectively integrated into the recommendation model through a representation fusion module and a retrieval-augmented representation learning module, respectively. Extensive experiments on four real-world datasets demonstrate the superiority of our method.

📄 PDF Abstract BibTeX arXiv:2410.12229

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge-Aware RecommendationKnowledge GraphsPrompt EngineeringReading ComprehensionRecommendation SystemsRepresentation LearningRetrievalWorld Knowledge

Similar Papers 제목 키워드 기반

Bias in Knowledge Graphs -- an Empirical Study with Movie Recommendation and Different Language Editions of DBpedia

2021-05-03 · Michael Matthias Voit, Heiko Paulheim

Public knowledge graphs such as DBpedia and Wikidata have been recognized as interesting sources of background knowledge to build content-based recommender systems. They can be used to add information about the items to …

Knowledge GraphsMovie RecommendationRecommendation Systems

GPT4Graph: Can Large Language Models Understand Graph Structured Data ? An Empirical Evaluation and Benchmarking

2023-05-24 · Jiayan Guo, Lun Du, Hengyu Liu, Mengyu Zhou 외

Large language models~(LLM) like ChatGPT have become indispensable to artificial general intelligence~(AGI), demonstrating excellent performance in various natural language processing tasks. In the real world, graph data…

BenchmarkingGraph MiningRecommendation Systems

A Constraint-based Recommender System via RDF Knowledge Graphs

2023-07-20 · Ngoc Luyen Le, Marie-Hélène Abel, Philippe Gouspillou

Knowledge graphs, represented in RDF, are able to model entities and their relations by means of ontologies. The use of knowledge graphs for information modeling has attracted interest in recent years. In recommender sys…

Knowledge GraphsRecommendation Systems

Enhancing Recommender Systems with Large Language Model Reasoning Graphs

2023-08-21 · Yan Wang, Zhixuan Chu, Xin Ouyang, Simeng Wang 외

Recommendation systems aim to provide users with relevant suggestions, but often lack interpretability and fail to capture higher-level semantic relationships between user behaviors and profiles. In this paper, we propos…

Language ModelingLanguage ModellingLarge Language ModelRecommendation Systems

How Can Recommender Systems Benefit from Large Language Models: A Survey

2023-06-09 · Jianghao Lin, Xinyi Dai, Yunjia Xi, Weiwen Liu 외

With the rapid development of online services, recommender systems (RS) have become increasingly indispensable for mitigating information overload. Despite remarkable progress, conventional recommendation models (CRM) st…

EthicsFeature EngineeringInstruction FollowingLanguage Modelling+3