AI Use in Math Research Documentation

MethodologyLimitationsChangelogDownloads
Show sidebarDownloads

Downloads

Access the data

The data is available on our website as a visualization, and is available for download as a gzipped CSV file.

Download the AI Use in Math Research dataset as a gzipped CSV of monthly series by subfield.

Use this work

Epoch’s data is free to use, distribute, and reproduce provided the source and authors are credited under the Creative Commons Attribution license.

Citation

Epoch AI, 'AI Use in Math Research'. Published online at epoch.ai. Retrieved from 'https://epoch.ai/data/arxiv-documentation/downloads' [online resource]. Accessed 19 Sep 2026.

BibTeX Citation

@misc{EpochAIArxivMath2026, title = {{AI Use in Math Research}}, author = {{Epoch AI}}, year = {2026}, month = {9}, url = {https://epoch.ai/data/arxiv-documentation/downloads}, note = {Accessed: 19 Sep 2026} }

Python Import

import pandas as pd data_url = "https://epoch.ai/data/arxiv_trends_monthly.csv.gz" df = pd.read_csv(data_url)