aevionai commited on
Commit
0f0baf7
·
verified ·
1 Parent(s): d1795d9

Upload benchmark_summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. benchmark_summary.json +62 -0
benchmark_summary.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_tune": true,
3
+ "codebase_root": ".",
4
+ "corpus_source": "codebase",
5
+ "generated_at": "2026-03-06T15:45:57.456781+00:00",
6
+ "include_oracle": false,
7
+ "max_constraints": 6,
8
+ "methods": {
9
+ "instructed": {
10
+ "avg_f1": 0.4627481121534755,
11
+ "avg_precision": 1.0,
12
+ "avg_recall": 0.3849464137584758,
13
+ "exact_match_rate": 0.23333333333333334,
14
+ "queries": 60.0
15
+ },
16
+ "naive": {
17
+ "avg_f1": 0.42538759196322323,
18
+ "avg_precision": 0.5160696692628963,
19
+ "avg_recall": 0.6566925088632642,
20
+ "exact_match_rate": 0.11666666666666667,
21
+ "queries": 60.0
22
+ },
23
+ "verified_consensus": {
24
+ "avg_f1": 0.5026392863678226,
25
+ "avg_precision": 1.0,
26
+ "avg_recall": 0.4371641699325427,
27
+ "exact_match_rate": 0.31666666666666665,
28
+ "queries": 60.0
29
+ },
30
+ "verified_structural": {
31
+ "avg_f1": 0.4627481121534755,
32
+ "avg_precision": 1.0,
33
+ "avg_recall": 0.3849464137584758,
34
+ "exact_match_rate": 0.23333333333333334,
35
+ "queries": 60.0
36
+ },
37
+ "verified_structural_ensemble": {
38
+ "avg_f1": 0.5267705644750732,
39
+ "avg_precision": 1.0,
40
+ "avg_recall": 0.45904681770501754,
41
+ "exact_match_rate": 0.3333333333333333,
42
+ "queries": 60.0
43
+ }
44
+ },
45
+ "min_constraints": 3,
46
+ "n_docs": 1500,
47
+ "n_queries_eval": 60,
48
+ "n_queries_generated": 300,
49
+ "n_queries_requested": 300,
50
+ "n_queries_tune": 240,
51
+ "retrieval_config": {
52
+ "ensemble_top_k": 2,
53
+ "ensemble_vote_threshold": 0.4,
54
+ "final_match_ratio": 0.65,
55
+ "min_match_ratio": 0.7,
56
+ "min_step_k": 20,
57
+ "noise_weight": 0.01,
58
+ "step_k_ratio": 0.06
59
+ },
60
+ "seed": 1337,
61
+ "tune_target": "verified_structural_ensemble"
62
+ }