Added reference to paper.
Browse files
README.md
CHANGED
@@ -169,6 +169,9 @@ development of models capable of generating syntactically correct and
|
|
169 |
semantically meaningful Coq constructs, thereby advancing automated
|
170 |
theorem proving.
|
171 |
|
|
|
|
|
|
|
172 |
## Composition
|
173 |
|
174 |
* Files: Over 10,000 Coq source files (`.v` files).
|
@@ -244,6 +247,19 @@ specialized model training for formal theorem proving.
|
|
244 |
* The complexity of licensing and the manual process of license
|
245 |
identification for each repository.
|
246 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
## Legal Disclaimer
|
248 |
This dataset is provided 'as is' and without any warranty or guarantee of
|
249 |
accuracy, completeness, or compliance with any specific legal regime. While
|
|
|
169 |
semantically meaningful Coq constructs, thereby advancing automated
|
170 |
theorem proving.
|
171 |
|
172 |
+
A detailed description can be found in the paper
|
173 |
+
[Enhancing Formal Theorem Proving: A Comprehensive Dataset for Training AI Models on Coq Code](https://arxiv.org/abs/2403.12627).
|
174 |
+
|
175 |
## Composition
|
176 |
|
177 |
* Files: Over 10,000 Coq source files (`.v` files).
|
|
|
247 |
* The complexity of licensing and the manual process of license
|
248 |
identification for each repository.
|
249 |
|
250 |
+
## Cite
|
251 |
+
|
252 |
+
```
|
253 |
+
@misc{florath2024enhancing,
|
254 |
+
title={Enhancing Formal Theorem Proving: A Comprehensive Dataset for Training AI Models on Coq Code},
|
255 |
+
author={Andreas Florath},
|
256 |
+
year={2024},
|
257 |
+
eprint={2403.12627},
|
258 |
+
archivePrefix={arXiv},
|
259 |
+
primaryClass={cs.AI}
|
260 |
+
}
|
261 |
+
```
|
262 |
+
|
263 |
## Legal Disclaimer
|
264 |
This dataset is provided 'as is' and without any warranty or guarantee of
|
265 |
accuracy, completeness, or compliance with any specific legal regime. While
|