paper-with-me

Papers

Generative Retrieval with Preference Optimization for E-commerce Search

2024-07-29 · Mingming Li, Huimu Wang, Zuxu Chen, Guangtao Nie, Yiming Qiu, Guoyu Tang, Lin Liu, Jingwei Zhuo

Generative retrieval introduces a groundbreaking paradigm to document retrieval by directly generating the identifier of a pertinent document in response to a specific query. This paradigm has demonstrated considerable benefits and potential, particularly in representation and generalization capabilities, within the context of large language models. However, it faces significant challenges in E-commerce search scenarios, including the complexity of generating detailed item titles from brief queries, the presence of noise in item titles with weak language order, issues with long-tail queries, and the interpretability of results. To address these challenges, we have developed an innovative framework for E-commerce search, called generative retrieval with preference optimization. This framework is designed to effectively learn and align an autoregressive model with target data, subsequently generating the final item through constraint-based beam search. By employing multi-span identifiers to represent raw item titles and transforming the task of generating titles from queries into the task of generating multi-span identifiers from queries, we aim to simplify the generation process. The framework further aligns with human preferences using click data and employs a constrained search method to identify key spans for retrieving the final item, thereby enhancing result interpretability. Our extensive experiments show that this framework achieves competitive performance on a real-world dataset, and online A/B tests demonstrate the superiority and effectiveness in improving conversion gains.

📄 PDF Abstract BibTeX arXiv:2407.19829

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

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

Aligning Large Language Models with Searcher Preferences

2026-03-11 · Wei Wu, Peilun Zhou, Liyi Chen, Qimeng Wang 외 arxiv

The paradigm shift from item-centric ranking to answer-centric synthesis is redefining the role of search engines. While recent industrial progress has applied generative techniques to closed-set item ranking in e-commer…

OneSearch-V2: The Latent Reasoning Enhanced Self-distillation Generative Search Framework

2026-03-25 · Ben Chen, Siyuan Wang, Yufei Ma, Zihan Liang 외 arxiv

Generative Retrieval (GR) has emerged as a promising paradigm for modern search systems. Compared to multi-stage cascaded architecture, it offers advantages such as end-to-end joint optimization and high computational ef…

Computational Efficiency

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

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