A Practical Two-stage Ranking Framework for Cross-market Recommendation
Zeyuan Chen, He Wang, Xiangyu Zhu, Haiyan Wu, Congcong Gu, Shumeng, Liu, Jinchao Huang, Wei Zhang

TL;DR
This paper presents a practical two-stage framework for cross-market recommendation that leverages multiple features, graph neural networks, traditional models, and ensemble methods to improve product recommendations in resource-scarce markets, validated by experiments and competition success.
Contribution
It introduces a comprehensive two-stage recommendation framework combining deep graph models, traditional methods, and ensemble learning specifically for cross-market scenarios, with demonstrated effectiveness.
Findings
Achieved second place in WSDM CUP 2022 cross-market recommendation contest.
Validated the effectiveness of combining deep graph models with traditional recommenders.
Demonstrated superior performance of tree-based ensembling methods like LightGBM.
Abstract
Cross-market recommendation aims to recommend products to users in a resource-scarce target market by leveraging user behaviors from similar rich-resource markets, which is crucial for E-commerce companies but receives less research attention. In this paper, we present our detailed solution adopted in the cross-market recommendation contest, i.e., WSDM CUP 2022. To better utilize collaborative signals and similarities between target and source markets, we carefully consider multiple features as well as stacking learning models consisting of deep graph recommendation models (Graph Neural Network, DeepWalk, etc.) and traditional recommendation models (ItemCF, UserCF, Swing, etc.). Furthermore, We adopt tree-based ensembling methods, e.g., LightGBM, which show superior performance in prediction task to generate final results. We conduct comprehensive experiments on the XMRec dataset,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Sentiment Analysis and Opinion Mining
MethodsDeepWalk
