reapxdev commited on
Commit
df30e40
·
verified ·
1 Parent(s): 62349ab

21,672 rows from 91 collector runs

Browse files
.gitattributes CHANGED
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ arxiv-papers-scraper.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ arxiv-papers-scraper.csv filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: "arXiv Papers Scraper"
6
+ size_categories:
7
+ - 10K<n<100K
8
+ tags:
9
+ - "reapx"
10
+ - "web-scraping"
11
+ - "open-data"
12
+ - "arxiv-papers-scraper"
13
+ - "arxiv"
14
+ - "papers"
15
+ - "search"
16
+ - "metadata"
17
+ - "authors"
18
+ - "abstracts"
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: arxiv-papers-scraper.jsonl
24
+ ---
25
+
26
+ # arXiv Papers Scraper
27
+
28
+ Search arXiv and export papers with full abstracts, author lists, subject categories, DOIs, journal references and PDF links. Filter by subject class, keyword, author, affiliation or date window.
29
+
30
+ | | |
31
+ | --- | --- |
32
+ | Rows in this dataset | 21,672 |
33
+ | Fields | 26 |
34
+ | Collector runs behind it | 91 |
35
+ | Most recent observation | 2026-08-03 |
36
+ | Browsable presentation | [https://reapx.dev/data/arxiv-papers-scraper/](https://reapx.dev/data/arxiv-papers-scraper/) — 10,515 entity pages |
37
+ | Run the collector yourself | [https://apify.com/reapx/arxiv-papers-scraper](https://apify.com/reapx/arxiv-papers-scraper) |
38
+
39
+ ## What this is
40
+
41
+ Every row here was returned by a real run of a public collector. Nothing is generated from a
42
+ template over a keyword list: a row exists because a run observed it.
43
+
44
+ A browsable presentation of the subset that carries an addressable `arxivId` is published as
45
+ 10,515 entity pages at [https://reapx.dev/data/arxiv-papers-scraper/](https://reapx.dev/data/arxiv-papers-scraper/), one page per entity. **This dataset is
46
+ the larger of the two** — rows whose payload has no field that can address a page are here and
47
+ are not published there.
48
+
49
+ ## Provenance
50
+
51
+ Each row carries `_run_id` and `_dataset_id`, naming the collector run that produced it, so any
52
+ row can be traced back to the run that observed it. Rows observed by more than one run are
53
+ deduplicated on content; 0 duplicate observations were collapsed.
54
+
55
+ ## Files
56
+
57
+ - `arxiv-papers-scraper.jsonl` — one JSON object per row, the canonical form
58
+ - `arxiv-papers-scraper.csv` — the same rows flattened; nested values are JSON-encoded within their cell
59
+ so they round-trip
60
+ - `dataset.json` — schema.org `Dataset` metadata
61
+
62
+ ## Loading it
63
+
64
+ ```python
65
+ from datasets import load_dataset
66
+ ds = load_dataset("reapxdev/arxiv-papers-scraper", split="train")
67
+ ```
68
+
69
+ ## A sample of the published entities
70
+
71
+ - [Calculation of prompt diphoton production cross sections at Tevatron and LHC energies](https://reapx.dev/data/arxiv-papers-scraper/0704-0001v2/)
72
+ - [Simulations of cosmic ray propagation](https://reapx.dev/data/arxiv-papers-scraper/2106-08426v1/)
73
+ - [Boosted Prompt Ensembles for Large Language Models](https://reapx.dev/data/arxiv-papers-scraper/2304-05970v1/)
74
+ - [AxBench: Steering LLMs? Even Simple Baselines Outperform Sparse Autoencoders](https://reapx.dev/data/arxiv-papers-scraper/2501-17148v3/)
75
+ - [Automatic debiased machine learning and sensitivity analysis for sample selection models](https://reapx.dev/data/arxiv-papers-scraper/2601-08643v1/)
76
+ - [Diffusion Model as a Generalist Segmentation Learner](https://reapx.dev/data/arxiv-papers-scraper/2604-24575v1/)
77
+ - [Do Deep Ensembles Actually Capture Uncertainty in Graph Neural Networks?](https://reapx.dev/data/arxiv-papers-scraper/2605-22593v1/)
78
+ - [Sharpness characterizes Hill functions](https://reapx.dev/data/arxiv-papers-scraper/2606-11426v1/)
79
+ - [NQS-Agent: Health-Aware Agentic Hyperparameter Optimization for Neural-Network Quantum States](https://reapx.dev/data/arxiv-papers-scraper/2606-30464v1/)
80
+ - [Memory-Conditioned Tool Calling for Camera-First Visual Agents](https://reapx.dev/data/arxiv-papers-scraper/2607-09822v1/)
81
+ - [A High-Order Flux Reconstruction Actuator-Line Framework for Rotating-Blade Aerodynamics on Fixed Cartesian Grids](https://reapx.dev/data/arxiv-papers-scraper/2607-20347v1/)
82
+ - [Rethinking Clinical Relevance in Chest X-ray Machine Learning: How Evaluation References Define Performance](https://reapx.dev/data/arxiv-papers-scraper/2607-26333v1/)
83
+
84
+ ## Related
85
+
86
+ - All sources: <https://reapx.dev/data/> · machine-readable index: <https://reapx.dev/llms.txt>
87
+ - The collector is a public Apify Actor; agents reach it through <https://mcp.apify.com>
88
+
89
+ ## Licence
90
+
91
+ Collected from public sources. This metadata and the published pages are
92
+ [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/); the underlying records remain under
93
+ the terms of their originating source.
arxiv-papers-scraper.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3e0c84e7c4ff7743817df17aa861272af1ad3d61b40bf49fd8b1aae36062b28
3
+ size 42726625
arxiv-papers-scraper.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abcc472584ba1b39840cc0c4fc43c19d100f6c979f64b73a4670a30c71818755
3
+ size 51327087
dataset.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": "https://schema.org",
3
+ "@type": "Dataset",
4
+ "@id": "https://reapx.dev/data/arxiv-papers-scraper/",
5
+ "name": "arXiv Papers Scraper: Search, Metadata, Authors, Full Abstracts",
6
+ "description": "Search arXiv and export papers with full abstracts, author lists, subject categories, DOIs, journal references and PDF links. Filter by subject class, keyword, author, affiliation or date window.",
7
+ "url": "https://reapx.dev/data/arxiv-papers-scraper/",
8
+ "identifier": "arxiv-papers-scraper",
9
+ "license": "https://creativecommons.org/licenses/by/4.0/",
10
+ "creator": {
11
+ "@type": "Organization",
12
+ "name": "reapx",
13
+ "url": "https://reapx.dev"
14
+ },
15
+ "isAccessibleForFree": true,
16
+ "dateModified": "2026-08-03",
17
+ "variableMeasured": "arxivId",
18
+ "distribution": [
19
+ {
20
+ "@type": "DataDownload",
21
+ "encodingFormat": "text/html",
22
+ "contentUrl": "https://reapx.dev/data/arxiv-papers-scraper/"
23
+ }
24
+ ],
25
+ "measurementTechnique": "Apify Actor reapx/arxiv-papers-scraper",
26
+ "sameAs": "https://apify.com/reapx/arxiv-papers-scraper"
27
+ }