Datasets:
PAug
/

Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Tags:
code
Libraries:
Datasets
pandas
License:
PAug commited on
Commit
2bcf202
·
verified ·
1 Parent(s): 4a30fca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -64,11 +64,11 @@ ProofNet is a benchmark for autoformalization and formal proving of undergraduat
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
 
 
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