arxiv-url-bench-hf / README.md
dblind-data's picture
Create README.md
30cae2a verified
|
Raw
History Blame
3.48 kB
---
license: cc-by-4.0
task_categories:
- text-extraction
- document-parsing
language:
- en
tags:
- arxiv
- scientific-documents
- url-extraction
- pdf-parsing
- reproducibility
- pdf
- latex
- html
- xml
- markdown
- text
- png
pretty_name: arXiv URL Extraction Benchmark & Longitudinal Multi-Format Corpus
size_categories:
- 100K<n<1M
---
# arXiv URL Extraction Benchmark & Longitudinal Corpus
## Dataset Description
This repository hosts datasets designed to assess format-specific coverage gaps in URL extraction across the arXiv corpus. The collection facilitates large-scale reproducibility studies and evaluates how different document formats (LaTeX, HTML, XML, Markdown, TXT, PNG) impact automated extraction pipelines.
The repository is divided into two primary corpora:
1. **The 200-Paper Benchmark:** A curated subset for granular ground-truth analysis.
2. **The 360k Longitudinal Corpus:** A massive, 33-year (1992–2024) parallel corpus where each paper is successfully represented in five distinct formats (LaTeX, HTML, XML, Markdown, TXT).
### Dataset Sources
### 1. The 200-Paper Benchmark (Ground Truth)
* **Temporal Coverage:** 1992–2024 (Phase A: 2016–24; Phase B: 1992–15)
* **Initial Sampling Pool:** 6,090 PDFs stratified by year and document type
* **Final Verified Pool:** 200 papers containing all 6 formats (`TEXT`, `LaTeX`, `XML`, `HTML`, `Markdown`, `PNG`)
* **Total Extracted Data:** 2,420 total URLs (2,338 unique URLs) manually audited for strict ground truth
### 2. The 360k Longitudinal Corpus
* **Temporal Coverage:** 1992–2024 (Spanning 33 years)
* **Initial Sampling Pool:** 467,467 PDFs (Stratified random sample of up to 15,000 papers per year)
* **Final Common Pool:** 364,744 papers (~7,000 papers per year)
* **Total Extracted Data:** Unified extraction across 5 operational text-based formats
---
## Dataset Structure & Storage
**Warning:** The full longitudinal corpus (~360k) is exceptionally large. Ensure you have adequate storage and bandwidth before executing a full download.
### 1. The 200-Paper Benchmark Corpus
**File:** [`arxiv-url-bench-200.tar.gz`](https://huggingface.co/datasets/dblind-data/arxiv-url-bench-hf/blob/main/arxiv-url-bench-200.tar.gz)
* **Size:** ~2.8 GB
* **Description:** Contains the raw files for the 200 benchmark papers across their different file format variants.
### 2. The 200-Paper Unique URLs Superset (including Ground Truth)
**File:** [`arxiv_extracted_unique_urls_all_200_superset.json`](https://huggingface.co/datasets/dblind-data/arxiv-url-bench-hf/blob/main/arxiv_extracted_unique_urls_all_200_superset.json)
* **Size:** ~10 MB
* **Description:** Registry of all extracted URLs across all format variants, including the human-annotated ground truth labels.
### 3. The 360k Longitudinal Multi-Format Corpus
**File:** [`arxiv-multi-format-mini-corpus-360k.tar.gz`](https://huggingface.co/datasets/dblind-data/arxiv-url-bench-hf/blob/main/arxiv-multi-format-mini-corpus-360k.tar.gz)
* **Size:** ~150 GB
* **Description:** The complete, multi-format synchronized common pool containing 364,744 papers.
### 4. The 360k Longitudinal Extracted URLs
**File:** [`arxiv_extracted_urls_5_formats_360k.json`](https://huggingface.co/datasets/dblind-data/arxiv-url-bench-hf/blob/main/arxiv-mini-corpus/arxiv_extracted_urls_5_formats_360k.json)
* **Size:** ~690 MB
* **Description:** Compiled output of every URL extracted from the 360k dataset across the 5 core text formats.
---