-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiment.template.json
More file actions
52 lines (52 loc) · 1.51 KB
/
Copy pathexperiment.template.json
File metadata and controls
52 lines (52 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "zero-code-access-evaluation",
"description": "Data-owner-operated two-configuration zero-code-access comparison",
"tasks_dir": "tasks",
"configs": [
{
"label": "A",
"agent": "REPLACE_WITH_AGENT",
"model": "REPLACE_WITH_MODEL_A",
"permission_mode": "default",
"mcp_config": null,
"allowed_tools": null,
"disallowed_tools": null,
"mcp_mode": "strict",
"instruction_variant": "instruction.md",
"preambles": [],
"reward_type": "binary",
"max_turns": null,
"hide_local_source": "off",
"low_confidence_threshold": 0.5,
"extra": {
"operator_protocol": "codeprobe.zero-code-access.operator.v1",
"minimum_paired_tasks": 10,
"required_repeats": 3
}
},
{
"label": "B",
"agent": "REPLACE_WITH_AGENT",
"model": "REPLACE_WITH_MODEL_B",
"permission_mode": "default",
"mcp_config": null,
"allowed_tools": null,
"disallowed_tools": null,
"mcp_mode": "strict",
"instruction_variant": "instruction.md",
"preambles": [],
"reward_type": "binary",
"max_turns": null,
"hide_local_source": "off",
"low_confidence_threshold": 0.5,
"extra": {
"operator_protocol": "codeprobe.zero-code-access.operator.v1",
"minimum_paired_tasks": 10,
"required_repeats": 3
}
}
],
"bias_overshipping_recall_min": 0.95,
"bias_overshipping_low_precision_max": 0.5,
"bias_overshipping_precision_gap_min": 0.3
}