dblind-data commited on
Commit
0b75f3c
·
verified ·
1 Parent(s): b421f4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -45,6 +45,7 @@ The repository is divided into two primary corpora:
45
  * **Initial Sampling Pool:** 467,467 PDFs (Stratified random sample of up to 15,000 papers per year)
46
  * **Final Common Pool:** 364,744 papers (~7,000 - ~13,000 papers per year)
47
  * **Total Extracted Data:** Unified extraction across 5 operational text-based formats
 
48
  ---
49
 
50
  ## Dataset Structure & Storage
@@ -56,19 +57,23 @@ The repository is divided into two primary corpora:
56
  * **Size:** ~2.8 GB
57
  * **Description:** Contains the raw files for the 200 benchmark papers across their different file format variants.
58
 
59
- ### 2. The 200-Paper Unique URLs Superset (including Ground Truth)
 
 
 
 
60
  **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)
61
  * **Size:** ~10 MB
62
  * **Description:** Registry of all extracted URLs across all format variants, including the human-annotated ground truth labels.
63
 
64
- ### 3. The 360k Longitudinal Multi-Format Corpus
65
  **Files:** [`pdf.tar.gz,latex.tar.gz,html.tar.gz,textwal.tar.gz,xml.tar.gz,markdown.tar.gz,`](https://huggingface.co/datasets/dblind-data/arxiv-url-bench-hf/tree/main/arxiv-mini-corpus)
66
  * **Size:** ~400 GB
67
  * **Description:** The complete, multi-format synchronized common pool containing 364,744 papers.
68
 
69
- ### 4. The 360k Longitudinal Extracted URLs
70
  **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)
71
  * **Size:** ~690 MB
72
  * **Description:** Compiled output of every URL extracted from the 360k dataset across the 5 core text formats.
73
 
74
- ---
 
45
  * **Initial Sampling Pool:** 467,467 PDFs (Stratified random sample of up to 15,000 papers per year)
46
  * **Final Common Pool:** 364,744 papers (~7,000 - ~13,000 papers per year)
47
  * **Total Extracted Data:** Unified extraction across 5 operational text-based formats
48
+
49
  ---
50
 
51
  ## Dataset Structure & Storage
 
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 Manual Annotations & OADS Categories
61
+ **File:** [`arxiv_urls_1992_2024_gt.csv`](https://huggingface.co/datasets/dblind-data/arxiv-url-bench-hf/blob/main/arxiv_urls_1992_2024_gt.csv)
62
+ * **Description:** Contains all manual ground-truth annotations for the 200-paper benchmark, featuring explicit OADS (Open Access Data and Software) category labels along with structural and contextual complexity evaluations for each URL.
63
+
64
+ ### 3. The 200-Paper Unique URLs Superset (including Ground Truth)
65
  **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)
66
  * **Size:** ~10 MB
67
  * **Description:** Registry of all extracted URLs across all format variants, including the human-annotated ground truth labels.
68
 
69
+ ### 4. The 360k Longitudinal Multi-Format Corpus
70
  **Files:** [`pdf.tar.gz,latex.tar.gz,html.tar.gz,textwal.tar.gz,xml.tar.gz,markdown.tar.gz,`](https://huggingface.co/datasets/dblind-data/arxiv-url-bench-hf/tree/main/arxiv-mini-corpus)
71
  * **Size:** ~400 GB
72
  * **Description:** The complete, multi-format synchronized common pool containing 364,744 papers.
73
 
74
+ ### 5. The 360k Longitudinal Extracted URLs
75
  **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)
76
  * **Size:** ~690 MB
77
  * **Description:** Compiled output of every URL extracted from the 360k dataset across the 5 core text formats.
78
 
79
+ ---