Table of Contents
Fetching ...

DALI: LLM-Agent Enhanced Dual-Stream Adaptive Leadership Identification for Group Recommendations

Boxun Song, Min Gao, Jiawei Cheng

Abstract

Group recommendation systems play a pivotal role in supporting collective decisions across various contexts, from leisure activities to organizational team-building. Existing group recommendation approaches typically use either handcrafted aggregation rules (e.g. mean, least misery, weighted sum) or neural aggregation models (e.g. attention-based deep learning frameworks), yet both fall short in distinguishing leader-dominated from collaborative groups and often misrepresent true group preferences, especially when a single member disproportionately influences group choices. To address these limitations, we propose the Dual-stream Adaptive Leadership Identification (DALI) framework, which uniquely combines the symbolic reasoning capabilities of Large Language Models (LLMs) with neural network-based representation learning. Specifically, DALI introduces two key innovations: a dynamic rule generation module that autonomously formulates and evolves identification rules through iterative performance feedback, and a neuro-symbolic aggregation mechanism that concurrently employs symbolic reasoning to robustly recognize leadership groups and attention-based neural aggregation to accurately model collaborative group dynamics. Experiments conducted on the Mafengwo travel dataset confirm that DALI significantly improves recommendation accuracy compared to existing frameworks, highlighting its capability to dynamically adapt to complex, real-world group decision environments.

DALI: LLM-Agent Enhanced Dual-Stream Adaptive Leadership Identification for Group Recommendations

Abstract

Group recommendation systems play a pivotal role in supporting collective decisions across various contexts, from leisure activities to organizational team-building. Existing group recommendation approaches typically use either handcrafted aggregation rules (e.g. mean, least misery, weighted sum) or neural aggregation models (e.g. attention-based deep learning frameworks), yet both fall short in distinguishing leader-dominated from collaborative groups and often misrepresent true group preferences, especially when a single member disproportionately influences group choices. To address these limitations, we propose the Dual-stream Adaptive Leadership Identification (DALI) framework, which uniquely combines the symbolic reasoning capabilities of Large Language Models (LLMs) with neural network-based representation learning. Specifically, DALI introduces two key innovations: a dynamic rule generation module that autonomously formulates and evolves identification rules through iterative performance feedback, and a neuro-symbolic aggregation mechanism that concurrently employs symbolic reasoning to robustly recognize leadership groups and attention-based neural aggregation to accurately model collaborative group dynamics. Experiments conducted on the Mafengwo travel dataset confirm that DALI significantly improves recommendation accuracy compared to existing frameworks, highlighting its capability to dynamically adapt to complex, real-world group decision environments.
Paper Structure (19 sections, 15 equations, 3 figures, 5 tables)

This paper contains 19 sections, 15 equations, 3 figures, 5 tables.

Figures (3)

  • Figure 1: Overall architecture of DALI. The DALI framework extracts group member weights from interaction data using the base GR model's attention module. These weights are processed by a dual-stream leader group discriminator—comprising neural and symbolic classifiers—to determine group type. The discriminator outputs are aggregated to yield a final classification, which is then fed back into the GR attention module for recommendation.
  • Figure 2: Agent of DALI. The Role Module establishes the agent's dual roles: Rule Governance Expert (real-time group classification) and Rule Evolution Engine (driving rule iteration). The Planning Module constructs a PRFL loop: detecting obsolete rules, generating new rules with statistical conditions, and executing version iteration for verified rules. The Memory Module stores quantifiable rules. The Action Module loads the rule repository to perform symbolic reasoning and outputs group classification types.
  • Figure 3: Hyperparameter Sensitivity on Batch Size.