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-pages
A **page-bounded** stratified subset of the raw pool dataset
[`obswork/arxiv-ai-ml-100k`](https://huggingface.co/datasets/obswork/arxiv-ai-ml-100k),
filtered to primary subjects `cs.AI`, `cs.CV`, `cs.LG`, and `stat.ML`.
The raw pool is itself a 100k-paper stratified sample from
[`Rendra8631/arxiv-papers`](https://huggingface.co/datasets/Rendra8631/arxiv-papers)
at `a2c6afb51332d2744b46308df6917697582f8cd4`.
## Contents
- `metadata.parquet` — 4,866 rows (papers). Includes
`page_count` per paper and the same path columns as the raw pool.
- `pdfs/<primary_code>/<YYMM>/<arxiv_id>.pdf` — same layout as the
raw pool (YYMM avoids HF's 10k-files-per-directory cap).
## Curation method
- Per-category page budget: ~25,000 pages
(target total ~100,000 pages across four categories).
- Stratified shuffle with seed `20260418` (independent
of the raw pool's paper-level seed `20260416`).
- Papers taken in random order until the running sum of PDF page
counts reaches the per-category budget (last paper included in full;
slight overshoot allowed).
- Page counts were measured locally during curation (pypdf, PyMuPDF
fallback).
## Realized page totals (post-reconciliation)
- `cs.AI`: ~25,015 pages
cs.CV: ~25,011 pagescs.LG: ~25,029 pagesstat.ML: ~25,001 pages**Total PDF pages (metadata):** ~100,056. ## Licensing Same as the raw pool and upstream arXiv works — see the raw pool README. ## Reproducibility Pipeline: `arxiv_mirror/{curated_filter_plan,curated_mirror,curated_finalize}.py`.
- Downloads last month
- 23