Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/31 09:32:01
GALA: Generative Aligned Learning for Adaptive Multimodal Representation in the Taobao Shangou Recommender System
AI 中文解读
淘宝上购真的能读懂你的心了吗?这次是阿里带来的好消息。他们研发了一套名为GALA的推荐系统新算法,核心创新是在中间加入了一个“AI自我学习”的环节,让系统能根据亿万用户真实的点击和购买行为,不断微调自己对商品图片和文字的理解,做到“知行合一”。
以前推荐系统经常“看不准”,是因为理解商品内容和理解用户偏好往往是“两张皮”,这套新方法是三步走,先在搜索记录里学基础,再通过“奖励”机制不断优化判断力,最后巧妙融合商品本身特征和用户个人喜好,搭配自适应调节方案确保效果长期稳定。这套系统已经在淘宝上购全面启用,服务超过两亿日活用户,线上测试数据显示,订单量直接提升了0.55%。
对普通消费者来说,最直观的感受就是——“猜你喜欢”变得更准了。以后在淘宝点外卖或逛美食,系统推荐的不再是千篇一律的爆款,而是更懂你当下口味和需求的选择,帮你省去刷半天菜单的时间,发现真正对味的美食。
Modern recommender systems in food delivery increasingly leverage multimodal signals, including images, text, and user interaction histories, to enhance user experience, yet effective fusion of these heterogeneous modalities remains challenging, hindering both the joint modeling of multimodal signals and adaptation to evolving user intent. In mainstream two-stage approaches, the separation between content-semantic pretraining of image-text encoders and behavior-driven ranking models limits alignment between semantic understanding and user behavior patterns. To address these issues, we present GALA, a three-stage pipeline whose core innovation lies in an intermediate "generative RL alignment" stage that constructs multimodal pretraining data from user behavior and refines it via conversion-based rewards, effectively bridging the pretraining-fine-tuning gap to align with downstream objectives. GALA comprises three stages: first, behavior-aware triplet pretraining on query-image-text pairs from search logs to early capture user intent and content preferences; second, a novel intermediate stage that refines multimodal embeddings through reward-driven optimization (GRPO) to dynamically align them with user behavior and bridge the pretraining-fine-tuning gap; and finally, integration of multimodal and ID embeddings via adaptive gating with a hybrid loss, preserving multimodal contributions under long-term ID-dominant training. GALA has been deployed in the production environment at Taobao Shangou, serving over 200 million daily active users. Compared with state-of-the-art (SOTA) methods, it delivers consistent offline gains of +0.12/+0.20 AUC along with better PCOC metrics. Large-scale online A/B tests further report a 0.55 percent increase in order volume, confirming GALA's effectiveness at industrial scale and its robustness across diverse demand patterns.
分享
阅读原文 ↗