File size: 1,619 Bytes
86c2b07
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
task_categories:
- text-classification
language:
- en
tags:
- mathematics
- proof-verification
- arxiv
pretty_name: ArxivMathGradingBench
size_categories:
- n<1K
---

# ArxivMathGradingBench

A benchmark of 35 arXiv mathematics papers that contained an error later
corrected by the authors in a subsequent version, each annotated with the
location of the error. Introduced in *Pseudo-Formalization for Automatic
Proof Verification* to evaluate LLM proof verifiers on real research-level
mathematics.

## Downloading the papers

This dataset provides the paper metadata and error annotations. To download
the paper PDFs, follow the instructions in the code repository:

**https://github.com/Slim205/pseudo-formalization**

## Columns

| column | description |
|---|---|
| `arxiv_id` | arXiv identifier (e.g. `2501.04482`) |
| `version` | paper version used by the benchmark (e.g. `v1` / `v2`) |
| `url` | arXiv abstract URL |
| `v1_date` | date of the first arXiv version |
| `category` | arXiv subject class (e.g. `math.FA`) |
| `category_name_readable` | human-readable subject name |
| `comments` | the author's revision comment (often describing the fix) |
| `Location of Error` | ground-truth error location(s), e.g. `Theorem 19` |
| `Liscence` | the paper's license as recorded on arXiv |
| `title_extracted_from_tex` | paper title |

## Citation

```
@article{barkallah2026pseudo,
  title={Pseudo-Formalization for Automatic Proof Verification},
  author={Barkallah, Slim and Bailey, Luke and Wen, Kaiyue and Abouzaid, Mohammed and Ma, Tengyu},
  journal={arXiv preprint arXiv:2605.20531},
  year={2026}
}
```