数据集

arxiv-latex

scholarweave/arxiv-latex

查看上游原文 ↗
上游访问:公开 本站服务:可咨询 许可证:other 上游版本:b1fb11f15b2e

中文简介

该数据集将 arXiv 的 LaTeX 源文件与官方元数据整理为便于查询的 Parquet 语料,面向大规模科学文献处理。数据卡强调完整历史语料和持续同步,但单篇论文的版权与许可可能不同;使用前需依据 arXiv 条款和论文自身许可进行过滤。

UPSTREAM README

上游模型卡 / 数据集卡

在 Hugging Face 查看原文 ↗

该数据集将 arXiv 的 LaTeX 源文件与官方元数据整理为便于查询的 Parquet 语料,面向大规模科学文献处理。数据卡强调完整历史语料和持续同步,但单篇论文的版权与许可可能不同;使用前需依据 arXiv 条款和论文自身许可进行过滤。

已有简体中文译文 · 本站中文整理 · 2026-07-23 14:50

arXiv LaTeX Source Dataset This dataset provides the entire corpus of arXiv's LaTeX source files, pre-parsed, formatted, and aligned with official metadata in ready-to-query Parquet files. Why I Built This If you have ever tried to work with the complete history of arXiv papers at scale, you have likely run into two massive hurdles: 1. **Network Egress Costs**: While arXiv does offer public bulk access to its source files via S3 (`s3://arxiv`), the bucket is configured as "requester-pays." If you attempt to download the full 5 TB corpus of over 3 million papers to any machine outside of the AWS `us-east-1` (N. Virginia) region, you are hit with standard AWS egress fees. At **$0.09 per GB**, a single full download costs **more than $450**. 2. **Computational Friction**: The raw S3 data is packaged as hundreds of nested `.tar` archives, each containing gzip payloads (`.gz`) of individual papers. Extracting these, parsing the inner LaTeX code, and matching the files with their JSON metadata snapshots is extremely CPU-heavy, requiring complex local pipeline architecture. This dataset acts as an open mirror that solves both issues. The project ingests the S3 data inside `us-east-1` (where data transfer is free), indexes and processes the LaTeX source documents, aligns them directly to their metadata snapshot, and uploads the finalized Parquet files here. Researchers and developers can download clean, structured data without worrying about network egress bills or spending days writing ingestion code. Sync Automation & Tooling The pipeline that builds and updates this dataset is completely open-source. If you wish to mirror this data, customize the processing logic, or run local extractions directly from AWS S3, you can use the sync infrastructure codebase: **GitHub Repository**: arthiondaena/arxivETL_sync This accompanying repository features a high-performance **parallel Rust engine** paired with a Python orchestrator designed to handle zero-copy memory-mapped metadata p

公开页仅展示原文摘录;完整模型卡或数据集卡请前往上游仓库查看。

上游文件元数据

  • .gitattributes2.45 KB
  • arxiv_parquet_manifest.xml594.24 KB
  • arxiv_part_0001.parquet8.96 GB
  • arxiv_part_0002.parquet9.89 GB
  • arxiv_part_0003.parquet11.40 GB
  • arxiv_part_0004.parquet12.18 GB
  • arxiv_part_0005.parquet5.41 GB
  • arxiv_part_0006.parquet5.10 GB
  • arxiv_part_0007.parquet5.02 GB
  • arxiv_part_0008.parquet5.55 GB
  • arxiv_part_0009.parquet6.26 GB
  • arxiv_part_0010.parquet5.94 GB
第三方资源声明

本页面为橙子AI科技的中文整理与服务说明,不代表资源作者或平台官方页面。实际许可、访问和使用条件以上游原文为准。