IRAIMar 11

Tuning-Free LLM Can Build A Strong Recommender Under Sparse Connectivity And Knowledge Gap Via Extracting Intent

arXiv:2505.1090011.01 citationsh-index: 9
Predicted impact top 63% in IR · last 90 daysOriginality Highly original
AI Analysis

This work addresses the challenge of improving recommendation accuracy for users and items with limited data, which is incremental as it builds on existing LLM-based methods by explicitly modeling intents.

The paper tackles the problem of capturing grounded user intents in recommendation systems under sparse and cold-start scenarios by introducing IKGR, a framework that constructs an intent-centric knowledge graph using a tuning-free LLM pipeline, resulting in consistent performance improvements over baselines, especially on cold-start and long-tail data slices.

Recent advances in recommendation with large language models (LLMs) often rely on either commonsense augmentation at the item-category level or implicit intent modeling on existing knowledge graphs. However, such approaches struggle to capture grounded user intents and to handle sparsity and cold-start scenarios. In this work, we present LLM-based Intent Knowledge Graph Recommender (IKGR), a novel framework that constructs an intent-centric knowledge graph where both users and items are explicitly linked to intent nodes extracted by a tuning-free, RAG-guided LLM pipeline. By grounding intents in external knowledge sources and user profiles, IKGR canonically represents what a user seeks and what an item satisfies as first-class entities. To alleviate sparsity, we further introduce a mutual-intent connectivity densification strategy, which shortens semantic paths between users and long-tail items without requiring cross-graph fusion. Finally, a lightweight GNN layer is employed on top of the intent-enhanced graph to produce recommendation signals with low latency. Extensive experiments on public and enterprise datasets demonstrate that IKGR consistently outperforms strong baselines, particularly on cold-start and long-tail slices, while remaining efficient through a fully offline LLM pipeline.

Foundations

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

Your Notes