AIFeb 14, 2024

Large Language Model with Graph Convolution for Recommendation

arXiv:2402.08859v116 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses the issue of hallucination in LLM-based recommendations for users and platforms, though it is incremental as it builds on existing LLM and graph techniques.

The paper tackled the problem of low-quality text information in recommendations by proposing a Graph-aware Convolutional LLM method to enhance descriptions using graph-structured knowledge, and it achieved consistent outperformance over state-of-the-art methods in experiments on three real-world datasets.

In recent years, efforts have been made to use text information for better user profiling and item characterization in recommendations. However, text information can sometimes be of low quality, hindering its effectiveness for real-world applications. With knowledge and reasoning capabilities capsuled in Large Language Models (LLMs), utilizing LLMs emerges as a promising way for description improvement. However, existing ways of prompting LLMs with raw texts ignore structured knowledge of user-item interactions, which may lead to hallucination problems like inconsistent description generation. To this end, we propose a Graph-aware Convolutional LLM method to elicit LLMs to capture high-order relations in the user-item graph. To adapt text-based LLMs with structured graphs, We use the LLM as an aggregator in graph processing, allowing it to understand graph-based information step by step. Specifically, the LLM is required for description enhancement by exploring multi-hop neighbors layer by layer, thereby propagating information progressively in the graph. To enable LLMs to capture large-scale graph information, we break down the description task into smaller parts, which drastically reduces the context length of the token input with each step. Extensive experiments on three real-world datasets show that our method consistently outperforms state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes