Update README.md
Browse files
README.md
CHANGED
@@ -64,11 +64,11 @@ ProofNet is a benchmark for autoformalization and formal proving of undergraduat
|
|
64 |
|
65 |
## Data Fields
|
66 |
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
|
73 |
## Citation
|
74 |
|
|
|
64 |
|
65 |
## Data Fields
|
66 |
|
67 |
+
- `id`: Unique string identifier for the problem.
|
68 |
+
- `nl_statement`: Natural language theorem statement.
|
69 |
+
- `nl_proof`: Mathematical proof in natural language for the theorem statement.
|
70 |
+
- `lean4_src_header`: File header including imports, namespaces, and locales required for the formal statement.
|
71 |
+
- `lean4_formalization`: Formal theorem statement in Lean 4.
|
72 |
|
73 |
## Citation
|
74 |
|