paper-with-me

홈 › Papers

ORDSIM: Ordinal Regression for E-Commerce Query Similarity Prediction

2022-03-13 · Md. Ahsanul Kabir, Mohammad Al Hasan, Aritra Mandal, Daniel Tunkelang, Zhe Wu

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.

📄 PDF Abstract BibTeX arXiv:2203.06591

Code (0)

등록된 구현이 없습니다.

Tasks

Predictionregression

Similar Papers 제목 키워드 기반

Robust Image Ordinal Regression with Controllable Image Generation

2023-05-07 · Yi Cheng, Haochao Ying, Renjun Hu, Jinhong Wang 외

Image ordinal regression has been mainly studied along the line of exploiting the order of categories. However, the issues of class imbalance and category overlap that are very common in ordinal regression were largely o…

Image Generationregression

Learning to Weight Translations using Ordinal Linear Regression and Query-generated Training Data for Ad-hoc Retrieval with Long Queries

2016-12-01 · COLING 2016 12 · Javid Dadashkarimi, Masoud Jalili Sabet, Azadeh Shakery

Ordinal regression which is known with learning to rank has long been used in information retrieval (IR). Learning to rank algorithms, have been tailored in document ranking, information filtering, and building large ali…

Document RankingInformation RetrievalLearning-To-Rankregression+2

A Novel Large-scale Ordinal Regression Model

2018-12-19 · Yong Shi, Huadong Wang, Xin Shen, Lingfeng Niu

Ordinal regression (OR) is a special multiclass classification problem where an order relation exists among the labels. Recent years, people share their opinions and sentimental judgments conveniently with social network…

modelregression

Semantic Equivalence of e-Commerce Queries

2023-08-07 · Aritra Mandal, Daniel Tunkelang, Zhe Wu

Search query variation poses a challenge in e-commerce search, as equivalent search intents can be expressed through different queries with surface-level differences. This paper introduces a framework to recognize and le…

SentenceSentence Similarity

Improving Deep Regression with Tightness

2025-02-13 · Shihao Zhang, Yuguang Yan, Angela Yao

For deep regression, preserving the ordinality of the targets with respect to the feature representation improves performance across various tasks. However, a theoretical explanation for the benefits of ordinality is sti…

regression