SEQ+MD: Learning Multi-Task as a SEQuence with Multi-Distribution Data
Siqi Wang, Audrey Zhijiao Chen, Austin Clapp, Sheng-Min Shih, Xiaoting Zhao
TL;DR
SEQ+MD addresses dual challenges in global e-commerce search: learning multiple tasks that unfold sequentially (e.g., click → add to cart → purchase) and handling region-specific input distributions. The SEQ component treats tasks as a sequence, sharing information through a GRU while enforcing a non-increasing output probability with a Descending Probability Regularizer, and the MD module splits features into country-driven and invariant groups, applying a country-conditioned mask to align multi-distribution inputs. Experiments on in-house data show SEQ+MD improves high-value purchase tasks while keeping clicks stable, and the MD module provides a plug-and-play boost to existing MTL baselines. The approach demonstrates strong transferability to additional tasks and clear alignment with regional shopping preferences, offering practical benefits for global e-commerce ranking systems.
Abstract
In e-commerce, the order in which search results are displayed when a customer tries to find relevant listings can significantly impact their shopping experience and search efficiency. Tailored re-ranking system based on relevance and engagement signals in E-commerce has often shown improvement on sales and gross merchandise value (GMV). Designing algorithms for this purpose is even more challenging when the shops are not restricted to domestic buyers, but can sale globally to international buyers. Our solution needs to incorporate shopping preference and cultural traditions in different buyer markets. We propose the SEQ+MD framework, which integrates sequential learning for multi-task learning (MTL) and feature-generated region-mask for multi-distribution input. This approach leverages the sequential order within tasks and accounts for regional heterogeneity, enhancing performance on multi-source data. Evaluations on in-house data showed a strong increase on the high-value engagement including add-to-cart and purchase while keeping click performance neutral compared to state-of-the-art baseline models. Additionally, our multi-regional learning module is "plug-and-play" and can be easily adapted to enhance other MTL applications.
