Update README.md
Browse files
README.md
CHANGED
|
@@ -35,11 +35,11 @@ configs:
|
|
| 35 |
---
|
| 36 |
|
| 37 |
## General information:
|
| 38 |
-
|
| 39 |
-
The dataset is meant for
|
| 40 |
|
| 41 |
## Please cite our paper if you use this dataset:
|
| 42 |
-
Here is a link to
|
| 43 |
|
| 44 |
## Example of use:
|
| 45 |
The following results were obtained by prompting the LLMs to generate an implementation given an ACSL specification and the function signature. The outputs were then evaluated using Frama-C with the WP and RTE plugins, for more information of specific versions etc, please have a look at our paper.
|
|
|
|
| 35 |
---
|
| 36 |
|
| 37 |
## General information:
|
| 38 |
+
This dataset is meant for evaluating the ability of LLMs to generate a valid implementation given a specification and is partly a derivative of The Stack 1 and The Stack 2.
|
| 39 |
+
The dataset is meant for research purposes. Please look up the legal license from The Stack 1 and The Stack 2 before using.
|
| 40 |
|
| 41 |
## Please cite our paper if you use this dataset:
|
| 42 |
+
Here is a link to our paper describing the process of creating this dataset: https://link.springer.com/chapter/10.1007/978-3-032-07132-3_5
|
| 43 |
|
| 44 |
## Example of use:
|
| 45 |
The following results were obtained by prompting the LLMs to generate an implementation given an ACSL specification and the function signature. The outputs were then evaluated using Frama-C with the WP and RTE plugins, for more information of specific versions etc, please have a look at our paper.
|