paper-with-me

Papers

Hint-Augmented Re-ranking: Efficient Product Search using LLM-Based Query Decomposition

2025-11-17 · Yilun Zhu, Nikhita Vedula, Shervin Malmasi arxiv

Search queries with superlatives (e.g., best, most popular) require comparing candidates across multiple dimensions, demanding linguistic understanding and domain knowledge. We show that LLMs can uncover latent intent behind these expressions in e-commerce queries through a framework that extracts structured interpretations or hints. Our approach decomposes queries into attribute-value hints generated concurrently with retrieval, enabling efficient integration into the ranking pipeline. Our method improves search performanc eby 10.9 points in MAP and ranking by 5.9 points in MRR over baselines. Since direct LLM-based reranking faces prohibitive latency, we develop an efficient approach transferring superlative interpretations to lightweight models. Our findings provide insights into how superlative semantics can be represented and transferred between models, advancing linguistic interpretation in retrieval systems while addressing practical deployment constraints.

📄 PDF Abstract BibTeX arXiv:2511.13994

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HERO: Hint-Based Efficient and Reliable Query Optimizer

2024-12-03 · Sergey Zinchenko, Sergey Iazov

We propose a novel model for learned query optimization which provides query hints leading to better execution plans. The model addresses the three key challenges in learned hint-based query optimization: reliable hint r…

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

Exploring Query Understanding for Amazon Product Search

2024-08-05 · Chen Luo, Xianfeng Tang, Hanqing Lu, Yaochen Xie 외

Online shopping platforms, such as Amazon, offer services to billions of people worldwide. Unlike web search or other search engines, product search engines have their unique characteristics, primarily featuring short qu…

Multi-Task Learning

Scaling Retrieval Augmented Generation with RAG Fusion: Lessons from an Industry Deployment

2026-03-02 · Luigi Medrano, Arush Verma, Mukul Chhabra arxiv

Retrieval-Augmented Generation (RAG) systems commonly adopt retrieval fusion techniques such as multi-query retrieval and reciprocal rank fusion (RRF) to increase document recall, under the assumption that higher recall …

Long or Short or Both? An Exploration on Lookback Time Windows of Behavioral Features in Product Search Ranking

2024-09-26 · Qi Liu, Atul Singh, Jingbo Liu, Cun Mu 외

Customer shopping behavioral features are core to product search ranking models in eCommerce. In this paper, we investigate the effect of lookback time windows when aggregating these features at the (query, product) leve…