← Back to Paper List

CogRec: A Cognitive Recommender Agent Fusing Large Language Models and Soar for Explainable Recommendation

J Hu, T Wang, B Yang, H Wang
Not explicitly listed in the provided text
arXiv, 12/2025 (2025)
Recommendation Agent Memory P13N Reasoning

📝 Paper Summary

Neuro-Symbolic AI Cognitive Architectures Explainable Recommendation
CogRec integrates the Soar cognitive architecture with LLMs to create a recommender agent that uses symbolic reasoning for transparency and LLMs for knowledge bootstrapping, enabling online learning via rule chunking.
Core Problem
LLM-based recommenders suffer from 'black-box' hallucination and limited online learning, while cognitive architectures like Soar struggle with laborious manual knowledge acquisition.
Why it matters:
  • Existing LLM recommenders lack rigorous logical constraints, leading to inconsistent or factually incorrect explanations
  • Updating vast LLM parameters for real-time user preference changes is computationally inefficient and difficult
  • Pure symbolic systems (like Soar) offer interpretability but are unscalable due to the 'knowledge acquisition bottleneck' of manual rule encoding
Concrete Example: A user likes 'Star Wars' and 'Blade Runner'. A standard LLM might recommend a generic sci-fi movie with a hallucinated reason. CogRec recognizes a 'tie' impasse between candidates, queries the LLM to identify the specific 'cyberpunk' sub-genre preference, converts this insight into a permanent symbolic rule, and recommends 'Blade Runner 2049' with a verified reasoning trace.
Key Novelty
Neuro-Symbolic Bridge with Impasse-Driven Learning
  • Uses the Soar architecture as the 'cognitive brain' for structured reasoning and the LLM as an on-demand 'external consultant' only when symbolic rules fail (an impasse)
  • Implements a bridge module that translates symbolic states into text prompts and converts LLM natural language responses back into structured production rules (chunking)
  • Enables the agent to permanently learn new logic from the LLM, reducing future dependency on expensive LLM calls
Architecture
Architecture Figure Figure 1
The Perception-Cognition-Action (PCA) feedback loop of CogRec.
Evaluation Highlights
  • Outperforms GPT4Rec and SASRec on Hit Rate and NDCG across MovieLens-1M, Amazon Movies, and Yelp datasets
  • Reduces LLM call frequency significantly over time as the agent 'chunks' new rules, whereas variants without chunking require constant querying
  • demonstrates superior performance on long-tail items (bottom 80%) compared to collaborative filtering baselines by leveraging common-sense knowledge
Breakthrough Assessment
8/10
Novel integration of a classic cognitive architecture (Soar) with modern LLMs. Effectively addresses the static nature of LLMs via symbolic rule learning, offering a distinct path for explainable, adaptive agents.
×