Guiding Federated Graph Recommendation with LLM-encoded knowledge

arXiv:2606.152778.2
Predicted impact top 56% in IR · last 90 daysOriginality Incremental advance
AI Analysis

For federated graph-based recommender systems, this work addresses the cross-client alignment problem by leveraging LLM knowledge, offering a practical solution for privacy-preserving recommendation.

Federated graph recommendation suffers from misaligned structural embeddings across non-IID clients. The authors propose using LLM-encoded semantic vectors to guide selective aggregation, achieving consistent accuracy improvements over existing baselines.

Graph-based recommender systems are highly effective at extracting collaborative signals from user--item interactions, and federated learning (FL) allows these models to be trained while preserving user privacy. However, aggregating graph representations across distributed, non-IID clients remains a challenge; structural embeddings learned locally often misalign, and naive averaging fails to capture meaningful cross-client relationships. Most existing federated graph methods rely exclusively on structural aggregation, neglecting the rich, global semantic context available in large language models (LLMs). In this paper, we propose a novel framework that uses LLM-encoded knowledge to guide federated graph recommendation. Specifically, clients learn structural representations from local graphs while simultaneously summarizing their typical interaction patterns into compact semantic vectors via a frozen LLM. The central server then uses these LLM-encoded semantic signals to discover related preference patterns across clients, guiding the selective aggregation of their structural representations. This enables semantically informed cross-client collaboration without exposing raw data. Extensive experiments on standard benchmarks show that guiding structural alignment with LLM-encoded knowledge consistently improves recommendation accuracy over existing federated graph baselines.

Foundations

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

Your Notes