広告

Let the Agent Steer: Closed-Loop Ranking Optimization via Influence Exchange

arXiv cs.AI / 2026/3/31

📰 ニュースIdeas & Deep AnalysisIndustry & Market MovesModels & Research

要点

  • The paper argues that recommendation ranking is an influence-allocation problem, where offline proxy metrics can bias the mapping from influence reallocation to online business outcomes, and simple single-factor calibration may not fix asymmetric errors.
  • It introduces Sortify, described as the first fully autonomous LLM-driven ranking optimization agent for production recommender systems, designed to close the loop from diagnosis to parameter deployment without human intervention.
  • Sortify reframes optimization as continuous influence exchange using a dual-channel SEU-based framework (Belief channel for offline-online transfer correction and Preference channel for constraint penalty adjustment).
  • The system uses an LLM meta-controller that tunes higher-level framework parameters (not low-level search variables) and a persistent Memory DB (7 relational tables) for cross-round learning.
  • Deployment results include improved GMV performance in Country A (from -3.6% to +9.2% over 7 rounds, with peak orders +12.5%) and strong cold-start gains in Country B (7-day A/B test: +4.15% GMV/UU and +3.58% ads revenue), leading to full rollout.

Abstract

Recommendation ranking is fundamentally an influence allocation problem: a sorting formula distributes ranking influence among competing factors, and the business outcome depends on finding the optimal "exchange rates" among them. However, offline proxy metrics systematically misjudge how influence reallocation translates to online impact, with asymmetric bias across metrics that a single calibration factor cannot correct. We present Sortify, the first fully autonomous LLM-driven ranking optimization agent deployed in a large-scale production recommendation system. The agent reframes ranking optimization as continuous influence exchange, closing the full loop from diagnosis to parameter deployment without human intervention. It addresses structural problems through three mechanisms: (1) a dual-channel framework grounded in Savage's Subjective Expected Utility (SEU) that decouples offline-online transfer correction (Belief channel) from constraint penalty adjustment (Preference channel); (2) an LLM meta-controller operating on framework-level parameters rather than low-level search variables; (3) a persistent Memory DB with 7 relational tables for cross-round learning. Its core metric, Influence Share, provides a decomposable measure where all factor contributions sum to exactly 100%. Sortify has been deployed across two Southeast Asian markets. In Country A, the agent pushed GMV from -3.6% to +9.2% within 7 rounds with peak orders reaching +12.5%. In Country B, a cold-start deployment achieved +4.15% GMV/UU and +3.58% Ads Revenue in a 7-day A/B test, leading to full production rollout.

広告