AmazonQAC: A Large-Scale, Naturalistic Query Autocomplete Dataset
Dante Everaert, Rohit Patki, Tianqi Zheng, Christopher Potts

TL;DR
AmazonQAC introduces a large-scale, realistic dataset from Amazon Search logs for improving query autocomplete systems, highlighting the challenges and potential of current models in a real-world setting.
Contribution
This paper presents AmazonQAC, a new extensive dataset for query autocomplete, and evaluates various models, demonstrating the difficulty of the task and the need for further research.
Findings
Finetuned Large Language Models outperform other methods.
Contextual information improves QAC performance.
Current models achieve only half of the theoretically possible accuracy.
Abstract
Query Autocomplete (QAC) is a critical feature in modern search engines, facilitating user interaction by predicting search queries based on input prefixes. Despite its widespread adoption, the absence of large-scale, realistic datasets has hindered advancements in QAC system development. This paper addresses this gap by introducing AmazonQAC, a new QAC dataset sourced from Amazon Search logs, comprising 395M samples. The dataset includes actual sequences of user-typed prefixes leading to final search terms, as well as session IDs and timestamps that support modeling the context-dependent aspects of QAC. We assess Prefix Trees, semantic retrieval, and Large Language Models (LLMs) with and without finetuning. We find that finetuned LLMs perform best, particularly when incorporating contextual information. However, even our best system achieves only half of what we calculate is…
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
TopicsRough Sets and Fuzzy Logic · Data Mining Algorithms and Applications · Data Management and Algorithms
