Datasets:

Modalities:
Text
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
zhangirazerbayev commited on
Commit
aed57f5
1 Parent(s): ae32e84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -11,7 +11,7 @@ license: mit
11
  - **Point of Contact:** [Zhangir Azerbayev](https://zhangir-azerbayev.github.io/)
12
 
13
  ### Dataset Summary
14
-
15
 
16
  ### Leaderboard
17
  **Statement Autoformalization**
@@ -30,13 +30,11 @@ license: mit
30
 
31
  ### Data Fields
32
 
33
- - `"id"`: Unique string identifier for the problem.
34
- - `"nl_statement": Natural language theorem statement.
35
- - "nl_proof": Natural language proof, in LaTeX. Depends on `amsthm, amsmath, amssymb` packages.
36
- - "formal_statement": Formal theorem statement in Lean 3.
37
- - "src_header": File header including imports, namespaces, and locales required for the formal statement. Note that local import of [common.lean](https://github.com/zhangir-azerbayev/ProofNet/blob/main/benchmark/benchmark_to_publish/formal/common.lean), which has to be manually downloaded and place in the same directory as your `.lean` file containing the formal statement.
38
-
39
- ### Contributions
40
- Zhangir Azerbayev, Bartosz Piotrowski, Jeremy Avigad
41
 
42
- [More Information Needed]
 
 
11
  - **Point of Contact:** [Zhangir Azerbayev](https://zhangir-azerbayev.github.io/)
12
 
13
  ### Dataset Summary
14
+ ProofNet is a benchmark for autoformalization and formal proving of undergraduate-level mathematics. The ProofNet benchmarks consists of 371 examples, each consisting of a formal theorem statement in Lean 3, a natural language theorem statement, and a natural language proof. The problems are primarily drawn from popular undergraduate pure mathematics textbooks and cover topics such as real and complex analysis, linear algebra, abstract algebra, and topology. We intend for ProofNet to be a challenging benchmark that will drive progress in autoformalization and automatic theorem proving.
15
 
16
  ### Leaderboard
17
  **Statement Autoformalization**
 
30
 
31
  ### Data Fields
32
 
33
+ - `id`: Unique string identifier for the problem.
34
+ - `nl_statement`: Natural language theorem statement.
35
+ - `nl_proof`: Natural language proof, in LaTeX. Depends on `amsthm, amsmath, amssymb` packages.
36
+ - `formal_statement`: Formal theorem statement in Lean 3.
37
+ - `src_header`: File header including imports, namespaces, and locales required for the formal statement. Note that local import of [common.lean](https://github.com/zhangir-azerbayev/ProofNet/blob/main/benchmark/benchmark_to_publish/formal/common.lean), which has to be manually downloaded and place in the same directory as your `.lean` file containing the formal statement.
 
 
 
38
 
39
+ ### Authors
40
+ Zhangir Azerbayev, Bartosz Piotrowski, Jeremy Avigad