Search papers, labs, and topics across Lattice.
This paper introduces SR-Agent, a novel framework for automating the refinement of post-ranking strategies in e-commerce recommendation systems, addressing the challenges posed by static configurations that degrade user experience over time. By integrating a UserSim agent for identifying user-perceived issues, an Analysis agent for structuring diagnoses, and a Strategy Refinement Harness for implementing actionable changes, SR-Agent effectively closes the loop on strategy evolution. In a month-long deployment on the Kuaishou platform, SR-Agent improved key performance metrics, including a 0.71% increase in order volume and a 0.48% rise in category diversity, while also reducing operational costs.
Automated refinement of e-commerce recommendation strategies can boost order volume by 0.71% and reduce operational costs significantly.
User experience is a first-class objective in industrial e-commerce recommender systems (RS). Post-ranking strategies, which govern diversity, similarity, and exposure over a ranked list, are widely deployed in industrial RS for their simplicity and low serving cost. However, as the online recommendation environment evolves continuously, these statically configured strategies gradually become stale, degrading the user experience. Refining them typically relies on manual inspection, diagnosis, and updates, a process that is slow, costly, and hard to reuse. Although recent LLM-based agents (e.g., RecUserSim, SimUSER, and Self-EvolveRec) offer promising directions, none of them close the full loop of automated, self-evolving strategy refinement. To bridge this gap, we introduce SR-Agent, a Strategy Refinement agentic framework that, to the best of our knowledge, is the first deployed for refining post-ranking strategies in industrial RS. SR-Agent unifies three components: (i) a UserSim agent that applies staged inspection skills to surface user-perceived bad cases; (ii) an Analysis agent that consolidates recurring bad cases into structured, reusable diagnoses; and (iii) a constrained Strategy Refinement Harness that maps diagnoses to typed and bounded actions, gated by a four-stage reward pipeline with reversible rollback. Deployed on the Kuaishou e-commerce platform, SR-Agent continuously runs this refinement loop and, in a one-month online A/B test, increases order volume by 0.71%, browsing depth by 0.34%, and clicked-category diversity by 0.48%, while markedly shortening the refinement cycle and lowering operational cost.