IRMar 27

Rethinking Recommendation Paradigms: From Pipelines to Agentic Recommender Systems

arXiv:2603.2610012.52 citationsh-index: 4
AI Analysis

This addresses the scalability and adaptability challenges in industrial recommender systems under heterogeneous data and multi-objective constraints, representing a novel paradigm shift.

The authors tackled the problem of static, manually-engineered recommendation pipelines by proposing an Agentic Recommender System that reorganizes modules into agents with self-evolution mechanisms, resulting in a blueprint for self-evolving systems.

Large-scale industrial recommenders typically use a fixed multi-stage pipeline (recall, ranking, re-ranking) and have progressed from collaborative filtering to deep and large pre-trained models. However, both multi-stage and so-called One Model designs remain essentially static: models are black boxes, and system improvement relies on manual hypotheses and engineering, which is hard to scale under heterogeneous data and multi-objective business constraints. We propose an Agentic Recommender System (AgenticRS) that reorganizes key modules as agents. Modules are promoted to agents only when they form a functionally closed loop, can be independently evaluated, and possess an evolvable decision space. For model agents, we outline two self-evolution mechanisms: reinforcement learning style optimization in well-defined action spaces, and large language model based generation and selection of new architectures and training schemes in open-ended design spaces. We further distinguish individual evolution of single agents from compositional evolution over how multiple agents are selected and connected, and use a layered inner and outer reward design to couple local optimization with global objectives. This provides a concise blueprint for turning static pipelines into self-evolving agentic recommender systems.

Foundations

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

Your Notes