arxiv-papers-by-subject
收藏资源简介:
该数据集包含超过250万篇arXiv论文的元数据,按照主题代码、年份和月份进行了分区,以便用户可以高效地选择性访问特定主题和时间段的论文。数据集是对原始数据集nick007x/arxiv-papers的重组版本,解决了原始数据集整体结构需要下载整个数据集的问题。数据被组织成小的、集中的parquet文件,按照主题代码(如cs.AI、astro-ph.CO、math.NA)、年份(1989–2025)和月份(01–12)进行分区。这种结构支持下载特定研究领域的数据、获取特定时间范围的数据、增量更新新发表的论文以及高效的缓存和懒加载。数据集包括148个arXiv主题类别,涵盖天体物理学、凝聚态物质、计算机科学、经济学、电气工程、数学、物理学、定量生物学、定量金融、统计学和非线性科学等多个领域。每个parquet文件包含arxiv_id、标题、作者、提交日期、评论、主要主题、所有主题、DOI、摘要和文件路径等字段。
This dataset contains metadata for over 2.5 million arXiv papers, partitioned by subject codes, years and months to enable users to efficiently and selectively access papers from specific topics and time periods. This is a restructured version of the original dataset nick007x/arxiv-papers, which addresses the limitation of the original dataset's structure that required users to download the entire dataset to access partial content. The data is organized into small, compact Parquet files, partitioned by subject codes (e.g., cs.AI, astro-ph.CO, math.NA), years (1989–2025) and months (01–12). This structure supports downloading data for specific research domains, retrieving data within specified time ranges, incrementally updating newly published papers, as well as efficient caching and lazy loading. The dataset includes 148 arXiv subject categories, covering a wide range of fields including astrophysics, condensed matter physics, computer science, economics, electrical engineering, mathematics, physics, quantitative biology, quantitative finance, statistics, and nonlinear science. Each Parquet file contains fields such as arxiv_id, title, authors, submission date, comments, primary subject, all subjects, DOI, abstract, and file path.
arXiv Papers by Subject 数据集概述
数据集基本信息
- 数据集名称: arXiv Papers by Subject
- 发布者: permutans
- 源数据集: nick007x/arxiv-papers
- 许可协议: MIT License
- 任务类别: 文本生成、特征提取
- 语言: 英语
- 标签: arxiv, academic-papers, scientific-literature, research, metadata
- 数据规模: 1M<n<10M
数据集描述
这是一个对 nick007x/arxiv-papers 数据集的重组版本,按学科代码、年份和月份进行分区,以实现高效的选择性访问。该数据集包含超过250万篇arXiv论文的元数据,组织成层次化的目录结构,允许用户仅下载所需的特定学科和时间段的数据,而非整个数据集。
数据集结构
数据按以下层级组织:
- 学科代码 (例如
cs.AI,astro-ph.CO,math.NA) - 年份 (1989–2025)
- 月份 (01–12)
文件结构示例:
data/ ├── astro-ph.CO/ │ ├── 2009/ │ │ ├── 01/ │ │ │ └── 00000000.parquet │ │ ├── 02/ │ │ │ └── 00000000.parquet │ │ └── ... │ └── ... ├── cs.AI/ │ ├── 1993/ │ │ └── ... │ └── 2025/ │ └── ... ├── cs.LG/ │ └── ... └── ...
学科类别
数据集涵盖148个arXiv学科类别,主要领域包括:
- 天体物理学:
astro-ph.*x 6 - 凝聚态物理:
cond-mat.*x 9 - 计算机科学:
cs.*x 60 - 经济学:
econ.*x 3 - 电气工程:
eess.*x 4 - 数学:
math.*x 30 - 物理学:
gr-qc,hep-*x 4,nucl-*x 2,quant-ph,physics.*x 22 - 定量生物学:
q-bio.*x 10 - 定量金融:
q-fin.*x 8 - 统计学:
stat.*x 5 - 非线性科学:
nlin.*x 5
数据字段
每个Parquet文件包含以下字段(继承自源数据集):
| 字段 | 类型 | 描述 |
|---|---|---|
arxiv_id |
string | 唯一的arXiv标识符 (例如 2301.00001) |
title |
string | 论文标题 |
authors |
list[string] | 作者姓名列表 |
submission_date |
string | 提交日期 (例如 18 Feb 2009) |
comments |
string | 作者评论(页数、图表等) |
primary_subject |
string | 主要的arXiv类别及描述 |
subjects |
string | 论文所属的所有arXiv类别 |
doi |
string | DOI链接(如果可用) |
abstract |
string | 论文摘要 |
file_path |
string | 源数据集中PDF文件的路径 |
注意:file_path 中的ZIP文件指向 nick007x/arxiv-papers 数据集。
数据集统计
- 论文总数: 约255万篇
- 学科类别数: 167个
- 年份范围: 1998–2025年
- 文件格式: Parquet(压缩格式)
使用方式
支持通过 huggingface_hub 库下载特定学科和时段的文件,或使用Glob模式下载多个文件。数据集可与Polars LazyFrames配合使用,实现惰性扫描和过滤。
来源与许可
- 来源: 本数据集派生自 nick007x/arxiv-papers,该数据集提供了完整的arXiv科学论文存档。原始数据集包含元数据和PDF;本派生数据集仅包含为高效部分访问而重组的元数据。
- 底层论文内容: 源自康奈尔大学运营的 arXiv.org。
- 许可: 数据集打包和组织遵循MIT License;单个论文内容遵循arXiv和相应作者指定的许可。
引用
若使用本数据集,请同时引用此重组版本和原始源数据集。




