菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-18
📄 Abstract - Towards Sustainable Growth: A Multi-Value-Aware Retrieval Framework for E-Commerce Search

New item growth is critical for maintaining a healthy ecosystem in large-scale e-commerce platforms. However, existing systems tend to prioritize presenting users with already popular items, a phenomenon often referred to as the "Matthew effect". In the context of search retrieval, current cold-start models suffer from the misalignment between training objectives and online business metrics, and they lack effective mechanisms to measure an item's growth potential. In this paper, we propose a Multi-Value-Aware retrieval framework tailored for e-commerce search, designed to better align with the cascaded online values across different stages of the search system while balancing immediate conversion and long-term item growth. Our framework GrowthGR consists of two key components: an Item Long-term Transaction Value Prediction (ItemLTV) module and a Multi-Value-Aware Generative Retrieval (MultiGR) module. First, in the ItemLTV module, we employ counterfactual inference to quantify the long-term value increment attributable to a single user interaction. Second, in the MultiGR module, building upon a semantic-ID-based generative retrieval architecture, we leverage structured samples with the search cascade signals and adopt a Multi-Value-Aware Policy Optimization (MoPO) training paradigm to align with multi-stage online values, while explicitly balancing short-term transactional value and long-term growth potential estimated by ItemLTV. We successfully deployed GrowthGR on Taobao's production platform, achieving a substantial 5.3% lift in new item GMV while delivering a non-trivial 0.3% gain in overall search GMV. Extensive online analysis and A/B testing demonstrate its positive impact on the overall ecosystem value.

顶级标签: systems information retrieval
详细标签: e-commerce search cold-start recommendation counterfactual inference generative retrieval item growth 或 搜索:

面向可持续增长:电商搜索中一种多价值感知的检索框架 / Towards Sustainable Growth: A Multi-Value-Aware Retrieval Framework for E-Commerce Search


1️⃣ 一句话总结

本文提出了一种名为GrowthGR的电商搜索检索框架,通过量化新品的长期增长潜力并采用多阶段价值优化策略,在平衡短期成交与长期生态健康的同时,显著提升了平台上新品的交易额和整体搜索效果。

源自 arXiv: 2605.17994