Generating Query Recommendations via LLMs
Andrea Bacciu, Enrico Palumbo, Andreas Damianou, Nicola Tonellotto,, Fabrizio Silvestri

TL;DR
This paper introduces GQR, a novel generative approach using large language models for query recommendation that performs well without requiring training data, and enhances it with retrieval-augmented techniques.
Contribution
The paper proposes GQR, a training-free generative query recommendation method using LLMs, and introduces RA-GQR, which incorporates query logs for improved performance.
Findings
GQR achieves state-of-the-art NDCG@10 and clarity scores.
RA-GQR outperforms GQR with an 11% NDCG@10 increase.
System received 59% user preference in a blind study.
Abstract
Query recommendation systems are ubiquitous in modern search engines, assisting users in producing effective queries to meet their information needs. However, these systems require a large amount of data to produce good recommendations, such as a large collection of documents to index and query logs. In particular, query logs and user data are not available in cold start scenarios. Query logs are expensive to collect and maintain and require complex and time-consuming cascading pipelines for creating, combining, and ranking recommendations. To address these issues, we frame the query recommendation problem as a generative task, proposing a novel approach called Generative Query Recommendation (GQR). GQR uses an LLM as its foundation and does not require to be trained or fine-tuned to tackle the query recommendation problem. We design a prompt that enables the LLM to understand the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Natural Language Processing Techniques · Topic Modeling
