paper-with-me

홈 › Papers

Mine and Refine: Optimizing Graded Relevance in E-commerce Semantic Search Retrieval

2026-02-19 · Jiaqi Xi, Raghav Saboo, Luming Chen, Martin Wang, Sudeep Das arxiv

Embedding-based retrieval (EBR) for large-scale e-commerce search faces three intertwined challenges: graded (non-binary) relevance where engagement signals are noisy and intent-varying while business relevance guidelines admit acceptable-but-not-exact matches, false negatives in hard sample mining, and unstable similarity score separability across relevance levels, the last of which complicates hybrid search score fusion and downstream ranking. We propose Mine and Refine, a two-stage contrastive training framework that addresses all three. A lightweight LLM, fine-tuned with engagement-driven audit, serves as a guideline-aligned scalable labeler throughout training. Stage 1 establishes a robust global embedding space via label-aware supervised contrastive learning; Stage 2 mines hard samples, re-annotates them with the LLM labeler to mitigate spurious negatives, and refines the model through a multi-level extension of circle loss that enforces margin-controlled separation across relevance levels. Deployed in production e-commerce search across multiple product verticals, the approach delivers statistically significant lifts in user engagement and gross order value, and substantially improves retrieval and end-to-end relevance metrics.

📄 PDF Abstract BibTeX arXiv:2602.17654

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Semantic Retrieval for Product Search in E-Commerce

2026-05-31 · Nikhil Kothari, Saksham Samdani, Ritam Mallick, Praveen Gupta 외 arxiv

Semantic retrieval in e-commerce must handle short, noisy, and colloquial queries over large product catalogs with fine-grained attribute distinctions. We present a Siamese LLM dual-encoder trained through a two-stage pi…

Contrastive LearningSemantic Retrieval

Dynamic Facet Selection by Maximizing Graded Relevance

2021-08-01 · ACL (InterNLP) 2021 8 · Michael Glass, Md Faisal Mahbub Chowdhury, Yu Deng, Ruchi Mahindru 외

Dynamic faceted search (DFS), an interactive query refinement technique, is a form of Human–computer information retrieval (HCIR) approach. It allows users to narrow down search results through facets, where the facets-d…

Document RankingInformation RetrievalRetrieval

Automated Query-Product Relevance Labeling using Large Language Models for E-commerce Search

2025-02-21 · Jayant Sachdev, Sean D Rosario, Abhijeet Phatak, He Wen 외

Accurate query-product relevance labeling is indispensable to generate ground truth dataset for search ranking in e-commerce. Traditional approaches for annotating query-product pairs rely on human-based labeling service…

In-Context LearningInformation RetrievalPrompt EngineeringRAG+3

Generative Retrieval Meets Multi-Graded Relevance

2024-09-27 · Yubao Tang, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke 외

Generative retrieval represents a novel approach to information retrieval. It uses an encoder-decoder architecture to directly produce relevant document identifiers (docids) for queries. While this method offers benefits…

DecoderInformation RetrievalRetrieval

A Survey on E-Commerce Learning to Rank

2024-11-19 · Md. Ahsanul Kabir, Mohammad Al Hasan, Aritra Mandal, Daniel Tunkelang 외

In e-commerce, ranking the search results based on users' preference is the most important task. Commercial e-commerce platforms, such as, Amazon, Alibaba, eBay, Walmart, etc. perform extensive and relentless research to…

Learning-To-RankSurvey