GasStationManager commited on
Commit
feef162
·
verified ·
1 Parent(s): 88d6d44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,3 +1,21 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
+ size_categories:
10
+ - n<1K
11
+ ---
12
+
13
+ # Code with Proofs Benchmark
14
+
15
+ Main essay: [A Proposal for Safe and Hallucination-free Coding AI](https://gasstationmanager.github.io/ai/2024/11/04/a-proposal.html)
16
+
17
+ This dataset contains an initial benchmark set of code-with-proof problems with solutions.
18
+ There are 24 problems, mostly simple non-recursive functions and simple recursion on
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.