Towards Efficient Hypergraph and Multi-LLM Agent Recommender Systems
Tendai Mukande, Esraa Ali, Annalina Caputo, Ruihai Dong, Noel OConnor
TL;DR
The paper tackles dynamic, multi-behavior recommender systems and the challenges of hallucination and high computational cost in generative LLM-based approaches. It introduces HGLMRec, a hypergraph-encoder-based recommender that leverages a Multi-LLM Agent (MoA) framework to fuse rich higher-order user-item interactions with prompts and refine recommendations through multiple specialized agents. Empirical results on three real-world datasets show that HGLMRec outperforms state-of-the-art baselines at lower computational cost, with ablations confirming the importance of the hypergraph encoder and MoA. The approach provides scalable, efficient personalized recommendations suitable for large-scale and resource-limited deployments, with future work focusing on fairness and reducing MoA latency.
Abstract
Recommender Systems (RSs) have become the cornerstone of various applications such as e-commerce and social media platforms. The evolution of RSs is paramount in the digital era, in which personalised user experience is tailored to the user's preferences. Large Language Models (LLMs) have sparked a new paradigm - generative retrieval and recommendation. Despite their potential, generative RS methods face issues such as hallucination, which degrades the recommendation performance, and high computational cost in practical scenarios. To address these issues, we introduce HGLMRec, a novel Multi-LLM agent-based RS that incorporates a hypergraph encoder designed to capture complex, multi-behaviour relationships between users and items. The HGLMRec model retrieves only the relevant tokens during inference, reducing computational overhead while enriching the retrieval context. Experimental results show performance improvement by HGLMRec against state-of-the-art baselines at lower computational cost.
