paper-with-me

홈 › Papers

A Practical Two-stage Ranking Framework for Cross-market Recommendation

2022-04-27 · Zeyuan Chen, He Wang, Xiangyu Zhu, Haiyan Wu, Congcong Gu, Shumeng Liu, Jinchao Huang, Wei zhang

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, verifying the effectiveness of our model. The proposed solution of our team WSDM_Coggle_ is selected as the second place submission.

📄 PDF Abstract BibTeX arXiv:2204.12682

Code (1)

loserchen/wsdm_cup_rec_2022 공식 구현 pytorch

Tasks

Graph Neural NetworkVocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

DeepWalk DeepWalk learns embeddings (social representations) of a graph's vertices, by modeling a stream of short random walks. Social representations are latent features of the…

Similar Papers 제목 키워드 기반

An Effective Way for Cross-Market Recommendation with Hybrid Pre-Ranking and Ranking Models

2022-03-02 · Qi Zhang, Zijian Yang, Yilun Huang, Jiarong He 외

The Cross-Market Recommendation task of WSDM CUP 2022 is about finding solutions to improve individual recommendation systems in resource-scarce target markets by leveraging data from similar high-resource source markets…

feature selectionRecommendation Systems

Multi-stage Ensemble Model for Cross-market Recommendation

2022-02-17 · Cesare Bernardis

This paper describes the solution of our team PolimiRank for the WSDM Cup 2022 on cross-market recommendation. The goal of the competition is to effectively exploit the information extracted from different markets to imp…

model

Ranking Policy Learning via Marketplace Expected Value Estimation From Observational Data

2024-10-06 · Ehsan Ebrahimzadeh, Nikhil Monga, Hang Gao, Alex Cozzi 외

We develop a decision making framework to cast the problem of learning a ranking policy for search or recommendation engines in a two-sided e-commerce marketplace as an expected reward optimization problem using observat…

Bayesian Inference

A Multi-Stage Framework with Taxonomy-Guided Reasoning for Occupation Classification Using Large Language Models

2025-03-17 · Palakorn Achananuparp, Ee-Peng Lim

Automatically annotating job data with standardized occupations from taxonomies, known as occupation classification, is crucial for labor market analysis. However, this task is often hindered by data scarcity and the cha…

ClassificationIn-Context LearningRerankingWorld Knowledge

Que2Engage: Embedding-based Retrieval for Relevant and Engaging Products at Facebook Marketplace

2023-02-21 · Yunzhong He, Yuxin Tian, Mengjiao Wang, Feier Chen 외

Embedding-based Retrieval (EBR) in e-commerce search is a powerful search retrieval technique to address semantic matches between search queries and products. However, commercial search engines like Facebook Marketplace …

Retrieval