Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # ProofNet
6
+
7
+ ## Dataset Description
8
+
9
+ - **Repository:** [zhangir-azerbayev/ProofNet](https://github.com/zhangir-azerbayev/ProofNet)
10
+ - **Paper:** [ProofNet](https://mathai2022.github.io/papers/20.pdf)
11
+ - **Point of Contact:** [Zhangir Azerbayev](https://zhangir-azerbayev.github.io/)
12
+
13
+ ### Dataset Summary
14
+
15
+
16
+ ### Leaderboard
17
+ **Statement Autoformalization**
18
+ | Model | Typecheck Rate | Accuracy |
19
+ | ---------------------------------- | -------------- | -------- |
20
+ | Davinci-code-002 (prompt retrieval)| 45.2 | 16.1 |
21
+ | Davinci-code-002 (in-context learning) | 23.7 | 13.4 |
22
+ | proofGPT-1.3B | 10.7 | 3.2 |
23
+
24
+ **Statement Informalization**
25
+ | Model | Accuracy |
26
+ | ---------------------------------- | -------- |
27
+ | Code-davinci-002 (in-context learning)| 62.3 |
28
+ | proofGPT-6.7B (in-context learning) | 6.5 |
29
+ | proofGPT-1.3B (in-context learning) | 4.3 |
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]