Table of Contents
Fetching ...

AutoDataset: A Lightweight System for Continuous Dataset Discovery and Search

Junzhe Yang, Xinghao Chen, Yunuo Liu, Zhijing Sun, Wenjin Guo, Xiaoyu Shen

TL;DR

AutoDataset is introduced, a lightweight, automated system for real-time dataset discovery and retrieval that adopts a paper-first approach by continuously monitoring arXiv to detect and index datasets directly from newly published research.

Abstract

The continuous expansion of task-specific datasets has become a major driver of progress in machine learning. However, discovering newly released datasets remains difficult, as existing platforms largely depend on manual curation or community submissions, leading to limited coverage and substantial delays. To address this challenge, we introduce AutoDataset, a lightweight, automated system for real-time dataset discovery and retrieval. AutoDataset adopts a paper-first approach by continuously monitoring arXiv to detect and index datasets directly from newly published research. The system operates through a low-overhead multi-stage pipeline. First, a lightweight classifier rapidly filters titles and abstracts to identify papers releasing datasets, achieving an F1 score of 0.94 with an inference latency of 11 ms. For identified papers, we parse PDFs with GROBID and apply a sentence-level extractor to extract dataset descriptions. Dataset URLs are extracted from the paper text with an automated fallback to LaTeX source analysis when needed. Finally, the structured records are indexed using a dense semantic retriever, enabling low-latency natural language search. We deploy AutoDataset as a live system that continuously ingests new papers and provides up-to-date dataset discovery. In practice, it has been shown to significantly reduce the time required for researchers to locate newly released datasets, improving dataset discovery efficiency by up to 80%.

AutoDataset: A Lightweight System for Continuous Dataset Discovery and Search

TL;DR

AutoDataset is introduced, a lightweight, automated system for real-time dataset discovery and retrieval that adopts a paper-first approach by continuously monitoring arXiv to detect and index datasets directly from newly published research.

Abstract

The continuous expansion of task-specific datasets has become a major driver of progress in machine learning. However, discovering newly released datasets remains difficult, as existing platforms largely depend on manual curation or community submissions, leading to limited coverage and substantial delays. To address this challenge, we introduce AutoDataset, a lightweight, automated system for real-time dataset discovery and retrieval. AutoDataset adopts a paper-first approach by continuously monitoring arXiv to detect and index datasets directly from newly published research. The system operates through a low-overhead multi-stage pipeline. First, a lightweight classifier rapidly filters titles and abstracts to identify papers releasing datasets, achieving an F1 score of 0.94 with an inference latency of 11 ms. For identified papers, we parse PDFs with GROBID and apply a sentence-level extractor to extract dataset descriptions. Dataset URLs are extracted from the paper text with an automated fallback to LaTeX source analysis when needed. Finally, the structured records are indexed using a dense semantic retriever, enabling low-latency natural language search. We deploy AutoDataset as a live system that continuously ingests new papers and provides up-to-date dataset discovery. In practice, it has been shown to significantly reduce the time required for researchers to locate newly released datasets, improving dataset discovery efficiency by up to 80%.
Paper Structure (19 sections, 1 equation, 6 figures, 5 tables)

This paper contains 19 sections, 1 equation, 6 figures, 5 tables.

Figures (6)

  • Figure 1: System Architecture of AutoDataset
  • Figure 3: The AutoDataset Web Interface. Users can dynamically configure extraction parameters (a), monitor the real-time arXiv ingestion loop (b), and explore the resulting dataset index via a dense semantic search (c).
  • Figure 4: Comparison between the traditional manual workflow and the AutoDataset workflow for discovering multimodal document information datasets.
  • Figure : (a) BERT-Gate F1 by dataset size.
  • Figure : (a) BERT-Gate F1 by dataset size.
  • ...and 1 more figures