paper-with-me

홈 › Papers

AmazonQAC: A Large-Scale, Naturalistic Query Autocomplete Dataset

2024-10-22 · Dante Everaert, Rohit Patki, Tianqi Zheng, Christopher Potts

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 theoretically possible on our test data, which implies QAC is a challenging problem that is far from solved with existing systems. This contribution aims to stimulate further research on QAC systems to better serve user needs in diverse environments. We open-source this data on Hugging Face at https://huggingface.co/datasets/amazon/AmazonQAC.

📄 PDF Abstract BibTeX arXiv:2411.04129

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Retrieval

Similar Papers 제목 키워드 기반

Synthetic Prefixes to Mitigate Bias in Real-Time Neural Query Autocomplete

2025-10-02 · Adithya Rajan, Xiaoyu Liu, Prateek Verma, Vibhu Arora arxiv

We introduce a data-centric approach for mitigating presentation bias in real-time neural query autocomplete systems through the use of synthetic prefixes. These prefixes are generated from complete user queries collecte…

Seasonality Based Reranking of E-commerce Autocomplete Using Natural Language Queries

2023-08-03 · Prateek Verma, Shan Zhong, Xiaoyu Liu, Adithya Rajan

Query autocomplete (QAC) also known as typeahead, suggests list of complete queries as user types prefix in the search box. It is one of the key features of modern search engines specially in e-commerce. One of the goals…

Natural Language QueriesReranking

Deep Pairwise Learning To Rank For Search Autocomplete

2021-08-11 · Kai Yuan, Da Kuang

Autocomplete (a.k.a "Query Auto-Completion", "AC") suggests full queries based on a prefix typed by customer. Autocomplete has been a core feature of commercial search engine. In this paper, we propose a novel context-aw…

Learning-To-Rank

You Autocomplete Me: Poisoning Vulnerabilities in Neural Code Completion

2020-07-05 · Roei Schuster, Congzheng Song, Eran Tromer, Vitaly Shmatikov

Code autocompletion is an integral feature of modern code editors and IDEs. The latest generation of autocompleters uses neural language models, trained on public open-source code repositories, to suggest likely (not jus…

Code CompletionData PoisoningModel Poisoning

MessIRve: A Large-Scale Spanish Information Retrieval Dataset

2024-09-09 · Francisco Valentini, Viviana Cotik, Damián Furman, Ivan Bercovich 외

Information retrieval (IR) is the task of finding relevant documents in response to a user query. Although Spanish is the second most spoken native language, current IR benchmarks lack Spanish data, hindering the develop…

Information RetrievalRetrieval