๐ค AI Summary
This study investigates whether large language models (LLMs) can automatically generate high-quality search queries and their semantic variants from information need descriptions to enable low-cost, scalable test collection construction for information retrieval (IR). We propose a prompt-engineering-based LLM query generation method and design a multidimensional evaluation framework measuring semantic similarity, document pool coverage, and relevant document overlap. To our knowledge, this is the first systematic validation of LLM-generated variants for Chinese IR test collection construction. While LLM variants exhibit slightly lower diversity than human-annotated ones, they achieve a 71.1% relevant document overlap rate at pool depth 100โsignificantly outperforming baseline methods. Our results demonstrate that LLMs can effectively support automated, high-fidelity test collection creation, offering a novel, practical paradigm for IR evaluation infrastructure.
๐ Abstract
This paper explores the utility of a Large Language Model (LLM) to automatically generate queries and query variants from a description of an information need. Given a set of information needs described as backstories, we explore how similar the queries generated by the LLM are to those generated by humans. We quantify the similarity using different metrics and examine how the use of each set would contribute to document pooling when building test collections. Our results show potential in using LLMs to generate query variants. While they may not fully capture the wide variety of human-generated variants, they generate similar sets of relevant documents, reaching up to 71.1% overlap at a pool depth of 100.