Papers › On the Use of ArXiv as a Dataset

On the Use of ArXiv as a Dataset

30 Apr 2019arXiv:1905.00075archive 2025-07-28

Colin B. Clement, Matthew Bierbaum, Kevin P. O'Keeffe, Alexander A. Alemi

The arXiv has collected 1.5 million pre-print articles over 28 years, hosting literature from scientific fields including Physics, Mathematics, and Computer Science. Each pre-print features text, figures, authors, citations, categories, and other metadata. These rich, multi-modal features, combined with the natural graph structure---created by citation, affiliation, and co-authorship---makes the arXiv an exciting candidate for benchmarking next-generation models. Here we take the first necessary steps toward this goal, by providing a pipeline which standardizes and simplifies access to the arXiv's publicly available data. We use this pipeline to extract and analyze a 6.7 million edge citation graph, with an 11 billion word corpus of full-text research articles. We present some baseline classification results, and motivate application of more exciting generative graph models.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1905.00075")

Code

Syntology Ran 0 of 19 code samples harvested from 1 repository linked to this paper; 19 have no recorded run.

By repository: official repository: 19 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mattbierbaum/arxiv-public-datasets officialmentioned in papermentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

19unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mattbierbaum/arxiv-public-datasets. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

average_word_length mattbierbaum/arxiv-public-datasets/arxiv_public_data/fulltext.py official repository unverified MIT (permissive) · 42d18d5a64573bd2 · report
call_list mattbierbaum/arxiv-public-datasets/arxiv_public_data/slice_pdfs.py official repository unverified MIT (permissive) · 19c492284a1e44c8 · report
fix_unicode mattbierbaum/arxiv-public-datasets/arxiv_public_data/fixunicode.py official repository unverified MIT (permissive) · 20ba987cb89ec402 · report
format_cat mattbierbaum/arxiv-public-datasets/arxiv_public_data/regex_arxiv.py official repository unverified MIT (permissive) · cd1e13b1690683a8 · report
id_to_tarpdf mattbierbaum/arxiv-public-datasets/arxiv_public_data/slice_pdfs.py official repository unverified MIT (permissive) · 7b12ce643bd7f3e6 · report
parse_author_affil mattbierbaum/arxiv-public-datasets/arxiv_public_data/authors.py official repository unverified MIT (permissive) · c19d2d760a3c327d · report
parse_manifest mattbierbaum/arxiv-public-datasets/arxiv_public_data/s3_bulk_download.py official repository unverified MIT (permissive) · b4df610039d3b64f · report
parse_record mattbierbaum/arxiv-public-datasets/arxiv_public_data/oai_metadata.py official repository unverified MIT (permissive) · e1ecf90ca4c2eab5 · report
parse_xml_listrecords mattbierbaum/arxiv-public-datasets/arxiv_public_data/oai_metadata.py official repository unverified MIT (permissive) · 8cab1f1d13a28249 · report
path_to_id mattbierbaum/arxiv-public-datasets/arxiv_public_data/internal_citations.py official repository unverified MIT (permissive) · 025263a823ab89f3 · report
process_timeout mattbierbaum/arxiv-public-datasets/arxiv_public_data/fulltext.py official repository unverified MIT (permissive) · 2e0a093e50ef8d97 · report
process_to_IDs_in_sparse_format mattbierbaum/arxiv-public-datasets/arxiv_public_data/embeddings/tf_hub.py official repository unverified MIT (permissive) · 5e1a95848f82102b · report
reextension mattbierbaum/arxiv-public-datasets/arxiv_public_data/fulltext.py official repository unverified MIT (permissive) · 117fa82bd8e89f46 · report
remove_stamp mattbierbaum/arxiv-public-datasets/arxiv_public_data/pdfstamp.py official repository unverified MIT (permissive) · 3cbee0b09002a195 · report
split_authors mattbierbaum/arxiv-public-datasets/arxiv_public_data/authors.py official repository unverified MIT (permissive) · d6bff84620e58d94 · report
strip_version mattbierbaum/arxiv-public-datasets/arxiv_public_data/regex_arxiv.py official repository unverified MIT (permissive) · 96101ecfa2b4a87e · report
tex2utf mattbierbaum/arxiv-public-datasets/arxiv_public_data/tex2utf.py official repository unverified MIT (permissive) · 7cde1cddf103b683 · report
texch2UTF mattbierbaum/arxiv-public-datasets/arxiv_public_data/tex2utf.py official repository unverified MIT (permissive) · e62c7f2c7fdf9629 · report
zeropad_1501 mattbierbaum/arxiv-public-datasets/arxiv_public_data/regex_arxiv.py official repository unverified MIT (permissive) · b82c3fe2c74bbf56 · report

Tasks

ArticlesAuthor AttributionBenchmarkingInformation RetrievalKnowledge GraphsLanguage ModellingLink PredictionRecommendation SystemsSemantic SegmentationStructured PredictionText ClassificationText Clustering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections