Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
codelion commited on
Commit
6af814e
1 Parent(s): 2f0a0a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -22,4 +22,27 @@ dataset_info:
22
  # Dataset Card for "static-analysis-eval"
23
 
24
  A dataset of 76 Python programs taken from real Python open source projects (top 1000 on GitHub),
25
- where each program is a file that has exactly 1 vulnerability as detected by a particular static analyzer (Semgrep).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  # Dataset Card for "static-analysis-eval"
23
 
24
  A dataset of 76 Python programs taken from real Python open source projects (top 1000 on GitHub),
25
+ where each program is a file that has exactly 1 vulnerability as detected by a particular static analyzer (Semgrep).
26
+
27
+ # Leaderboard
28
+
29
+ | Model | StaticAnalysisEval (%) | Time (mins) | Price (USD) |
30
+ |------------------------------|------------------------|-------------|-------------|
31
+ | gpt-4o | 69.736 | 23:05 | 1.53 |
32
+ | Llama-3-70B | 65.78 | 35:26 | |
33
+ | Llama-3-8B | 65.78 | 31.34 | |
34
+ | gpt-4-1106-preview | 64.47 | 27:56:00 | 3.04 |
35
+ | gpt-4 | 63.16 | 26:31:00 | 6.84 |
36
+ | gpt-4-0125-preview | 53.94 | 34:40:00 | |
37
+ | patched-coder-7b | 51.31 | 45.2 | |
38
+ | patched-coder-34b | 46.05 | 33:58:00 | 0.867 |
39
+ | Mistral-Large | 40.8 | > 1 hr | |
40
+ | Gemini-pro | 39.47 | 16:09 | 0.228 |
41
+ | Mistral-Medium | 39.47 | > 1 hr | 0.8 |
42
+ | Mixtral | 30.26 | 30.09 | |
43
+ | gpt-3.5-turbo-0125 | 28.95 | 21.5 | |
44
+ | claude-3-opus-20240229 | 25 | > 1 hr | |
45
+ | Gemma | 19.73 | 36.4 | |
46
+ | gpt-3.5-turbo-1106 | 17.11 | 13:00 | 0.228 |
47
+ | Codellama-70b-Instruct | 10.53 | 30.32 | |
48
+ | CodeLlama-34b-Instruct | 7.89 | 23:16 | |