amitayusht
commited on
Update README.md
Browse filesAdded more in README.md
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Link to the repository on GitHub: https://github.com/trishullab/PUTNAM
|
2 |
+
|
3 |
+
# PutnamBench
|
4 |
+
|
5 |
+
PutnamBench is a benchmark for the evaluation of theorem-proving algorithms on competition mathematics problems sourced from the William Lowell Putnam Mathematical Competition years 1965 - 2023. Our formalizations currently support three formal languages: Lean 4 $\land$ Isabelle $\land$ Coq. PutnamBench comprises over 1300 manual formalizations, aggregated over all languages.
|
6 |
+
|
7 |
+
PutnamBench aims to support research in automated mathematical reasoning by providing a multilingual benchmark for evaluating theorem-proving algorithms. It is released under permissive licenses (Apache 2.0 for Lean 4 and Isabelle, MIT for Coq), and we encourage community contributions (TODO: After initial release)
|
8 |
+
|
9 |
+
## Author List
|
10 |
+
George Tsoukalas (corresponding author email: [email protected])
|
11 |
+
Jasper Lee
|
12 |
+
John Jennings
|
13 |
+
Jimmy Xin
|
14 |
+
Michelle Ding
|
15 |
+
Michael Jennings
|
16 |
+
Amitayush Thakur
|
17 |
+
Swarat Chaudhuri
|
18 |
+
|
19 |
+
## Statistics
|
20 |
+
| Language | Count |
|
21 |
+
| ------------- | -------------- |
|
22 |
+
| Lean 4 | 514 |
|
23 |
+
| Isabelle | 514 |
|
24 |
+
| Coq | 309 |
|
25 |
+
|
26 |
+
We also report the number of problems in a certain category. Note that some problems fall under multiple categories.
|
27 |
+
|
28 |
+
| Category | Total Quantity |
|
29 |
+
| ---------------- | -------------- |
|
30 |
+
| Algebra | 218 |
|
31 |
+
| Analysis | 176 |
|
32 |
+
| Number Theory | 97 |
|
33 |
+
| Linear Algebra | 43 |
|
34 |
+
| Abstract Algebra | 25 |
|
35 |
+
| Geometry | 22 |
|
36 |
+
| Combinatorics | 12 |
|
37 |
+
| Set Theory | 4 |
|
38 |
+
| Probability | 2 |
|
39 |
+
|
40 |
+
|
41 |
+
---
|
42 |
+
license: apache-2.0
|
43 |
+
---
|