Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
codelion commited on
Commit
c75efe2
·
verified ·
1 Parent(s): 4b9af9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -25,8 +25,9 @@ license: apache-2.0
25
 
26
  We have created a new version of the benchmark with instances that are harder than the previous one. There has been a lot of progress in models
27
  over the last year as a result the previous version of the benchmark was saturated. The methodology is the same, we have also released the
28
- dataset generation script which scans the top 100 Python projects to generate the instances. You can see it [here](). The same eval script
29
- works as before. You do not need to login to Semgrep anymore as we only use their OSS rules for this version of the benchmark.
 
30
 
31
  The highest score a model can get on this benchmark is 100%, you can see the oracle run logs [here](https://huggingface.co/datasets/patched-codes/static-analysis-eval/blob/main/oracle-0-shot_semgrep_1.85.0_20240820_174931.log).
32
 
 
25
 
26
  We have created a new version of the benchmark with instances that are harder than the previous one. There has been a lot of progress in models
27
  over the last year as a result the previous version of the benchmark was saturated. The methodology is the same, we have also released the
28
+ dataset generation script which scans the top 100 Python projects to generate the instances. You can see it [here](https://huggingface.co/datasets/patched-codes/static-analysis-eval/blob/main/_script_for_gen.py).
29
+ The same [eval script](https://huggingface.co/datasets/patched-codes/static-analysis-eval/blob/main/_script_for_eval.py) works as before. You do not need to login to Semgrep anymore as we
30
+ only use their OSS rules for this version of the benchmark.
31
 
32
  The highest score a model can get on this benchmark is 100%, you can see the oracle run logs [here](https://huggingface.co/datasets/patched-codes/static-analysis-eval/blob/main/oracle-0-shot_semgrep_1.85.0_20240820_174931.log).
33