Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/folder_based_builder/folder_based_builder.py", line 246, in _split_generators
raise ValueError(
ValueError: `file_name`, `*_file_name`, `file_names` or `*_file_names` must be present as dictionary key in metadata files
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 65, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
license: other
tags:
- arxiv
- ocr
- machine-learning
---
# obswork/arxiv-ai-ml-100k
A 99,999-paper stratified subset of
[`Rendra8631/arxiv-papers`](https://huggingface.co/datasets/Rendra8631/arxiv-papers)
at revision `a2c6afb51332d2744b46308df6917697582f8cd4`, filtered to the primary
subjects `cs.AI`, `cs.CV`, `cs.LG`, and `stat.ML`. Only papers submitted in `2023`-`2025` are included.
This dataset is a build artifact of the OCR benchmark in
`modal-model-experiments/arxiv_mirror/`. It exists so that the
downstream benchmark corpus (rasterized page images) is built
from a stable, well-scoped PDF pool.
## Contents
- `metadata.parquet` - 99999 rows, one per paper. Carries
the source schema plus derived `primary_code`, `submission_year`,
and `target_filename` columns.
- `pdfs/<primary_code>/<YYMM>/<arxiv_id>.pdf` - one file per
paper, bucketed by primary arXiv subject code (e.g.
`cs.CV`) and submission year-month. The YYMM layer keeps
every directory under the HF 10k-files-per-dir cap and
gives consumers a natural temporal slice.
## Filter and sampling
- Primary subjects kept: `cs.AI`, `cs.CV`, `cs.LG`, `stat.ML`.
- Submission year kept: `>= 2023` (derived from
the arxiv_id `YYMM.NNNNN` prefix, falling back to a regex over
`submission_date` for any pre-2007 old-format IDs).
- Version dedup: for papers with multiple versions in the source
metadata (`...v1`, `...v2`), only the latest version is kept.
- Stratified random sample of 25000 papers per
category, `numpy.random.default_rng(seed=20260416)`.
Categories with fewer than 25000 available
rows contribute all of their rows; any resulting shortfall is
topped up uniformly from the remaining filtered pool.
- Per-category final counts:
- `cs.AI`: 11788 papers
cs.CV: 43616 paperscs.LG: 39599 papersstat.ML: 4996 papers## Licensing This dataset is a collection of individual scholarly works from arXiv.org. Each paper remains under the copyright and license chosen by its respective author(s) (typically Creative Commons). Users of this dataset are responsible for checking the specific license terms of any paper they download or redistribute. See the [source dataset](https://huggingface.co/datasets/Rendra8631/arxiv-papers) for upstream licensing notes. ## Reproducibility Source commit: `a2c6afb51332d2744b46308df6917697582f8cd4`. Build pipeline: `arxiv_mirror/{filter_plan,mirror,finalize}.py`.
- Downloads last month
- 13,782