Updated Sep. 18, 2026

AI Use in Math Research

Our estimates of the number and types of AI use acknowledgments in math research papers submitted to arXiv, obtained by having AI models analyze the full text of preprints that mention AI.

Settings
Explore by

Data

Display

Show data as
Show scale as

More about this dataset

Documentation

Epoch’s AI Use in Math Research explorer follows AI use acknowledgments in math papers. Our main chart tracks the number of math preprints on arXiv that acknowledge AI use per month. We also track the different use cases for which AI is acknowledged and which AI providers are named. These trends offer a perspective on the real-world influence of AI in a setting where capabilities are rapidly increasing.

We use GPT-5.6 Sol to detect AI use acknowledgments and classify AI use cases, and Claude Fable 5 as a validator. The use cases can be divided into research use, which includes cases where AI may have contributed ideas or proofs, and non-research use, including writing, coding, and literature review. We require stricter validation on the research use categories, and keep only classifications supported by both Sol and Fable. A human review of 250 use-case classifications agreed with 93% of classifications in total.

Downloads

Citations

Epoch AI’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' [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}, 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)