Enriching Semantic Profiles into Knowledge Graph for Recommender Systems Using Large Language Models
Seokho Ahn, Sungbok Shin, Young-Duk Seo
TL;DR
The paper tackles the challenge of constructing rich, transferable user profiles for recommender systems by analyzing profiling along four dimensions and showing the limitations of LLM-only and KG-only approaches. It introduces SPiKE, a hybrid model that uses LLMs to generate semantic profiles for all KG entities and then propagates these profiles through a knowledge graph, with a pairwise alignment loss to harmonize textual and graph signals. The approach is instantiated through three components—entity profile generation, profile-aware KG aggregation, and pairwise profile preference matching—and is validated on three real-world benchmarks, showing consistent gains over state-of-the-art KG- and LLM-based methods. The work demonstrates that integrating semantic profiling with graph propagation yields broader coverage and improved recommendation quality, with practical implications for scalable, knowledge-grounded recommendation systems.
Abstract
Rich and informative profiling to capture user preferences is essential for improving recommendation quality. However, there is still no consensus on how best to construct and utilize such profiles. To address this, we revisit recent profiling-based approaches in recommender systems along four dimensions: 1) knowledge base, 2) preference indicator, 3) impact range, and 4) subject. We argue that large language models (LLMs) are effective at extracting compressed rationales from diverse knowledge sources, while knowledge graphs (KGs) are better suited for propagating these profiles to extend their reach. Building on this insight, we propose a new recommendation model, called SPiKE. SPiKE consists of three core components: i) Entity profile generation, which uses LLMs to generate semantic profiles for all KG entities; ii) Profile-aware KG aggregation, which integrates these profiles into the KG; and iii) Pairwise profile preference matching, which aligns LLM- and KG-based representations during training. In experiments, we demonstrate that SPiKE consistently outperforms state-of-the-art KG- and LLM-based recommenders in real-world settings.
