Generative Product Recommendations for Implicit Superlative Queries
Kaustubh D. Dhole, Nikhita Vedula, Saar Kuzi, Giuseppe Castellucci, Eugene Agichtein, Shervin Malmasi
TL;DR
The paper tackles implicit superlative product queries, where users seek the best items but do not specify attributes explicitly. It introduces SUPERB, a four-level relevance scheme, paired with LLM-based annotations to infer implicit attributes and support multi-criteria ranking. A large synthetic dataset of $35{,}651$ superlative queries is generated from Amazon shopping queries and annotated via four prompting regimes (pointwise, pairwise, listwise, deliberated) to evaluate multiple retrieval pipelines, including BM25, RM3, and LLM-driven re-ranking. Results show that listwise re-ranking typically yields the strongest overall performance, with long-context variants and deliberated prompting offering context-sensitive advantages; BM25 can outperform LLMs on explicit, well-defined criteria. The work provides a practical framework for deploying LLM-assisted ranking in e-commerce, informing when to rely on listwise versus pointwise strategies and how to balance efficiency with annotation quality for high-expectation queries.
Abstract
In Recommender Systems, users often seek the best products through indirect, vague, or under-specified queries, such as "best shoes for trail running". Such queries, also referred to as implicit superlative queries, pose a significant challenge for standard retrieval and ranking systems as they lack an explicit mention of attributes and require identifying and reasoning over complex factors. We investigate how Large Language Models (LLMs) can generate implicit attributes for ranking as well as reason over them to improve product recommendations for such queries. As a first step, we propose a novel four-point schema for annotating the best product candidates for superlative queries called SUPERB, paired with LLM-based product annotations. We then empirically evaluate several existing retrieval and ranking approaches on our new dataset, providing insights and discussing their integration into real-world e-commerce production systems.
