All Posts
Resources

How to Use arXiv Effectively: A Guide for Math Students

A practical guide to navigating arXiv, the world's largest mathematics preprint server: how to search, browse, set up alerts, read preprints, and use arXiv as a tool for mathematical research.

What Is arXiv?

arXiv (pronounced "archive") is a free, open-access preprint server where researchers share their papers before (or instead of) formal journal publication. Founded in 1991 by physicist Paul Ginsparg at Los Alamos National Laboratory and now hosted by Cornell University, arXiv has become the primary venue for disseminating new research in mathematics, physics, computer science, and several other fields.

As of 2026, arXiv hosts well over two million papers, with the mathematics section alone containing hundreds of thousands of preprints. Nearly every working mathematician posts their papers on arXiv, making it an essential resource for anyone entering the research world.


Why arXiv Matters for Math Students

Even if you are not yet doing original research, arXiv is important for several reasons:

  1. Access to cutting-edge mathematics. Journal publication can take years. On arXiv, you can read new results the day they are posted.
  2. Free and open. Unlike many journals that sit behind paywalls, arXiv papers are freely available to everyone.
  3. Breadth of content. arXiv contains not just research papers but also survey articles, lecture notes, and expository writing.
  4. Understanding the research landscape. Browsing arXiv helps you learn what active areas of research look like and what questions people are working on.

For graduate students: Your advisor will likely expect you to regularly check arXiv for new papers in your area. Building this habit early is one of the most important things you can do in your first year of graduate school.


The Structure of arXiv

Mathematics Categories

The mathematics section of arXiv is divided into subcategories, each with a two-letter code:

CodeSubject
math.AGAlgebraic Geometry
math.ATAlgebraic Topology
math.APAnalysis of PDEs
math.CAClassical Analysis and ODEs
math.COCombinatorics
math.CTCategory Theory
math.DGDifferential Geometry
math.DSDynamical Systems
math.FAFunctional Analysis
math.GNGeneral Topology
math.GRGroup Theory
math.GTGeometric Topology
math.LOLogic
math.NANumerical Analysis
math.NTNumber Theory
math.OAOperator Algebras
math.PRProbability
math.QAQuantum Algebra
math.RARings and Algebras
math.RTRepresentation Theory
math.STStatistics Theory

This is not a complete list — there are over 30 mathematics subcategories. The full list is available at arxiv.org/archive/math.

Paper Identifiers

Every arXiv paper has a unique identifier. The modern format (since April 2007) looks like:

2401.12345

where 2401 indicates January 2024, and 12345 is a serial number. The paper's URL is then https://arxiv.org/abs/2401.12345.

Older papers use the format math/0601234, where math indicates the subject area and 06 indicates the year 2006.


How to Search arXiv

The simplest approach is to use the search bar at arxiv.org. You can search by:

  • Title: Search for keywords in the paper title
  • Author: Search by author name (e.g., "Tao, Terence")
  • Abstract: Search for keywords in the abstract
  • arXiv ID: Go directly to a specific paper

The advanced search page lets you combine criteria. For example, you can search for papers:

  • In a specific category (e.g., math.NT)
  • By a specific author
  • Within a date range
  • Containing specific terms in the title or abstract

Using Google Scholar

For many searches, Google Scholar is actually more effective than arXiv's built-in search. Google Scholar indexes arXiv papers and provides citation counts, related papers, and links to journal versions when they exist.

Pro tip: In Google Scholar, you can search with site:arxiv.org to limit results to arXiv papers. For example: "prime gaps" site:arxiv.org.

Semantic Scholar

Semantic Scholar is an AI-powered academic search engine that can help you find papers related to a concept rather than just matching keywords. It also provides useful features like citation context and paper summaries.


Browsing New Papers

The Daily Listings

Every weekday, arXiv publishes a list of new submissions in each category. You can view these listings at:

https://arxiv.org/list/math.NT/new

Replace math.NT with your category of interest. These listings show:

  • New submissions: Papers posted for the first time
  • Replacements: Updated versions of previously posted papers
  • Cross-lists: Papers primarily in another category that are also relevant to this one

Setting Up Email Alerts

arXiv offers email subscriptions for daily listings. Visit arxiv.org/help/subscribe to set up alerts for specific categories. Each morning, you will receive an email listing all new papers in your chosen categories.

This is how most researchers stay current — they scan the daily listings each morning, reading abstracts of papers that catch their interest.

RSS Feeds

If you prefer RSS, arXiv provides feeds for each category. The feed URL follows the pattern:

https://rss.arxiv.org/rss/math.AG

You can subscribe to these in any RSS reader to get new papers delivered automatically.


How to Read an arXiv Paper

Start with the Abstract

The abstract gives you a one-paragraph summary of the paper. Read it carefully to determine:

  • What problem does the paper address?
  • What is the main result?
  • What techniques are used?

Check the Introduction

Most mathematics papers have an introduction that provides more context than the abstract. The introduction often includes:

  • Motivation for the problem
  • Statements of the main theorems
  • A summary of how the paper is organized
  • Connections to previous work

Read Strategically

You do not need to read every paper from start to finish. Develop a hierarchy:

  1. Scan: Read the abstract and introduction. Decide if the paper is relevant.
  2. Skim: Read the theorem statements and look at the overall structure.
  3. Study: Read the full proofs carefully, working through details with pen and paper.

Most papers you encounter will only warrant scanning or skimming. Reserve careful study for papers directly relevant to your work.

Reality check: Even experienced mathematicians do not read most papers in full. A productive weekly routine might involve scanning 20–30 abstracts, skimming 5–10 introductions, and carefully reading 1–2 papers.


Useful Tools Built on arXiv

arXiv Sanity Preserver / arXiv Sanity Lite

Originally created by Andrej Karpathy, arXiv Sanity Lite provides a better interface for browsing and filtering arXiv papers, with personalized recommendations based on your reading history.

Connected Papers

Connected Papers generates a visual graph of papers related to a given paper. Enter an arXiv paper and see a network showing which papers cite it, which papers it cites, and related work. This is extremely helpful for understanding the landscape around a specific result.

Papers with Code

Papers with Code links arXiv papers to their code implementations. While this is more relevant for machine learning and applied mathematics, it is increasingly useful for computational mathematics as well.

ar5iv

ar5iv is an experimental service that renders arXiv papers as HTML5 web pages instead of PDFs. This makes papers more accessible on mobile devices and allows for better search indexing. To use it, simply replace arxiv.org with ar5iv.labs.arxiv.org in any paper URL.


Posting Your Own Papers

When to Post on arXiv

If you write a research paper — even as an undergraduate or master's student — consider posting it on arXiv. Benefits include:

  • Establishing priority. The arXiv timestamp provides evidence that you had a result by a specific date.
  • Getting feedback. Colleagues can find and comment on your work.
  • Visibility. More people will read your paper on arXiv than in most journals.

How to Submit

  1. Create an account at arxiv.org.
  2. Get an endorsement. New users in most categories need an endorsement from an existing arXiv author. Your advisor can endorse you.
  3. Prepare your paper in LaTeX (arXiv accepts .tex source files, which it compiles to PDF).
  4. Choose a primary category and optional cross-list categories.
  5. Submit and wait for the paper to appear in the next daily listing (usually within 1–2 business days).

Versioning

arXiv maintains all versions of a paper. If you find errors or want to update your results, you can submit a revised version. The new version replaces the old one on the abstract page, but all previous versions remain accessible.


Common Mistakes When Using arXiv

1. Treating Preprints as Peer-Reviewed

arXiv papers have not been peer-reviewed. While most papers by established researchers are reliable, errors do occur. Always read critically and verify important claims yourself.

2. Ignoring the Daily Listings

Many students only use arXiv when searching for specific papers. But the daily listings are one of the best ways to discover new mathematics and stay current in your field.

3. Not Checking for Updated Versions

Papers on arXiv are sometimes revised significantly. Always check that you are reading the most recent version (indicated at the top of the abstract page).

4. Citing Only the arXiv Version

If a paper has been published in a journal, cite the journal version (while possibly also noting the arXiv link for free access). Check Google Scholar to see if a journal version exists.


Building an arXiv Reading Habit

Here is a practical routine for graduate students and advanced undergraduates:

Daily (5–10 minutes)

  • Check the new submissions in 1–2 categories relevant to your interests
  • Read the abstracts of anything that catches your eye
  • Star or bookmark papers you want to read more carefully

Weekly (1–2 hours)

  • Read the introductions of 3–5 starred papers
  • Select 1–2 papers for careful study
  • Update your personal bibliography or reading notes

Monthly

  • Read at least one paper thoroughly, working through the proofs
  • Discuss interesting papers with your study group or advisor
  • Explore a new arXiv category outside your usual areas

Start small. You do not need to read every new paper in your category. Begin by scanning abstracts, and over time you will develop an instinct for which papers are worth reading in detail.


Summary

arXiv is one of the most important resources in modern mathematics. It provides free, instant access to the latest research and has fundamentally changed how mathematical knowledge is shared. Learning to use it effectively — searching, browsing, reading strategically, and eventually contributing your own work — is an essential skill for any serious mathematics student.


References