arXiv monthly submissions by category
Monthly e-print submission counts for 16 major arXiv categories (AI, machine learning, NLP, computer vision, robotics, software engineering, cryptography, HCI, databases, information retrieval, multiagent systems, neural/evolutionary computing, statistical ML, econometrics, computational finance, signal processing), trailing 6 complete calendar months, from the keyless arXiv query API (https://export.arxiv.org/api/query, descriptive metadata under CC0 1.0). Each row is one (category, month): e-prints submitted that month. Method: one submittedDate range query per category per month (the API returns HTTP 500 for deep offsets, so per-month ranges are used instead of a deep newest-first crawl) with the 3 s inter-request delay the arXiv Terms of Use require; papers are counted once, in their original submission month (the earliest announcement date of the unversioned id). Caveats: cross-listed e-prints are counted in every category they appear in; a paper whose newest version falls in the window but whose original submission predates it is attributed to the earliest version seen.
Les titres et les descriptions proviennent des sources de données, en anglais.
- Source
- arXiv
- Lignes
- 96
- Colonnes
- 4
- Cadence de la source
- Mensuelle
- Dernière actualisation
- 23 sept. 2026
- Thème
- technology
| Colonne | Type | Description |
|---|---|---|
| category | string | arXiv category code (official taxonomy); with month forms the primary key. |
| category_name | string | Official arXiv taxonomy name for the category. |
| month | string | Calendar month of original submission (YYYY-MM), UTC. Join key. |
| submissions | integer | Number of e-prints submitted in the category during the month (original submission date; each paper counted once). Cross-listed e-prints are counted in every category they appear in. (unit: e-prints) |
10 premières lignes d’exemple — un aperçu, pas le jeu de données complet.
| category | category_name | month | submissions |
|---|---|---|---|
| cs.AI | Artificial Intelligence | 2026-03 | 5 034 |
| cs.AI | Artificial Intelligence | 2026-04 | 5 037 |
| cs.AI | Artificial Intelligence | 2026-05 | 7 051 |
| cs.AI | Artificial Intelligence | 2026-06 | 5 613 |
| cs.AI | Artificial Intelligence | 2026-07 | 4 562 |
| cs.AI | Artificial Intelligence | 2026-08 | 5 038 |
| cs.CL | Computation and Language | 2026-03 | 2 109 |
| cs.CL | Computation and Language | 2026-04 | 2 514 |
| cs.CL | Computation and Language | 2026-05 | 3 064 |
| cs.CL | Computation and Language | 2026-06 | 2 638 |
- Actuelle
20260923T083455Z-cc2ffb1cad69 · sha256 cc2ffb1cad69…
96 lignes · premier instantané
Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/arxiv/arxiv_submissions_monthly_by_category" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/arxiv/arxiv_submissions_monthly_by_category").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)Point d’accès API : https://datazimuts.com/v1/datasets/arxiv/arxiv_submissions_monthly_by_category
Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.
D’où viennent ces données et ce qui en a été fait. Le travail des autres apparaît sous forme de décomptes ; seuls les projets partagés sont nommés.
Citer cet instantané
Épinglé à l’instantané 20260923T083455Z-cc2ffb1cad69 et à son empreinte, pour que vos lecteurs obtiennent exactement les données utilisées.
arXiv. (2026). arXiv monthly submissions by category [Data set, snapshot 20260923T083455Z-cc2ffb1cad69, sha256 cc2ffb1cad69]. Datazimuts. Retrieved 2026-09-23, from https://datazimuts.com/fr/datasets/arxiv/arxiv_submissions_monthly_by_category?snapshot=20260923T083455Z-cc2ffb1cad69
@misc{dz_arxiv_arxiv_submissions_monthly_by_categ_cc2ffb1c,
title = {{arXiv monthly submissions by category}},
author = {{arXiv}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/fr/datasets/arxiv/arxiv_submissions_monthly_by_category?snapshot=20260923T083455Z-cc2ffb1cad69}},
note = {Snapshot 20260923T083455Z-cc2ffb1cad69, sha256 cc2ffb1cad69fa472448c43b34c84edd1ca35538999a6f21b02403b76d998c11; accessed 2026-09-23}
}Intégrer un tableau ou un graphique
Collez ce code dans n’importe quelle page. L’intégration est épinglée au même instantané, suit le thème clair ou sombre du lecteur et affiche toujours la source, la licence et un lien de retour.
<iframe src="https://datazimuts.com/embed/chart?dataset=arxiv%2Farxiv_submissions_monthly_by_category&lang=fr&theme=auto&snapshot=20260923T083455Z-cc2ffb1cad69&x=category&y=submissions&agg=avg" title="arXiv monthly submissions by category" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Posez une question sur ce jeu de données. Les réponses viennent uniquement de sa fiche, de son profil mesuré et de son historique, et citent les faits utilisés.