nicher92 commited on
Commit
d4f7ad2
·
verified ·
1 Parent(s): 6c276cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -35,11 +35,11 @@ configs:
35
  ---
36
 
37
  ## General information:
38
- The paper is partly a derivative of The Stack 1 and The Stack 2, it is meant for research purposes. Please look up the legal license from The Stack 1 and The Stack 2 before using.
39
- The dataset is meant for evaluating the ability of LLMs to generate a valid implementation given a specification.
40
 
41
  ## Please cite our paper if you use this dataset:
42
- Here is a link to your 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.
 
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.