← Back to Paper List

AdaRec: Adaptive Recommendation with LLMs via Narrative Profiling and Dual-Channel Reasoning

Meiyun Wang, Charin Polpanumas
arXiv (2025)
Recommendation P13N Reasoning

📝 Paper Summary

Recommender Systems LLM for Tabular Data
AdaRec transforms tabular user data into natural language narratives and employs a dual-channel process—combining historical peer similarity with causal feature discovery—to enable adaptable, high-performance recommendations.
Core Problem
Traditional recommender systems require extensive manual feature engineering and retraining for new distributions, while existing LLM-based methods are often computationally expensive agents or rely on static, non-adaptive text profiles.
Why it matters:
  • E-commerce platforms face dynamic user preferences where static models fail to adapt quickly without costly retraining
  • Current LLM approaches like RecMind or MINT lack interpretability or struggle with robustness to data shifts due to a lack of causal reasoning
Concrete Example: In a brand recommendation task, a standard model might recommend 'Brand A' based on simple correlation. AdaRec identifies that 'price sensitivity' is the causal factor for this specific user (via causal discovery) and contextualizes their spending history as 'budget-conscious' (via narrative profiling) to correctly recommend 'Brand B'.
Key Novelty
Dual-Channel Reasoning with Narrative Profiling
  • Transforms raw numerical features into context-aware 'narrative profiles' using statistical distributions, making data semantic for LLMs
  • Splits reasoning into two channels: 'Horizontal Alignment' (finding similar peers) and 'Vertical Attribution' (discovering causal features via FCI), combining social proof with causal drivers
Evaluation Highlights
  • +8% F1 improvement on Customer Response Prediction (few-shot) vs. LightGBM baseline
  • +19% F1 improvement in zero-shot settings vs. expert-crafted profiling strategies using Qwen-2.5
  • Achieves comparable performance to fully fine-tuned models on cross-task transfer (training on response prediction, testing on brand recommendation)
Breakthrough Assessment
8/10
Significantly outperforms strong tabular baselines (LightGBM) using an LLM approach, which is rare. The integration of causal inference (FCI) into the prompt structure effectively addresses the lack of reasoning in standard RAG.
×