Knowledge-aware Dual-side Attribute-enhanced Recommendation
Taotian Pang, Xingyu Lou, Fei Zhao, Zhen Wu, Kuiyao Dong, Qiuying Peng, Yue Qi, Xinyu Dai
TL;DR
KDAR addresses the challenge of modeling fine-grained user preferences in knowledge-aware recommendation by extracting user preference representations from item attributes in Knowledge Graphs and pairing them with attribute fusion representations. It introduces a dual-side augmentation and a multi-level collaborative alignment contrasting mechanism to weight attributes according to Collaborative Filtering signals, combining attribute- and KG-based information for prediction. Empirical results on four benchmarks show KDAR consistently outperforms state-of-the-art baselines, with strong gains in Recall@20 and robust performance across settings such as cold-start and long-tail item recommendations. The approach highlights the practical value of leveraging the preference-attribute connection to enhance recommender systems in diverse domains, and provides code for reproduction.
Abstract
\textit{Knowledge-aware} recommendation methods (KGR) based on \textit{graph neural networks} (GNNs) and \textit{contrastive learning} (CL) have achieved promising performance. However, they fall short in modeling fine-grained user preferences and further fail to leverage the \textit{preference-attribute connection} to make predictions, leading to sub-optimal performance. To address the issue, we propose a method named \textit{\textbf{K}nowledge-aware \textbf{D}ual-side \textbf{A}ttribute-enhanced \textbf{R}ecommendation} (KDAR). Specifically, we build \textit{user preference representations} and \textit{attribute fusion representations} upon the attribute information in knowledge graphs, which are utilized to enhance \textit{collaborative filtering} (CF) based user and item representations, respectively. To discriminate the contribution of each attribute in these two types of attribute-based representations, a \textit{multi-level collaborative alignment contrasting} mechanism is proposed to align the importance of attributes with CF signals. Experimental results on four benchmark datasets demonstrate the superiority of KDAR over several state-of-the-art baselines. Further analyses verify the effectiveness of our method. The code of KDAR is released at: \href{https://github.com/TJTP/KDAR}{https://github.com/TJTP/KDAR}.
