GasStationManager commited on
Commit
f07b52d
·
verified ·
1 Parent(s): f9d28cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -19,3 +19,8 @@ There are 24 problems, mostly simple non-recursive functions and simple recursio
19
  natural numbers and lists. Each problem statement consists of a natural language description, a function signature,
20
  and the formal specification consisting of up to two theorem statements. Currently in Lean only; translation to
21
  other languages is welcome.
 
 
 
 
 
 
19
  natural numbers and lists. Each problem statement consists of a natural language description, a function signature,
20
  and the formal specification consisting of up to two theorem statements. Currently in Lean only; translation to
21
  other languages is welcome.
22
+
23
+
24
+ # Files
25
+ - `easy.jsonl`: the problem statements in JSONL format. Fields include "description", "function_signature", "theorem_signature", "theorem2_signature"
26
+ - `EasyBenchmark.lean`: the solutions including function implementations and proofs. Requires Mathlib.