MEGA Hub

MetaStrategy: Generative Ranking with Executable LLM Strategies

Authors

Do you know Chengyu Lai?You can claim authorship or link another user.Do you know Jiuning Lin?You can claim authorship or link another user.Do you know Zhibo Xiao?You can claim authorship or link another user.Do you know Xiaodong Zhu?You can claim authorship or link another user.Do you know Ruiquan Lan?You can claim authorship or link another user.Do you know Bin Zhang?You can claim authorship or link another user.Do you know Zihong Huang?You can claim authorship or link another user.Do you know Wendong Zhang?You can claim authorship or link another user.Do you know Chuxin Chen?You can claim authorship or link another user.Do you know Yinjiang Cai?You can claim authorship or link another user.Do you know Shuai Zhong?You can claim authorship or link another user.Do you know Lingqing Zhang?You can claim authorship or link another user.Do you know Dimin Wang?You can claim authorship or link another user.Do you know Jialin Zhu?You can claim authorship or link another user.Do you know Han Zhu?You can claim authorship or link another user.

Abstract

Industrial recommender systems rank heterogeneous content under coupled user, business, commercial, and experience objectives. Existing generative ranking methods typically construct item sequences directly, making them difficult to integrate with mature predictive models, operational rules, and field-level guardrails. We present MetaStrategy, a framework that instead generates a structured, executable ranking strategy. Conditioned on request context, a large language model (LLM) policy emits a typed JSON bundle controlling objective weights, content and category preferences, experience constraints, and position policies. A deterministic validator and compiler instantiate an isolated Generator that competes atomically with incumbents under the list-level Evaluator of the Generator-Evaluator (GE) architecture. We train the policy in a production-path replay environment that re-executes logged requests through the current re-ranking stack without user exposure. The method combines selection, relative-rank, and baseline-lift rewards, a self-competitive curriculum that feeds frequent strategies back as competitors, and Evaluator-routed reward-augmented on-policy distillation that transfers complementary 4B-parameter Teachers into a compact 0.8B-parameter Student. We deploy MetaStrategy in Taobao Homepage Guess You Like through diff-triggered nearline generation; LLM inference remains outside synchronous ranking, with no observable increase in response time (RT). In a seven-day user-randomized online A/B test, MetaStrategy wins 27.93% of treatment-side GE calls and significantly improves click page views (click PV) by 2.11%, item-detail page views (IPV) by 3.12%, and transaction amount by 2.83%.

Community

00