paper-with-me

Papers

Semantic Retrieval for Product Search in E-Commerce

2026-05-31 · Nikhil Kothari, Saksham Samdani, Ritam Mallick, Praveen Gupta, Ankit Vijay, Surender Kumar 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 pipeline: contrastive learning with a false-negative margin mask to prevent penalization of near-duplicate products, followed by Relative Odds Alignment for Retrieval (ROAR), a preference optimization objective that extends Bradley-Terry to variable-sized graded relevance groups via consecutive odds-ratio margins. The training corpus mirrors this progression - substitute query-product pairs provide coarse semantic supervision in Stage 1 and graded relevance annotations drive fine-grained ranking in Stage 2. The resulting system accurately retrieves exact matches while correctly ordering substitutes and complementary products, with gains confirmed across query-frequency strata and business verticals, and statistical significance validated through live A/B deployment at scale.

📄 PDF Abstract BibTeX arXiv:2606.01504

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSemantic Retrieval

Similar Papers 제목 키워드 기반

Multimodal semantic retrieval for product search

2025-01-13 · Dong Liu, Esther Lopez Ramos

Semantic retrieval (also known as dense retrieval) based on textual data has been extensively studied for both web search and product search application fields, where the relevance of a query and a potential target docum…

RetrievalSemantic Retrieval

Transformer-empowered Multi-modal Item Embedding for Enhanced Image Search in E-Commerce

2023-11-29 · Chang Liu, Peng Hou, AnXiang Zeng, Han Yu

Over the past decade, significant advances have been made in the field of image search for e-commerce applications. Traditional image-to-image retrieval models, which focus solely on image details such as texture, tend t…

Image RetrievalRetrieval

From Semantic Retrieval to Pairwise Ranking: Applying Deep Learning in E-commerce Search

2021-03-24 · Rui Li, Yunjiang Jiang, WenYun Yang, Guoyu Tang 외

We introduce deep learning models to the two most important stages in product search at JD.com, one of the largest e-commerce platforms in the world. Specifically, we outline the design of a deep learning system that ret…

Deep LearningRe-RankingRetrievalSemantic Retrieval

Graph-based Multilingual Product Retrieval in E-commerce Search

2021-05-06 · NAACL 2021 4 · Hanqing Lu, Youna Hu, Tong Zhao, Tony Wu 외

Nowadays, with many e-commerce platforms conducting global business, e-commerce search systems are required to handle product retrieval under multilingual scenarios. Moreover, comparing with maintaining per-country speci…

Graph AttentionGraph Neural NetworkRetrieval

Efficient Generative Retrieval for E-commerce Search with Semantic Cluster IDs and Expert-Guided RL

2026-05-14 · Jianbo Zhu, Xing Fang, Jing Wang, Mingmin Jin 외 arxiv

Generative retrieval offers a promising alternative by unifying the fragmented multi-stage retrieval process into a single end-to-end model. However, its practical adoption in industrial e-commerce search remains challen…

Reinforcement LearningContrastive Learning