DSEBench: A Test Collection for Explainable Dataset Search with Examples
Qing Shi, Jing He, Qiaosheng Chen, Gong Cheng
TL;DR
The paper defines Dataset Search with Examples (DSE) and Explainable DSE (ExDSE) to address scenarios where users use a query plus example target datasets. It presents DSEBench as the first public benchmark with dataset-level and field-level annotations, augmented by synthetic training data generated via a large language model. A broad suite of retrieval, reranking, and explainability baselines is evaluated, revealing that dense representations and fine-tuning boost performance and that LLM-based annotations are effective for training, while explainability methods vary in success. The benchmark paves the way for rigorous evaluation and development of combined search and explanation techniques across heterogeneous datasets, with ongoing plans for expansion and community challenges.
Abstract
Dataset search is a well-established task in the Semantic Web and information retrieval research. Current approaches retrieve datasets either based on keyword queries or by identifying datasets similar to a given target dataset. These paradigms fail when the information need involves both keywords and target datasets. To address this gap, we investigate a generalized task, Dataset Search with Examples (DSE), and extend it to Explainable DSE (ExDSE), which further requires identifying relevant fields of the retrieved datasets. We construct DSEBench, the first test collection that provides high-quality dataset-level and field-level annotations to support the evaluation of DSE and ExDSE, respectively. In addition, we employ a large language model to generate extensive annotations for training purposes. We establish comprehensive baselines on DSEBench by adapting and evaluating a variety of lexical, dense, and LLM-based retrieval, reranking, and explanation methods.
