dblind-data commited on
Commit
30cae2a
·
verified ·
1 Parent(s): bfe3402

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-extraction
5
+ - document-parsing
6
+ language:
7
+ - en
8
+ tags:
9
+ - arxiv
10
+ - scientific-documents
11
+ - url-extraction
12
+ - pdf-parsing
13
+ - reproducibility
14
+ - pdf
15
+ - latex
16
+ - html
17
+ - xml
18
+ - markdown
19
+ - text
20
+ - png
21
+ pretty_name: arXiv URL Extraction Benchmark & Longitudinal Multi-Format Corpus
22
+ size_categories:
23
+ - 100K<n<1M
24
+ ---
25
+
26
+ # arXiv URL Extraction Benchmark & Longitudinal Corpus
27
+
28
+ ## Dataset Description
29
+
30
+ 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.
31
+
32
+ The repository is divided into two primary corpora:
33
+ 1. **The 200-Paper Benchmark:** A curated subset for granular ground-truth analysis.
34
+ 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).
35
+
36
+ ### Dataset Sources
37
+
38
+ ### 1. The 200-Paper Benchmark (Ground Truth)
39
+ * **Temporal Coverage:** 1992–2024 (Phase A: 2016–24; Phase B: 1992–15)
40
+ * **Initial Sampling Pool:** 6,090 PDFs stratified by year and document type
41
+ * **Final Verified Pool:** 200 papers containing all 6 formats (`TEXT`, `LaTeX`, `XML`, `HTML`, `Markdown`, `PNG`)
42
+ * **Total Extracted Data:** 2,420 total URLs (2,338 unique URLs) manually audited for strict ground truth
43
+
44
+ ### 2. The 360k Longitudinal Corpus
45
+ * **Temporal Coverage:** 1992–2024 (Spanning 33 years)
46
+ * **Initial Sampling Pool:** 467,467 PDFs (Stratified random sample of up to 15,000 papers per year)
47
+ * **Final Common Pool:** 364,744 papers (~7,000 papers per year)
48
+ * **Total Extracted Data:** Unified extraction across 5 operational text-based formats
49
+ ---
50
+
51
+ ## Dataset Structure & Storage
52
+
53
+ **Warning:** The full longitudinal corpus (~360k) is exceptionally large. Ensure you have adequate storage and bandwidth before executing a full download.
54
+
55
+ ### 1. The 200-Paper Benchmark Corpus
56
+ **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)
57
+ * **Size:** ~2.8 GB
58
+ * **Description:** Contains the raw files for the 200 benchmark papers across their different file format variants.
59
+
60
+ ### 2. The 200-Paper Unique URLs Superset (including Ground Truth)
61
+ **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)
62
+ * **Size:** ~10 MB
63
+ * **Description:** Registry of all extracted URLs across all format variants, including the human-annotated ground truth labels.
64
+
65
+ ### 3. The 360k Longitudinal Multi-Format Corpus
66
+ **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)
67
+ * **Size:** ~150 GB
68
+ * **Description:** The complete, multi-format synchronized common pool containing 364,744 papers.
69
+
70
+ ### 4. The 360k Longitudinal Extracted URLs
71
+ **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)
72
+ * **Size:** ~690 MB
73
+ * **Description:** Compiled output of every URL extracted from the 360k dataset across the 5 core text formats.
74
+
75
+ ---