Hierarchical Dataset Selection for High-Quality Data Sharing
By: Xiaona Zhou , Yingyan Zeng , Ran Jin and more
Potential Business Impact:
Finds the best data to teach computers faster.
The success of modern machine learning hinges on access to high-quality training data. In many real-world scenarios, such as acquiring data from public repositories or sharing across institutions, data is naturally organized into discrete datasets that vary in relevance, quality, and utility. Selecting which repositories or institutions to search for useful datasets, and which datasets to incorporate into model training are therefore critical decisions, yet most existing methods select individual samples and treat all data as equally relevant, ignoring differences between datasets and their sources. In this work, we formalize the task of dataset selection: selecting entire datasets from a large, heterogeneous pool to improve downstream performance under resource constraints. We propose Dataset Selection via Hierarchies (DaSH), a dataset selection method that models utility at both dataset and group (e.g., collections, institutions) levels, enabling efficient generalization from limited observations. Across two public benchmarks (Digit-Five and DomainNet), DaSH outperforms state-of-the-art data selection baselines by up to 26.2% in accuracy, while requiring significantly fewer exploration steps. Ablations show DaSH is robust to low-resource settings and lack of relevant datasets, making it suitable for scalable and adaptive dataset selection in practical multi-source learning workflows.
Similar Papers
DataS^3: Dataset Subset Selection for Specialization
Machine Learning (CS)
Helps AI learn better for specific jobs.
Chunked Data Shapley: A Scalable Dataset Quality Assessment for Machine Learning
Machine Learning (CS)
Finds good data faster for smarter computer learning.
A Survey on Open Dataset Search in the LLM Era: Retrospectives and Perspectives
Information Retrieval
Finds the right data for computers faster.