English

ORDSIM: Ordinal Regression for E-Commerce Query Similarity Prediction

Machine Learning 2022-03-15 v1

Abstract

Query similarity prediction task is generally solved by regression based models with square loss. Such a model is agnostic of absolute similarity values and it penalizes the regression error at all ranges of similarity values at the same scale. However, to boost e-commerce platform's monetization, it is important to predict high-level similarity more accurately than low-level similarity, as highly similar queries retrieves items according to user-intents, whereas moderately similar item retrieves related items, which may not lead to a purchase. Regression models fail to customize its loss function to concentrate around the high-similarity band, resulting poor performance in query similarity prediction task. We address the above challenge by considering the query prediction as an ordinal regression problem, and thereby propose a model, ORDSIM (ORDinal Regression for SIMilarity Prediction). ORDSIM exploits variable-width buckets to model ordinal loss, which penalizes errors in high-level similarity harshly, and thus enable the regression model to obtain better prediction results for high similarity values. We evaluate ORDSIM on a dataset of over 10 millions e-commerce queries from eBay platform and show that ORDSIM achieves substantially smaller prediction error compared to the competing regression methods on this dataset.

Keywords

Cite

@article{arxiv.2203.06591,
  title  = {ORDSIM: Ordinal Regression for E-Commerce Query Similarity Prediction},
  author = {Md. Ahsanul Kabir and Mohammad Al Hasan and Aritra Mandal and Daniel Tunkelang and Zhe Wu},
  journal= {arXiv preprint arXiv:2203.06591},
  year   = {2022}
}

Comments

9 pages

R2 v1 2026-06-24T10:11:20.539Z