Datasets:
Add dataset card, link to paper and Github repo
Browse filesThis PR adds the dataset card, ensures the dataset can be found at https://huggingface.co/papers/2505.13938 and links to the github repository.
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the data for the paper [CLEVER: A Curated Benchmark for Formally Verified Code Generation](https://huggingface.co/papers/2505.13938).
|
8 |
+
|
9 |
+
The benchmark can be found on GitHub: https://github.com/trishullab/clever
|