-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathv1.1.json
More file actions
66 lines (66 loc) · 3.69 KB
/
Copy pathv1.1.json
File metadata and controls
66 lines (66 loc) · 3.69 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"version": "1.3",
"rubric_version": "1.0",
"schema_doc": "Three-judge panel with zero provider overlap with the evaluation panel. No judge shares an organization with any model in config/sweep_models.json. Judges classify each (prompt, response) pair into one (compliance_level, reason_category) pair from rubric/v1.0.json. v1.2 (2026-05-29): rotated two dead judges. v1.3 (2026-05-29): replaced writer/palmyra-x5 — OpenRouter infrastructure-filters protein engineering judge inputs. microsoft/phi-4 confirmed to handle protein content without filtering.",
"aggregation": {
"method": "modal_label",
"tie_break": "most_restrictive",
"low_agreement_alpha_threshold": 0.5,
"low_agreement_action": "flag_for_spot_check"
},
"judges": [
{
"judge_id": "microsoft_phi4",
"label": "Microsoft Phi-4 (Microsoft, US)",
"jurisdiction": "us",
"provider": "openrouter",
"model_id": "microsoft/phi-4",
"verify_id": true,
"temperature": 0.0,
"max_tokens": 256,
"retry_policy": {
"max_retries": 3,
"backoff_seconds": 2.0,
"retry_on_status": [429, 500, 502, 503, 504]
}
},
{
"judge_id": "cohere_command_r_plus",
"label": "Cohere Command R+ 08-2024 (Cohere, Canada/Western)",
"jurisdiction": "western",
"provider": "openrouter",
"model_id": "cohere/command-r-plus-08-2024",
"verify_id": true,
"temperature": 0.0,
"max_tokens": 256,
"retry_policy": {
"max_retries": 3,
"backoff_seconds": 2.0,
"retry_on_status": [429, 500, 502, 503, 504]
}
},
{
"judge_id": "ai21_jamba",
"label": "AI21 Jamba 1.5 Large (AI21 Labs, Israel)",
"jurisdiction": "middle_east",
"provider": "bedrock",
"model_id": "ai21.jamba-1-5-large-v1:0",
"verify_id": true,
"temperature": 0.0,
"max_tokens": 256,
"retry_policy": {
"max_retries": 3,
"backoff_seconds": 2.0,
"retry_on_status": [429, 500, 502, 503, 504]
}
}
],
"notes": {
"v1_0_overlap_problem": "council/v1.0.json used Llama 3.3 (Meta), Qwen3-32B (Alibaba), Magistral Small (Mistral) as judges. All three organizations appear in the evaluation panel (Llama 3.3 70B as control, Qwen3 Next 80B, Mistral Large 3). This violates the no-overlap invariant. v1.1 rotates all three judges.",
"v1_1_deprecations": "nvidia/llama-3.1-nemotron-70b-instruct dropped from OpenRouter (404 as of 2026-05-29). cohere.command-r-plus-v1:0 marked Legacy on Bedrock (inactive >30 days). Both replaced in v1.2.",
"us_judge_phi4": "Microsoft Phi-4 (Microsoft, US) replaces Writer Palmyra X5. Writer/OpenRouter infrastructure-filters protein engineering judge inputs (content-filtered on 38 benign rows). Microsoft has no entry in the evaluation panel. Phi-4 confirmed to handle protein engineering content and return valid JSON classifications. Verified live on OpenRouter 2026-05-29.",
"western_judge_cohere": "Cohere Command R+ 08-2024 (Cohere, Toronto) retains the Western seat, now routed via OpenRouter instead of Bedrock. Same organization, newer model, verified live 2026-05-29.",
"asia_constraint": "All five readily-accessible East Asian model providers are in the evaluation panel: DeepSeek, Alibaba/Qwen, Z.AI (GLM), MiniMax, and Moonshot/Kimi. AI21 Jamba 1.5 (AI21 Labs, Israel) holds the non-US/EU seat. Jamba is a genuinely independent model architecture (not a Llama derivative). Documented in docs/adapter_decisions.md.",
"continuity_note": "The 13,389 rows adjudicated under v1.1 judges remain in adjudicated.csv. The 123 rows that failed under v1.1 (judge endpoint errors) are retried under v1.2 judges on the next --resume run."
}
}