ML0037 commited on
Commit
6546ac3
·
1 Parent(s): 5328a3c

Import ClosureBench dataset and evaluation artifacts (#1)

Browse files

- Import ClosureBench dataset and evaluation artifacts (8eab1ca05de983b623e309f13e397ec915947139)

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +4 -0
  2. LICENSE +7 -0
  3. README.md +166 -1
  4. data/ask_act/full.jsonl +0 -0
  5. data/ask_act/test.jsonl +0 -0
  6. data/ask_act/train.jsonl +0 -0
  7. data/ask_act/validation.jsonl +0 -0
  8. data/base/full.jsonl +0 -0
  9. data/base/test.jsonl +0 -0
  10. data/base/train.jsonl +0 -0
  11. data/base/validation.jsonl +0 -0
  12. data/dynamic_dialogue/full.jsonl +0 -0
  13. data/dynamic_dialogue/test.jsonl +12 -0
  14. data/dynamic_dialogue/train.jsonl +0 -0
  15. data/dynamic_dialogue/validation.jsonl +10 -0
  16. data/multi_agent/full.jsonl +0 -0
  17. data/multi_agent/test.jsonl +0 -0
  18. data/multi_agent/train.jsonl +0 -0
  19. data/multi_agent/validation.jsonl +0 -0
  20. metadata/closurebench_ask_act_metadata.json +74 -0
  21. metadata/closurebench_base_metadata.json +76 -0
  22. metadata/closurebench_dynamic_dialogue_metadata.json +53 -0
  23. metadata/closurebench_multi_agent_metadata.json +42 -0
  24. results/reports/closurebench_ask_act_replicate_manifest.json +116 -0
  25. results/reports/closurebench_ask_act_summary.json +0 -0
  26. results/reports/closurebench_deepseek_v4_flash_report.json +391 -0
  27. results/reports/closurebench_deepseek_v4_pro_report.json +391 -0
  28. results/reports/closurebench_dynamic_dialogue_replicate_manifest.json +116 -0
  29. results/reports/closurebench_dynamic_dialogue_summary.json +3508 -0
  30. results/reports/closurebench_llama_4_maverick_report.json +390 -0
  31. results/reports/closurebench_llama_4_scout_report.json +394 -0
  32. results/reports/closurebench_mistral_medium_3_5_report.json +391 -0
  33. results/reports/closurebench_mistral_small_2603_report.json +393 -0
  34. results/reports/closurebench_model_comparison.json +336 -0
  35. results/reports/closurebench_multi_agent_manifest.json +37 -0
  36. results/reports/closurebench_multi_agent_replicate_manifest.json +135 -0
  37. results/reports/closurebench_multi_agent_summary.json +3762 -0
  38. results/reports/closurebench_replicate_manifest.json +116 -0
  39. results/reports/closurebench_replicate_summary.json +1627 -0
  40. results/reports/closurebench_temp1_replicate_manifest.json +136 -0
  41. results/reports/closurebench_temp1_replicate_summary.json +1627 -0
  42. results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-flash_repeat_1_scored.jsonl +0 -0
  43. results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-flash_repeat_2_scored.jsonl +0 -0
  44. results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-flash_repeat_3_scored.jsonl +0 -0
  45. results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-pro_repeat_1_scored.jsonl +0 -0
  46. results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-pro_repeat_2_scored.jsonl +0 -0
  47. results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-pro_repeat_3_scored.jsonl +0 -0
  48. results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-maverick_repeat_1_scored.jsonl +0 -0
  49. results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-maverick_repeat_2_scored.jsonl +0 -0
  50. results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-maverick_repeat_3_scored.jsonl +0 -0
.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ .DS_Store
2
+ __pycache__/
3
+ *.pyc
4
+ .cache/
LICENSE ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ClosureBench dataset
2
+
3
+ This dataset is released under the Creative Commons Attribution 4.0
4
+ International License (CC BY 4.0).
5
+
6
+ License summary: https://creativecommons.org/licenses/by/4.0/
7
+ Legal code: https://creativecommons.org/licenses/by/4.0/legalcode
README.md CHANGED
@@ -1,3 +1,168 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: ClosureBench
3
+ language:
4
+ - en
5
+ license: cc-by-4.0
6
+ task_categories:
7
+ - text-classification
8
+ - question-answering
9
+ tags:
10
+ - benchmark
11
+ - llm-evaluation
12
+ - reasoning
13
+ - knowledge-representation
14
+ - open-world-assumption
15
+ - closed-world-assumption
16
+ - local-closed-world-assumption
17
+ - agent-evaluation
18
+ - symbolic-reasoning
19
+ configs:
20
+ - config_name: base
21
+ data_files:
22
+ - split: full
23
+ path: data/base/full.jsonl
24
+ - split: train
25
+ path: data/base/train.jsonl
26
+ - split: validation
27
+ path: data/base/validation.jsonl
28
+ - split: test
29
+ path: data/base/test.jsonl
30
+ - config_name: ask_act
31
+ data_files:
32
+ - split: full
33
+ path: data/ask_act/full.jsonl
34
+ - split: train
35
+ path: data/ask_act/train.jsonl
36
+ - split: validation
37
+ path: data/ask_act/validation.jsonl
38
+ - split: test
39
+ path: data/ask_act/test.jsonl
40
+ - config_name: multi_agent
41
+ data_files:
42
+ - split: full
43
+ path: data/multi_agent/full.jsonl
44
+ - split: train
45
+ path: data/multi_agent/train.jsonl
46
+ - split: validation
47
+ path: data/multi_agent/validation.jsonl
48
+ - split: test
49
+ path: data/multi_agent/test.jsonl
50
+ - config_name: dynamic_dialogue
51
+ data_files:
52
+ - split: full
53
+ path: data/dynamic_dialogue/full.jsonl
54
+ - split: train
55
+ path: data/dynamic_dialogue/train.jsonl
56
+ - split: validation
57
+ path: data/dynamic_dialogue/validation.jsonl
58
+ - split: test
59
+ path: data/dynamic_dialogue/test.jsonl
60
  ---
61
+
62
+ # ClosureBench
63
+
64
+ ClosureBench is a controlled benchmark for evaluating if LLMs
65
+ respect explicit semantic contracts about missing information. It tests whether
66
+ models distinguish absence-as-unknown, absence-as-false, and
67
+ absence-as-false-only-in-complete-scopes under explicit open-world,
68
+ closed-world, and locally closed-world contracts.
69
+
70
+ The dataset includes the base benchmark and three extensions:
71
+
72
+ | Config | `full` rows | Description |
73
+ |---|---:|---|
74
+ | `base` | 960 | Main OWA/CWA/LCWA benchmark with fixed facts, rules, and query across semantic variants. |
75
+ | `ask_act` | 960 | Maps truth values to operational actions: `approve`, `deny`, or `request_information`. |
76
+ | `multi_agent` | 360 | Tests whether a coordinator preserves source-scoped closure. |
77
+ | `dynamic_dialogue` | 100 | Tests whether models update conclusions when complete predicates change across turns. |
78
+
79
+ Each config exposes four splits:
80
+
81
+ | Split | Meaning |
82
+ |---|---|
83
+ | `full` | Full split used for the paper's reported metrics. |
84
+ | `train` | Internal benchmark train partition. |
85
+ | `validation` | Internal benchmark development partition. |
86
+ | `test` | Internal benchmark test partition. |
87
+
88
+ ## Loading
89
+
90
+ ```python
91
+ from datasets import load_dataset
92
+
93
+ base = load_dataset("ML0037/ClosureBench", "base", split="full")
94
+ ask_act = load_dataset("ML0037/ClosureBench", "ask_act", split="full")
95
+ multi_agent = load_dataset("ML0037/ClosureBench", "multi_agent", split="full")
96
+ dynamic = load_dataset("ML0037/ClosureBench", "dynamic_dialogue", split="full")
97
+ ```
98
+
99
+ For the held-out partition only:
100
+
101
+ ```python
102
+ base_test = load_dataset("ML0037/ClosureBench", "base", split="test")
103
+ ```
104
+
105
+ ## Base Results
106
+
107
+ Values are three-run mean +/- sample standard deviation on the `base` config,
108
+ `full` split.
109
+
110
+ | Model | Semantic switch | Core switch | LCWA closed | LCWA open | Overall |
111
+ |---|---:|---:|---:|---:|---:|
112
+ | Mistral Small | 55.73 +/- 2.43 | 27.60 +/- 3.65 | 31.60 +/- 4.34 | 31.25 +/- 1.80 | 80.38 +/- 1.02 |
113
+ | DeepSeek Flash | 81.25 +/- 0.83 | 68.75 +/- 1.38 | 49.65 +/- 3.18 | 100.00 +/- 0.00 | 90.31 +/- 0.47 |
114
+ | DeepSeek Pro | 86.46 +/- 0.18 | 77.43 +/- 0.30 | 62.15 +/- 1.20 | 100.00 +/- 0.00 | 93.61 +/- 0.21 |
115
+ | Mistral Medium | 87.08 +/- 0.65 | 78.47 +/- 1.09 | 56.95 +/- 2.17 | 100.00 +/- 0.00 | 95.59 +/- 0.37 |
116
+ | Llama Scout | 50.73 +/- 0.48 | 18.23 +/- 1.04 | 4.51 +/- 1.59 | 52.43 +/- 3.01 | 71.18 +/- 0.53 |
117
+ | Llama Maverick | 99.59 +/- 0.18 | 99.31 +/- 0.30 | 99.65 +/- 0.60 | 100.00 +/- 0.00 | 99.86 +/- 0.06 |
118
+
119
+ Semantic switch accuracy is the primary metric: a base scenario is correct only
120
+ when all semantic variants of that scenario are answered correctly.
121
+
122
+ ## Result Artifacts
123
+
124
+ The `results/scored/` directory contains final `*_scored.jsonl` files used to
125
+ compute reported metrics. Raw provider response dumps are intentionally not
126
+ included.
127
+
128
+ The `results/reports/` directory contains JSON manifests and aggregate
129
+ summaries, including:
130
+
131
+ | File | Purpose |
132
+ |---|---|
133
+ | `results/reports/closurebench_replicate_summary.json` | Base benchmark three-run summary. |
134
+ | `results/reports/closurebench_replicate_manifest.json` | Base benchmark scored-run manifest. |
135
+ | `results/reports/closurebench_model_comparison.json` | Single-run base comparison. |
136
+ | `results/reports/closurebench_ask_act_summary.json` | Ask/Act extension summary. |
137
+ | `results/reports/closurebench_multi_agent_summary.json` | Multi-Agent extension summary. |
138
+ | `results/reports/closurebench_dynamic_dialogue_summary.json` | Dynamic Dialogue extension summary. |
139
+
140
+ ## Data Fields
141
+
142
+ Common fields include:
143
+
144
+ - `id`: item identifier.
145
+ - `base_id`: contrastive scenario identifier.
146
+ - `split`: original benchmark partition (`train`, `dev`, or `test`).
147
+ - `domain`, `family`, `subset`: item grouping metadata.
148
+ - `semantics`: semantic contract for base-style items (`owa`, `cwa`, `lcwa`).
149
+ - `closed_predicates`: predicates declared complete for the item.
150
+ - `facts_positive`, `facts_negative`, `rules_natural`: natural-language KB.
151
+ - `symbolic`: symbolic atoms, rules, query atom, and closure atoms.
152
+ - `prompt`: exact prompt used for evaluation.
153
+ - `gold_answer`, `gold_truth_value`, or extension-specific gold fields.
154
+
155
+ Extension configs add task-specific fields, such as `gold_action` for Ask/Act,
156
+ `gold_source_used` for Multi-Agent, and turn-level gold labels for Dynamic
157
+ Dialogue.
158
+
159
+ ## Limitations
160
+
161
+ ClosureBench is a targeted diagnostic benchmark. It isolates closure-contract
162
+ compliance under controlled prompts but it is not a broad measure of general agent
163
+ performance, factual knowledge, or end-to-end tool-use reliability.
164
+
165
+
166
+ ## License
167
+
168
+ The dataset is released under CC BY 4.0.
data/ask_act/full.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/ask_act/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/ask_act/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/ask_act/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/base/full.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/base/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/base/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/base/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/dynamic_dialogue/full.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/dynamic_dialogue/test.jsonl ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "dynamic_dialogue_v3_0003", "base_id": "cloud_deployment_0250_closed_missing_with_open_distractor", "split": "test", "domain": "cloud_deployment", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Service E has deployment approval.", "query_atom": "has_deployment_approval::Service E", "facts_positive": ["Service F has an incident note.", "Service E passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "symbolic": {"positive_atoms": ["has_incident_note::Service F", "passed_unit_tests::Service E"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service E", "closure_atoms": ["has_incident_note::Service F", "passed_unit_tests::Service E"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service F has an incident note.\n- Service E passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Service E has deployment approval.\nTarget atom: has_deployment_approval::Service E\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "complete_predicates_after_update": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests\n- Complete predicates after this update: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests\n\nTarget statement: Service E has deployment approval.\nTarget atom: has_deployment_approval::Service E"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_deployment_approval"], "complete_predicates_after_update": ["has_deployment_approval"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_deployment_approval\n\nTarget statement: Service E has deployment approval.\nTarget atom: has_deployment_approval::Service E"}]}
2
+ {"id": "dynamic_dialogue_v3_0005", "base_id": "cloud_deployment_0254_open_missing_with_closed_distractor", "split": "test", "domain": "cloud_deployment", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "gold_pattern": "unknown|false|unknown", "dialogue_type": "reopen", "target_statement": "Service C has an incident note.", "query_atom": "has_incident_note::Service C", "facts_positive": ["Service D has deployment approval.", "Service D passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "symbolic": {"positive_atoms": ["has_deployment_approval::Service D", "passed_unit_tests::Service D"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service C", "closure_atoms": ["has_deployment_approval::Service D", "passed_unit_tests::Service D"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service D has deployment approval.\n- Service D passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Service C has an incident note.\nTarget atom: has_incident_note::Service C\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "complete_predicates_after_update": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests\n- Complete predicates after this update: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests\n\nTarget statement: Service C has an incident note.\nTarget atom: has_incident_note::Service C"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_deployment_approval", "may_deploy"], "complete_predicates_after_update": ["has_deployment_approval", "may_deploy"], "gold_answer": "unknown", "expected_changed_from_previous": true, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_deployment_approval, may_deploy\n\nTarget statement: Service C has an incident note.\nTarget atom: has_incident_note::Service C"}]}
3
+ {"id": "dynamic_dialogue_v3_0016", "base_id": "finance_controls_0136_closed_derived_missing_antecedent", "split": "test", "domain": "finance_controls", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Account 59 may receive a wire transfer.", "query_atom": "may_receive_wire::Account 59", "facts_positive": ["Account 59 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 59", "has_compliance_clearance::Account 59"], "conclusion": "may_receive_wire::Account 59", "text": "If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."}], "query_atom": "may_receive_wire::Account 59", "closure_atoms": ["passed_kyc::Account 59"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 59 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer.\n\nTarget statement: Account 59 may receive a wire transfer.\nTarget atom: may_receive_wire::Account 59\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "complete_predicates_after_update": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc\n- Complete predicates after this update: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc\n\nTarget statement: Account 59 may receive a wire transfer.\nTarget atom: may_receive_wire::Account 59"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_compliance_clearance", "may_receive_wire"], "complete_predicates_after_update": ["has_compliance_clearance", "may_receive_wire"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_compliance_clearance, may_receive_wire\n\nTarget statement: Account 59 may receive a wire transfer.\nTarget atom: may_receive_wire::Account 59"}]}
4
+ {"id": "dynamic_dialogue_v3_0026", "base_id": "hospital_access_0008_closed_missing_with_open_distractor", "split": "test", "domain": "hospital_access", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Cora has security clearance.", "query_atom": "has_clearance::Cora", "facts_positive": ["Dylan is assigned to the clinical trial.", "Cora has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "symbolic": {"positive_atoms": ["assigned_to_trial::Dylan", "completed_training::Cora"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Cora", "closure_atoms": ["assigned_to_trial::Dylan", "completed_training::Cora"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Dylan is assigned to the clinical trial.\n- Cora has completed safety training.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Cora has security clearance.\nTarget atom: has_clearance::Cora\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "complete_predicates_after_update": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review\n- Complete predicates after this update: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review\n\nTarget statement: Cora has security clearance.\nTarget atom: has_clearance::Cora"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_clearance"], "complete_predicates_after_update": ["has_clearance"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_clearance\n\nTarget statement: Cora has security clearance.\nTarget atom: has_clearance::Cora"}]}
5
+ {"id": "dynamic_dialogue_v3_0027", "base_id": "hospital_access_0009_closed_missing_with_open_distractor", "split": "test", "domain": "hospital_access", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Dylan has security clearance.", "query_atom": "has_clearance::Dylan", "facts_positive": ["Elena is assigned to the clinical trial.", "Dylan has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "symbolic": {"positive_atoms": ["assigned_to_trial::Elena", "completed_training::Dylan"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Dylan", "closure_atoms": ["assigned_to_trial::Elena", "completed_training::Dylan"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Elena is assigned to the clinical trial.\n- Dylan has completed safety training.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Dylan has security clearance.\nTarget atom: has_clearance::Dylan\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "complete_predicates_after_update": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review\n- Complete predicates after this update: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review\n\nTarget statement: Dylan has security clearance.\nTarget atom: has_clearance::Dylan"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_clearance"], "complete_predicates_after_update": ["has_clearance"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_clearance\n\nTarget statement: Dylan has security clearance.\nTarget atom: has_clearance::Dylan"}]}
6
+ {"id": "dynamic_dialogue_v3_0033", "base_id": "hospital_access_0019_closed_derived_missing_antecedent", "split": "test", "domain": "hospital_access", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Ben may enter Lab A.", "query_atom": "may_enter_lab::Ben", "facts_positive": ["Ben has completed safety training."], "facts_negative": [], "rules_natural": ["If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ben", "has_clearance::Ben"], "conclusion": "may_enter_lab::Ben", "text": "If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."}], "query_atom": "may_enter_lab::Ben", "closure_atoms": ["completed_training::Ben"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Ben has completed safety training.\n\nNegative facts:\n- none\n\nRules:\n- If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A.\n\nTarget statement: Ben may enter Lab A.\nTarget atom: may_enter_lab::Ben\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "complete_predicates_after_update": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review\n- Complete predicates after this update: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review\n\nTarget statement: Ben may enter Lab A.\nTarget atom: may_enter_lab::Ben"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_clearance", "may_enter_lab"], "complete_predicates_after_update": ["has_clearance", "may_enter_lab"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_clearance, may_enter_lab\n\nTarget statement: Ben may enter Lab A.\nTarget atom: may_enter_lab::Ben"}]}
7
+ {"id": "dynamic_dialogue_v3_0040", "base_id": "library_services_0206_open_missing_direct", "split": "test", "domain": "library_services", "family": "open_missing_direct", "subset": "core_contrastive", "gold_pattern": "unknown|false|unknown", "dialogue_type": "reopen", "target_statement": "Reader C has a special request.", "query_atom": "has_special_request::Reader C", "facts_positive": ["Reader C has an active membership."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader C", "closure_atoms": ["has_active_membership::Reader C"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader C has an active membership.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Reader C has a special request.\nTarget atom: has_special_request::Reader C\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "complete_predicates_after_update": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review\n- Complete predicates after this update: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review\n\nTarget statement: Reader C has a special request.\nTarget atom: has_special_request::Reader C"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_borrowing_clearance", "may_borrow_archive_item"], "complete_predicates_after_update": ["has_borrowing_clearance", "may_borrow_archive_item"], "gold_answer": "unknown", "expected_changed_from_previous": true, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_borrowing_clearance, may_borrow_archive_item\n\nTarget statement: Reader C has a special request.\nTarget atom: has_special_request::Reader C"}]}
8
+ {"id": "dynamic_dialogue_v3_0045", "base_id": "library_services_0218_closed_derived_missing_antecedent", "split": "test", "domain": "library_services", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Reader C may borrow an archive item.", "query_atom": "may_borrow_archive_item::Reader C", "facts_positive": ["Reader C has an active membership."], "facts_negative": [], "rules_natural": ["If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item."], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader C", "has_borrowing_clearance::Reader C"], "conclusion": "may_borrow_archive_item::Reader C", "text": "If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item."}], "query_atom": "may_borrow_archive_item::Reader C", "closure_atoms": ["has_active_membership::Reader C"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader C has an active membership.\n\nNegative facts:\n- none\n\nRules:\n- If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item.\n\nTarget statement: Reader C may borrow an archive item.\nTarget atom: may_borrow_archive_item::Reader C\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "complete_predicates_after_update": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review\n- Complete predicates after this update: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review\n\nTarget statement: Reader C may borrow an archive item.\nTarget atom: may_borrow_archive_item::Reader C"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_borrowing_clearance", "may_borrow_archive_item"], "complete_predicates_after_update": ["has_borrowing_clearance", "may_borrow_archive_item"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_borrowing_clearance, may_borrow_archive_item\n\nTarget statement: Reader C may borrow an archive item.\nTarget atom: may_borrow_archive_item::Reader C"}]}
9
+ {"id": "dynamic_dialogue_v3_0047", "base_id": "manufacturing_quality_0080_closed_missing_direct", "split": "test", "domain": "manufacturing_quality", "family": "closed_missing_direct", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Part C has release approval.", "query_atom": "has_release_approval::Part C", "facts_positive": ["Part C passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part C", "closure_atoms": ["passed_visual_check::Part C"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part C passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Part C has release approval.\nTarget atom: has_release_approval::Part C\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "complete_predicates_after_update": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check\n- Complete predicates after this update: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check\n\nTarget statement: Part C has release approval.\nTarget atom: has_release_approval::Part C"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_release_approval"], "complete_predicates_after_update": ["has_release_approval"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_release_approval\n\nTarget statement: Part C has release approval.\nTarget atom: has_release_approval::Part C"}]}
10
+ {"id": "dynamic_dialogue_v3_0057", "base_id": "manufacturing_quality_0101_open_derived_missing_antecedent", "split": "test", "domain": "manufacturing_quality", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "gold_pattern": "unknown|false|unknown", "dialogue_type": "reopen", "target_statement": "Part F needs engineer review.", "query_atom": "needs_engineer_review::Part F", "facts_positive": ["Part F passed the visual check."], "facts_negative": [], "rules_natural": ["If a part has a supplier note, then that part needs engineer review."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "symbolic": {"positive_atoms": ["passed_visual_check::Part F"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part F"], "conclusion": "needs_engineer_review::Part F", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part F", "closure_atoms": ["passed_visual_check::Part F"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part F passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- If a part has a supplier note, then that part needs engineer review.\n\nTarget statement: Part F needs engineer review.\nTarget atom: needs_engineer_review::Part F\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "complete_predicates_after_update": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check\n- Complete predicates after this update: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check\n\nTarget statement: Part F needs engineer review.\nTarget atom: needs_engineer_review::Part F"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_release_approval", "may_ship"], "complete_predicates_after_update": ["has_release_approval", "may_ship"], "gold_answer": "unknown", "expected_changed_from_previous": true, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_release_approval, may_ship\n\nTarget statement: Part F needs engineer review.\nTarget atom: needs_engineer_review::Part F"}]}
11
+ {"id": "dynamic_dialogue_v3_0090", "base_id": "university_registration_0045_open_missing_direct", "split": "test", "domain": "university_registration", "family": "open_missing_direct", "subset": "core_contrastive", "gold_pattern": "unknown|false|unknown", "dialogue_type": "reopen", "target_statement": "Omar has an external scholarship.", "query_atom": "has_external_scholarship::Omar", "facts_positive": ["Omar passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Omar", "closure_atoms": ["passed_exam::Omar"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Omar passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Omar has an external scholarship.\nTarget atom: has_external_scholarship::Omar\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "complete_predicates_after_update": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam\n- Complete predicates after this update: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam\n\nTarget statement: Omar has an external scholarship.\nTarget atom: has_external_scholarship::Omar"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_advising_clearance", "may_register"], "complete_predicates_after_update": ["has_advising_clearance", "may_register"], "gold_answer": "unknown", "expected_changed_from_previous": true, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_advising_clearance, may_register\n\nTarget statement: Omar has an external scholarship.\nTarget atom: has_external_scholarship::Omar"}]}
12
+ {"id": "dynamic_dialogue_v3_0095", "base_id": "university_registration_0050_closed_missing_with_open_distractor", "split": "test", "domain": "university_registration", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Lena has advising clearance.", "query_atom": "has_advising_clearance::Lena", "facts_positive": ["Omar has an external scholarship.", "Lena passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "symbolic": {"positive_atoms": ["has_external_scholarship::Omar", "passed_exam::Lena"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Lena", "closure_atoms": ["has_external_scholarship::Omar", "passed_exam::Lena"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Omar has an external scholarship.\n- Lena passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Lena has advising clearance.\nTarget atom: has_advising_clearance::Lena\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "complete_predicates_after_update": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam\n- Complete predicates after this update: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam\n\nTarget statement: Lena has advising clearance.\nTarget atom: has_advising_clearance::Lena"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_advising_clearance"], "complete_predicates_after_update": ["has_advising_clearance"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_advising_clearance\n\nTarget statement: Lena has advising clearance.\nTarget atom: has_advising_clearance::Lena"}]}
data/dynamic_dialogue/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/dynamic_dialogue/validation.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "dynamic_dialogue_v3_0012", "base_id": "finance_controls_0130_closed_missing_with_open_distractor", "split": "dev", "domain": "finance_controls", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Account 59 has compliance clearance.", "query_atom": "has_compliance_clearance::Account 59", "facts_positive": ["Account 61 has a manual exception.", "Account 59 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "symbolic": {"positive_atoms": ["has_manual_exception::Account 61", "passed_kyc::Account 59"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 59", "closure_atoms": ["has_manual_exception::Account 61", "passed_kyc::Account 59"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 61 has a manual exception.\n- Account 59 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Account 59 has compliance clearance.\nTarget atom: has_compliance_clearance::Account 59\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "complete_predicates_after_update": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc\n- Complete predicates after this update: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc\n\nTarget statement: Account 59 has compliance clearance.\nTarget atom: has_compliance_clearance::Account 59"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_compliance_clearance"], "complete_predicates_after_update": ["has_compliance_clearance"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_compliance_clearance\n\nTarget statement: Account 59 has compliance clearance.\nTarget atom: has_compliance_clearance::Account 59"}]}
2
+ {"id": "dynamic_dialogue_v3_0018", "base_id": "finance_controls_0138_closed_derived_missing_antecedent", "split": "dev", "domain": "finance_controls", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Account 12 may receive a wire transfer.", "query_atom": "may_receive_wire::Account 12", "facts_positive": ["Account 12 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "symbolic": {"positive_atoms": ["passed_kyc::Account 12"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 12", "has_compliance_clearance::Account 12"], "conclusion": "may_receive_wire::Account 12", "text": "If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."}], "query_atom": "may_receive_wire::Account 12", "closure_atoms": ["passed_kyc::Account 12"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 12 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer.\n\nTarget statement: Account 12 may receive a wire transfer.\nTarget atom: may_receive_wire::Account 12\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "complete_predicates_after_update": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc\n- Complete predicates after this update: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc\n\nTarget statement: Account 12 may receive a wire transfer.\nTarget atom: may_receive_wire::Account 12"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_compliance_clearance", "may_receive_wire"], "complete_predicates_after_update": ["has_compliance_clearance", "may_receive_wire"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_compliance_clearance, may_receive_wire\n\nTarget statement: Account 12 may receive a wire transfer.\nTarget atom: may_receive_wire::Account 12"}]}
3
+ {"id": "dynamic_dialogue_v3_0022", "base_id": "finance_controls_0142_open_derived_missing_antecedent", "split": "dev", "domain": "finance_controls", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "gold_pattern": "unknown|false|unknown", "dialogue_type": "reopen", "target_statement": "Account 59 needs compliance review.", "query_atom": "needs_compliance_review::Account 59", "facts_positive": ["Account 59 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account has a manual exception, then that account needs compliance review."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 59"], "conclusion": "needs_compliance_review::Account 59", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 59", "closure_atoms": ["passed_kyc::Account 59"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 59 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- If an account has a manual exception, then that account needs compliance review.\n\nTarget statement: Account 59 needs compliance review.\nTarget atom: needs_compliance_review::Account 59\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "complete_predicates_after_update": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc\n- Complete predicates after this update: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc\n\nTarget statement: Account 59 needs compliance review.\nTarget atom: needs_compliance_review::Account 59"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_compliance_clearance", "may_receive_wire"], "complete_predicates_after_update": ["has_compliance_clearance", "may_receive_wire"], "gold_answer": "unknown", "expected_changed_from_previous": true, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_compliance_clearance, may_receive_wire\n\nTarget statement: Account 59 needs compliance review.\nTarget atom: needs_compliance_review::Account 59"}]}
4
+ {"id": "dynamic_dialogue_v3_0024", "base_id": "hospital_access_0004_open_missing_direct", "split": "dev", "domain": "hospital_access", "family": "open_missing_direct", "subset": "core_contrastive", "gold_pattern": "unknown|false|unknown", "dialogue_type": "reopen", "target_statement": "Elena is assigned to the clinical trial.", "query_atom": "assigned_to_trial::Elena", "facts_positive": ["Elena has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "symbolic": {"positive_atoms": ["completed_training::Elena"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Elena", "closure_atoms": ["completed_training::Elena"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Elena has completed safety training.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Elena is assigned to the clinical trial.\nTarget atom: assigned_to_trial::Elena\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "complete_predicates_after_update": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review\n- Complete predicates after this update: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review\n\nTarget statement: Elena is assigned to the clinical trial.\nTarget atom: assigned_to_trial::Elena"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_clearance", "may_enter_lab"], "complete_predicates_after_update": ["has_clearance", "may_enter_lab"], "gold_answer": "unknown", "expected_changed_from_previous": true, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_clearance, may_enter_lab\n\nTarget statement: Elena is assigned to the clinical trial.\nTarget atom: assigned_to_trial::Elena"}]}
5
+ {"id": "dynamic_dialogue_v3_0031", "base_id": "hospital_access_0017_closed_derived_missing_antecedent", "split": "dev", "domain": "hospital_access", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Farid may enter Lab A.", "query_atom": "may_enter_lab::Farid", "facts_positive": ["Farid has completed safety training."], "facts_negative": [], "rules_natural": ["If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Farid", "has_clearance::Farid"], "conclusion": "may_enter_lab::Farid", "text": "If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."}], "query_atom": "may_enter_lab::Farid", "closure_atoms": ["completed_training::Farid"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Farid has completed safety training.\n\nNegative facts:\n- none\n\nRules:\n- If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A.\n\nTarget statement: Farid may enter Lab A.\nTarget atom: may_enter_lab::Farid\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "complete_predicates_after_update": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review\n- Complete predicates after this update: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review\n\nTarget statement: Farid may enter Lab A.\nTarget atom: may_enter_lab::Farid"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_clearance", "may_enter_lab"], "complete_predicates_after_update": ["has_clearance", "may_enter_lab"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_clearance, may_enter_lab\n\nTarget statement: Farid may enter Lab A.\nTarget atom: may_enter_lab::Farid"}]}
6
+ {"id": "dynamic_dialogue_v3_0042", "base_id": "library_services_0209_closed_missing_with_open_distractor", "split": "dev", "domain": "library_services", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Reader F has borrowing clearance.", "query_atom": "has_borrowing_clearance::Reader F", "facts_positive": ["Reader F has an active membership.", "Reader A has a special request."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "symbolic": {"positive_atoms": ["has_active_membership::Reader F", "has_special_request::Reader A"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader F", "closure_atoms": ["has_active_membership::Reader F", "has_special_request::Reader A"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader F has an active membership.\n- Reader A has a special request.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Reader F has borrowing clearance.\nTarget atom: has_borrowing_clearance::Reader F\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "complete_predicates_after_update": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review\n- Complete predicates after this update: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review\n\nTarget statement: Reader F has borrowing clearance.\nTarget atom: has_borrowing_clearance::Reader F"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_borrowing_clearance"], "complete_predicates_after_update": ["has_borrowing_clearance"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_borrowing_clearance\n\nTarget statement: Reader F has borrowing clearance.\nTarget atom: has_borrowing_clearance::Reader F"}]}
7
+ {"id": "dynamic_dialogue_v3_0055", "base_id": "manufacturing_quality_0099_closed_derived_missing_antecedent", "split": "dev", "domain": "manufacturing_quality", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Part D may ship to customers.", "query_atom": "may_ship::Part D", "facts_positive": ["Part D passed the visual check."], "facts_negative": [], "rules_natural": ["If a part passed the visual check and has release approval, then that part may ship to customers."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "symbolic": {"positive_atoms": ["passed_visual_check::Part D"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part D", "has_release_approval::Part D"], "conclusion": "may_ship::Part D", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part D", "closure_atoms": ["passed_visual_check::Part D"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part D passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- If a part passed the visual check and has release approval, then that part may ship to customers.\n\nTarget statement: Part D may ship to customers.\nTarget atom: may_ship::Part D\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "complete_predicates_after_update": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check\n- Complete predicates after this update: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check\n\nTarget statement: Part D may ship to customers.\nTarget atom: may_ship::Part D"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_release_approval", "may_ship"], "complete_predicates_after_update": ["has_release_approval", "may_ship"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_release_approval, may_ship\n\nTarget statement: Part D may ship to customers.\nTarget atom: may_ship::Part D"}]}
8
+ {"id": "dynamic_dialogue_v3_0077", "base_id": "robotics_operations_0169_closed_missing_with_open_distractor", "split": "dev", "domain": "robotics_operations", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Rover 2 has shift clearance.", "query_atom": "has_shift_clearance::Rover 2", "facts_positive": ["Rover 3 has a field note.", "Rover 2 passed diagnostics."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "symbolic": {"positive_atoms": ["has_field_note::Rover 3", "passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 2", "closure_atoms": ["has_field_note::Rover 3", "passed_diagnostics::Rover 2"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 3 has a field note.\n- Rover 2 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Rover 2 has shift clearance.\nTarget atom: has_shift_clearance::Rover 2\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "complete_predicates_after_update": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_field_note, has_shift_clearance, may_start_shift, needs_operator_review, passed_diagnostics\n- Complete predicates after this update: has_field_note, has_shift_clearance, may_start_shift, needs_operator_review, passed_diagnostics\n\nTarget statement: Rover 2 has shift clearance.\nTarget atom: has_shift_clearance::Rover 2"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_shift_clearance"], "complete_predicates_after_update": ["has_shift_clearance"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_shift_clearance\n\nTarget statement: Rover 2 has shift clearance.\nTarget atom: has_shift_clearance::Rover 2"}]}
9
+ {"id": "dynamic_dialogue_v3_0093", "base_id": "university_registration_0048_closed_missing_with_open_distractor", "split": "dev", "domain": "university_registration", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Mia has advising clearance.", "query_atom": "has_advising_clearance::Mia", "facts_positive": ["Noah has an external scholarship.", "Mia passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "symbolic": {"positive_atoms": ["has_external_scholarship::Noah", "passed_exam::Mia"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Mia", "closure_atoms": ["has_external_scholarship::Noah", "passed_exam::Mia"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Noah has an external scholarship.\n- Mia passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget statement: Mia has advising clearance.\nTarget atom: has_advising_clearance::Mia\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "complete_predicates_after_update": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam\n- Complete predicates after this update: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam\n\nTarget statement: Mia has advising clearance.\nTarget atom: has_advising_clearance::Mia"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_advising_clearance"], "complete_predicates_after_update": ["has_advising_clearance"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_advising_clearance\n\nTarget statement: Mia has advising clearance.\nTarget atom: has_advising_clearance::Mia"}]}
10
+ {"id": "dynamic_dialogue_v3_0098", "base_id": "university_registration_0056_closed_derived_missing_antecedent", "split": "dev", "domain": "university_registration", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "gold_pattern": "unknown|false|false", "dialogue_type": "persist_after_narrowing", "target_statement": "Lena may register for the seminar.", "query_atom": "may_register::Lena", "facts_positive": ["Lena passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "symbolic": {"positive_atoms": ["passed_exam::Lena"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Lena", "has_advising_clearance::Lena"], "conclusion": "may_register::Lena", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Lena", "closure_atoms": ["passed_exam::Lena"]}, "turns": [{"turn_index": 1, "source_semantics": "owa", "update_operation": "SET_COMPLETE_PREDICATES", "update_predicates": [], "complete_predicates_after_update": [], "gold_answer": "unknown", "expected_changed_from_previous": null, "expected_applied_update": "open", "prompt": "This is turn 1 of a 3-turn dynamic completeness dialogue.\nYou are given an initial knowledge base and an initial completeness state.\nDo not use outside knowledge.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly open. For turn 1, changed_from_previous must be null.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nKnowledge base:\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Lena passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget statement: Lena may register for the seminar.\nTarget atom: may_register::Lena\n\nCompleteness-state update for this turn:\n- Operation: SET_COMPLETE_PREDICATES\n- New complete predicates: none"}, {"turn_index": 2, "source_semantics": "cwa", "update_operation": "ADD_COMPLETE_PREDICATES", "update_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "complete_predicates_after_update": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "gold_answer": "false", "expected_changed_from_previous": true, "expected_applied_update": "global_complete", "prompt": "This is turn 2 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly global_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: ADD_COMPLETE_PREDICATES\n- Predicates to add as complete: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam\n- Complete predicates after this update: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam\n\nTarget statement: Lena may register for the seminar.\nTarget atom: may_register::Lena"}, {"turn_index": 3, "source_semantics": "lcwa", "update_operation": "REPLACE_COMPLETE_PREDICATES", "update_predicates": ["has_advising_clearance", "may_register"], "complete_predicates_after_update": ["has_advising_clearance", "may_register"], "gold_answer": "false", "expected_changed_from_previous": false, "expected_applied_update": "local_complete", "prompt": "This is turn 3 of a 3-turn dynamic completeness dialogue.\nKeep the exact same knowledge base, facts, rules, glossary, and target from turn 1.\nApply only the completeness-state update below.\nRecompute the answer from the updated state. Do not treat a previous false/unknown conclusion as a new fact.\nReturn exactly one compact JSON object with keys answer, changed_from_previous, applied_update, and rationale. The answer value must be one of true, false, unknown. The changed_from_previous value must be true, false, or null. The applied_update value must be one of open, global_complete, local_complete. For this turn, applied_update must be exactly local_complete. For this turn, changed_from_previous must be true iff your current answer differs from your immediately previous answer.\n\nReasoning contract:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then evaluate unstated and underivable atoms using the current completeness state.\n- If a predicate is complete, an unstated and underivable atom using that predicate is false.\n- If a predicate is not complete, an unstated and underivable atom using that predicate is unknown.\n- A false answer derived from completeness is not a permanent negative fact; it can be withdrawn if the completeness state changes.\n\nCompleteness-state update for this turn:\n- Operation: REPLACE_COMPLETE_PREDICATES\n- Discard the previous complete-predicate set.\n- Replacement complete predicates: has_advising_clearance, may_register\n\nTarget statement: Lena may register for the seminar.\nTarget atom: may_register::Lena"}]}
data/multi_agent/full.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/multi_agent/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/multi_agent/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/multi_agent/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
metadata/closurebench_ask_act_metadata.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_dataset": "data/base/full.jsonl",
3
+ "dataset": "data/ask_act/full.jsonl",
4
+ "version": "closurebench_ask_act",
5
+ "num_items": 960,
6
+ "num_base_scenarios": 320,
7
+ "semantics": {
8
+ "owa": 320,
9
+ "cwa": 320,
10
+ "lcwa": 320
11
+ },
12
+ "domains": {
13
+ "cloud_deployment": 120,
14
+ "hospital_access": 120,
15
+ "library_services": 120,
16
+ "university_registration": 120,
17
+ "finance_controls": 120,
18
+ "procurement_review": 120,
19
+ "manufacturing_quality": 120,
20
+ "robotics_operations": 120
21
+ },
22
+ "families": {
23
+ "entailed_open_conclusion": 96,
24
+ "explicit_negative_closed": 96,
25
+ "explicit_negative_open": 96,
26
+ "closed_missing_with_open_distractor": 96,
27
+ "open_missing_with_closed_distractor": 96,
28
+ "open_missing_direct": 96,
29
+ "entailed_closed_conclusion": 96,
30
+ "closed_missing_direct": 96,
31
+ "closed_derived_missing_antecedent": 96,
32
+ "open_derived_missing_antecedent": 96
33
+ },
34
+ "subsets": {
35
+ "control_entailed": 192,
36
+ "control_explicit_negative": 192,
37
+ "core_contrastive": 576
38
+ },
39
+ "gold_truth_values": {
40
+ "true": 192,
41
+ "false": 480,
42
+ "unknown": 288
43
+ },
44
+ "gold_actions": {
45
+ "approve": 192,
46
+ "deny": 480,
47
+ "request_information": 288
48
+ },
49
+ "gold_reason_types": {
50
+ "entailed_by_fact_or_rule": 192,
51
+ "explicit_negative_fact": 192,
52
+ "global_closed_world_underivable": 192,
53
+ "local_open_world_underivable": 96,
54
+ "open_world_underivable": 192,
55
+ "local_closed_world_underivable": 96
56
+ },
57
+ "primary_metrics": [
58
+ "action_accuracy",
59
+ "truth_accuracy",
60
+ "full_decision_accuracy",
61
+ "ask_precision_recall_f1",
62
+ "targeted_information_accuracy",
63
+ "premature_denial_rate",
64
+ "excessive_ask_rate",
65
+ "closure_denial_accuracy",
66
+ "semantic_switch_action_accuracy"
67
+ ],
68
+ "notes": [
69
+ "This file is derived deterministically from ClosureBench V3.",
70
+ "Unknown direct targets ask for the target atom.",
71
+ "Unknown derived targets ask for the missing rule antecedent.",
72
+ "Approve/deny cases require null missing fields to avoid unnecessary escalation."
73
+ ]
74
+ }
metadata/closurebench_base_metadata.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "closurebench_base.jsonl",
3
+ "version": "closurebench-v1",
4
+ "num_items": 960,
5
+ "num_base_scenarios": 320,
6
+ "domains": {
7
+ "cloud_deployment": 120,
8
+ "hospital_access": 120,
9
+ "library_services": 120,
10
+ "university_registration": 120,
11
+ "finance_controls": 120,
12
+ "procurement_review": 120,
13
+ "manufacturing_quality": 120,
14
+ "robotics_operations": 120
15
+ },
16
+ "families": {
17
+ "entailed_open_conclusion": 96,
18
+ "explicit_negative_closed": 96,
19
+ "explicit_negative_open": 96,
20
+ "closed_missing_with_open_distractor": 96,
21
+ "open_missing_with_closed_distractor": 96,
22
+ "open_missing_direct": 96,
23
+ "entailed_closed_conclusion": 96,
24
+ "closed_missing_direct": 96,
25
+ "closed_derived_missing_antecedent": 96,
26
+ "open_derived_missing_antecedent": 96
27
+ },
28
+ "subsets": {
29
+ "control_entailed": 192,
30
+ "control_explicit_negative": 192,
31
+ "core_contrastive": 576
32
+ },
33
+ "splits": {
34
+ "dev": 93,
35
+ "train": 648,
36
+ "test": 219
37
+ },
38
+ "semantics": {
39
+ "owa": 320,
40
+ "cwa": 320,
41
+ "lcwa": 320
42
+ },
43
+ "gold_answers": {
44
+ "true": 192,
45
+ "false": 480,
46
+ "unknown": 288
47
+ },
48
+ "gold_reason_types": {
49
+ "entailed_by_fact_or_rule": 192,
50
+ "explicit_negative_fact": 192,
51
+ "global_closed_world_underivable": 192,
52
+ "local_open_world_underivable": 96,
53
+ "open_world_underivable": 192,
54
+ "local_closed_world_underivable": 96
55
+ },
56
+ "semantic_switch_patterns": {
57
+ "false|false|false": 64,
58
+ "true|true|true": 64,
59
+ "unknown|false|false": 96,
60
+ "unknown|false|unknown": 96
61
+ },
62
+ "primary_metrics": [
63
+ "semantic_switch_accuracy",
64
+ "lcwa_closed_scope_accuracy",
65
+ "lcwa_open_scope_accuracy",
66
+ "cwa_accuracy",
67
+ "owa_accuracy"
68
+ ],
69
+ "notes": [
70
+ "V3 preserves pilot v1/v2 files and should be treated as the publication candidate.",
71
+ "Each base scenario has OWA, CWA, and LCWA variants with identical facts, rules, and target atom.",
72
+ "Each item contains natural-language text plus symbolic atoms/rules and a gold reason type.",
73
+ "Closure is explicit: closed predicates make unstated and underivable atoms false after rule closure.",
74
+ "Controls are retained but marked separately from core contrastive cases."
75
+ ]
76
+ }
metadata/closurebench_dynamic_dialogue_metadata.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_dataset": "data/base/full.jsonl",
3
+ "dataset": "data/dynamic_dialogue/full.jsonl",
4
+ "n_dialogues": 100,
5
+ "n_turns": 300,
6
+ "turns_per_dialogue": 3,
7
+ "seed": 11,
8
+ "gold_patterns": {
9
+ "unknown|false|false": 50,
10
+ "unknown|false|unknown": 50
11
+ },
12
+ "dialogue_types": {
13
+ "persist_after_narrowing": 50,
14
+ "reopen": 50
15
+ },
16
+ "domains": {
17
+ "cloud_deployment": 8,
18
+ "finance_controls": 15,
19
+ "hospital_access": 13,
20
+ "library_services": 11,
21
+ "manufacturing_quality": 13,
22
+ "procurement_review": 12,
23
+ "robotics_operations": 15,
24
+ "university_registration": 13
25
+ },
26
+ "families": {
27
+ "closed_derived_missing_antecedent": 17,
28
+ "closed_missing_direct": 15,
29
+ "closed_missing_with_open_distractor": 18,
30
+ "open_derived_missing_antecedent": 16,
31
+ "open_missing_direct": 18,
32
+ "open_missing_with_closed_distractor": 16
33
+ },
34
+ "turn_update_sequence": [
35
+ "SET_COMPLETE_PREDICATES([])",
36
+ "ADD_COMPLETE_PREDICATES(vocabulary)",
37
+ "REPLACE_COMPLETE_PREDICATES(local_subset)"
38
+ ],
39
+ "primary_metrics": [
40
+ "dialogue_all_answer_accuracy",
41
+ "revision_accuracy",
42
+ "persistence_accuracy",
43
+ "dialogue_all_turn_accuracy",
44
+ "completeness_addition_accuracy",
45
+ "reopening_accuracy",
46
+ "narrowing_persistence_accuracy",
47
+ "closure_inertia_rate",
48
+ "closure_retention_failure_rate",
49
+ "changed_flag_accuracy",
50
+ "applied_update_accuracy",
51
+ "anchoring_error_rate"
52
+ ]
53
+ }
metadata/closurebench_multi_agent_metadata.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "ClosureBench-MA",
3
+ "source_dataset": "data/base/full.jsonl",
4
+ "num_items": 360,
5
+ "num_base_scenarios": 120,
6
+ "semantics": {
7
+ "cwa": 120,
8
+ "lcwa": 120,
9
+ "owa": 120
10
+ },
11
+ "subsets": {
12
+ "core_contrastive": 216,
13
+ "control_entailed": 72,
14
+ "control_explicit_negative": 72
15
+ },
16
+ "gold_truth_values": {
17
+ "false": 178,
18
+ "unknown": 110,
19
+ "true": 72
20
+ },
21
+ "gold_source_used": {
22
+ "agent_a": 166,
23
+ "agent_b": 179,
24
+ "both": 15
25
+ },
26
+ "gold_closure_handling": {
27
+ "closed_absence": 106,
28
+ "open_absence": 110,
29
+ "entailed_or_explicit": 72,
30
+ "explicit_negative": 72
31
+ },
32
+ "domains": {
33
+ "cloud_deployment": 45,
34
+ "finance_controls": 45,
35
+ "hospital_access": 42,
36
+ "library_services": 30,
37
+ "manufacturing_quality": 60,
38
+ "procurement_review": 45,
39
+ "robotics_operations": 48,
40
+ "university_registration": 45
41
+ }
42
+ }
results/reports/closurebench_ask_act_replicate_manifest.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "data/ask_act/full.jsonl",
3
+ "dataset_size": 960,
4
+ "repeats": 3,
5
+ "shards": 4,
6
+ "runs": [
7
+ {
8
+ "label": "mistral-small",
9
+ "model": "mistralai/mistral-small-2603",
10
+ "repeat": 1,
11
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_mistral-small_repeat_1_scored.jsonl"
12
+ },
13
+ {
14
+ "label": "mistral-small",
15
+ "model": "mistralai/mistral-small-2603",
16
+ "repeat": 2,
17
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_mistral-small_repeat_2_scored.jsonl"
18
+ },
19
+ {
20
+ "label": "mistral-small",
21
+ "model": "mistralai/mistral-small-2603",
22
+ "repeat": 3,
23
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_mistral-small_repeat_3_scored.jsonl"
24
+ },
25
+ {
26
+ "label": "deepseek-flash",
27
+ "model": "deepseek-v4-flash",
28
+ "repeat": 1,
29
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-flash_repeat_1_scored.jsonl"
30
+ },
31
+ {
32
+ "label": "deepseek-flash",
33
+ "model": "deepseek-v4-flash",
34
+ "repeat": 2,
35
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-flash_repeat_2_scored.jsonl"
36
+ },
37
+ {
38
+ "label": "deepseek-flash",
39
+ "model": "deepseek-v4-flash",
40
+ "repeat": 3,
41
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-flash_repeat_3_scored.jsonl"
42
+ },
43
+ {
44
+ "label": "deepseek-pro",
45
+ "model": "deepseek-v4-pro",
46
+ "repeat": 1,
47
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-pro_repeat_1_scored.jsonl"
48
+ },
49
+ {
50
+ "label": "deepseek-pro",
51
+ "model": "deepseek-v4-pro",
52
+ "repeat": 2,
53
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-pro_repeat_2_scored.jsonl"
54
+ },
55
+ {
56
+ "label": "deepseek-pro",
57
+ "model": "deepseek-v4-pro",
58
+ "repeat": 3,
59
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-pro_repeat_3_scored.jsonl"
60
+ },
61
+ {
62
+ "label": "mistral-medium",
63
+ "model": "mistralai/mistral-medium-3-5",
64
+ "repeat": 1,
65
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_mistral-medium_repeat_1_scored.jsonl"
66
+ },
67
+ {
68
+ "label": "mistral-medium",
69
+ "model": "mistralai/mistral-medium-3-5",
70
+ "repeat": 2,
71
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_mistral-medium_repeat_2_scored.jsonl"
72
+ },
73
+ {
74
+ "label": "mistral-medium",
75
+ "model": "mistralai/mistral-medium-3-5",
76
+ "repeat": 3,
77
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_mistral-medium_repeat_3_scored.jsonl"
78
+ },
79
+ {
80
+ "label": "llama-scout",
81
+ "model": "meta-llama/llama-4-scout",
82
+ "repeat": 1,
83
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-scout_repeat_1_scored.jsonl"
84
+ },
85
+ {
86
+ "label": "llama-scout",
87
+ "model": "meta-llama/llama-4-scout",
88
+ "repeat": 2,
89
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-scout_repeat_2_scored.jsonl"
90
+ },
91
+ {
92
+ "label": "llama-scout",
93
+ "model": "meta-llama/llama-4-scout",
94
+ "repeat": 3,
95
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-scout_repeat_3_scored.jsonl"
96
+ },
97
+ {
98
+ "label": "llama-maverick",
99
+ "model": "meta-llama/llama-4-maverick",
100
+ "repeat": 1,
101
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-maverick_repeat_1_scored.jsonl"
102
+ },
103
+ {
104
+ "label": "llama-maverick",
105
+ "model": "meta-llama/llama-4-maverick",
106
+ "repeat": 2,
107
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-maverick_repeat_2_scored.jsonl"
108
+ },
109
+ {
110
+ "label": "llama-maverick",
111
+ "model": "meta-llama/llama-4-maverick",
112
+ "repeat": 3,
113
+ "scored": "results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-maverick_repeat_3_scored.jsonl"
114
+ }
115
+ ]
116
+ }
results/reports/closurebench_ask_act_summary.json ADDED
The diff for this file is too large to render. See raw diff
 
results/reports/closurebench_deepseek_v4_flash_report.json ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_scored": 960,
3
+ "n_dataset": 960,
4
+ "coverage": 100.0,
5
+ "api_errors": 0,
6
+ "json_valid": {
7
+ "n": 959,
8
+ "rate": 99.9
9
+ },
10
+ "answer_parse": {
11
+ "n": 960,
12
+ "rate": 100.0
13
+ },
14
+ "overall_accuracy": {
15
+ "correct": 872,
16
+ "n": 960,
17
+ "accuracy": 90.83
18
+ },
19
+ "by_semantics": {
20
+ "cwa": {
21
+ "n": 320,
22
+ "correct": 280,
23
+ "accuracy": 87.5
24
+ },
25
+ "lcwa": {
26
+ "n": 320,
27
+ "correct": 272,
28
+ "accuracy": 85.0
29
+ },
30
+ "owa": {
31
+ "n": 320,
32
+ "correct": 320,
33
+ "accuracy": 100.0
34
+ }
35
+ },
36
+ "by_subset": {
37
+ "control_entailed": {
38
+ "n": 192,
39
+ "correct": 192,
40
+ "accuracy": 100.0
41
+ },
42
+ "control_explicit_negative": {
43
+ "n": 192,
44
+ "correct": 192,
45
+ "accuracy": 100.0
46
+ },
47
+ "core_contrastive": {
48
+ "n": 576,
49
+ "correct": 488,
50
+ "accuracy": 84.72
51
+ }
52
+ },
53
+ "by_family": {
54
+ "closed_derived_missing_antecedent": {
55
+ "n": 96,
56
+ "correct": 33,
57
+ "accuracy": 34.38
58
+ },
59
+ "closed_missing_direct": {
60
+ "n": 96,
61
+ "correct": 86,
62
+ "accuracy": 89.58
63
+ },
64
+ "closed_missing_with_open_distractor": {
65
+ "n": 96,
66
+ "correct": 88,
67
+ "accuracy": 91.67
68
+ },
69
+ "entailed_closed_conclusion": {
70
+ "n": 96,
71
+ "correct": 96,
72
+ "accuracy": 100.0
73
+ },
74
+ "entailed_open_conclusion": {
75
+ "n": 96,
76
+ "correct": 96,
77
+ "accuracy": 100.0
78
+ },
79
+ "explicit_negative_closed": {
80
+ "n": 96,
81
+ "correct": 96,
82
+ "accuracy": 100.0
83
+ },
84
+ "explicit_negative_open": {
85
+ "n": 96,
86
+ "correct": 96,
87
+ "accuracy": 100.0
88
+ },
89
+ "open_derived_missing_antecedent": {
90
+ "n": 96,
91
+ "correct": 89,
92
+ "accuracy": 92.71
93
+ },
94
+ "open_missing_direct": {
95
+ "n": 96,
96
+ "correct": 96,
97
+ "accuracy": 100.0
98
+ },
99
+ "open_missing_with_closed_distractor": {
100
+ "n": 96,
101
+ "correct": 96,
102
+ "accuracy": 100.0
103
+ }
104
+ },
105
+ "by_family_and_semantics": {
106
+ "closed_derived_missing_antecedent": {
107
+ "cwa": {
108
+ "n": 32,
109
+ "correct": 1,
110
+ "accuracy": 3.12
111
+ },
112
+ "lcwa": {
113
+ "n": 32,
114
+ "correct": 0,
115
+ "accuracy": 0.0
116
+ },
117
+ "owa": {
118
+ "n": 32,
119
+ "correct": 32,
120
+ "accuracy": 100.0
121
+ }
122
+ },
123
+ "closed_missing_direct": {
124
+ "cwa": {
125
+ "n": 32,
126
+ "correct": 31,
127
+ "accuracy": 96.88
128
+ },
129
+ "lcwa": {
130
+ "n": 32,
131
+ "correct": 23,
132
+ "accuracy": 71.88
133
+ },
134
+ "owa": {
135
+ "n": 32,
136
+ "correct": 32,
137
+ "accuracy": 100.0
138
+ }
139
+ },
140
+ "closed_missing_with_open_distractor": {
141
+ "cwa": {
142
+ "n": 32,
143
+ "correct": 31,
144
+ "accuracy": 96.88
145
+ },
146
+ "lcwa": {
147
+ "n": 32,
148
+ "correct": 25,
149
+ "accuracy": 78.12
150
+ },
151
+ "owa": {
152
+ "n": 32,
153
+ "correct": 32,
154
+ "accuracy": 100.0
155
+ }
156
+ },
157
+ "entailed_closed_conclusion": {
158
+ "cwa": {
159
+ "n": 32,
160
+ "correct": 32,
161
+ "accuracy": 100.0
162
+ },
163
+ "lcwa": {
164
+ "n": 32,
165
+ "correct": 32,
166
+ "accuracy": 100.0
167
+ },
168
+ "owa": {
169
+ "n": 32,
170
+ "correct": 32,
171
+ "accuracy": 100.0
172
+ }
173
+ },
174
+ "entailed_open_conclusion": {
175
+ "cwa": {
176
+ "n": 32,
177
+ "correct": 32,
178
+ "accuracy": 100.0
179
+ },
180
+ "lcwa": {
181
+ "n": 32,
182
+ "correct": 32,
183
+ "accuracy": 100.0
184
+ },
185
+ "owa": {
186
+ "n": 32,
187
+ "correct": 32,
188
+ "accuracy": 100.0
189
+ }
190
+ },
191
+ "explicit_negative_closed": {
192
+ "cwa": {
193
+ "n": 32,
194
+ "correct": 32,
195
+ "accuracy": 100.0
196
+ },
197
+ "lcwa": {
198
+ "n": 32,
199
+ "correct": 32,
200
+ "accuracy": 100.0
201
+ },
202
+ "owa": {
203
+ "n": 32,
204
+ "correct": 32,
205
+ "accuracy": 100.0
206
+ }
207
+ },
208
+ "explicit_negative_open": {
209
+ "cwa": {
210
+ "n": 32,
211
+ "correct": 32,
212
+ "accuracy": 100.0
213
+ },
214
+ "lcwa": {
215
+ "n": 32,
216
+ "correct": 32,
217
+ "accuracy": 100.0
218
+ },
219
+ "owa": {
220
+ "n": 32,
221
+ "correct": 32,
222
+ "accuracy": 100.0
223
+ }
224
+ },
225
+ "open_derived_missing_antecedent": {
226
+ "cwa": {
227
+ "n": 32,
228
+ "correct": 25,
229
+ "accuracy": 78.12
230
+ },
231
+ "lcwa": {
232
+ "n": 32,
233
+ "correct": 32,
234
+ "accuracy": 100.0
235
+ },
236
+ "owa": {
237
+ "n": 32,
238
+ "correct": 32,
239
+ "accuracy": 100.0
240
+ }
241
+ },
242
+ "open_missing_direct": {
243
+ "cwa": {
244
+ "n": 32,
245
+ "correct": 32,
246
+ "accuracy": 100.0
247
+ },
248
+ "lcwa": {
249
+ "n": 32,
250
+ "correct": 32,
251
+ "accuracy": 100.0
252
+ },
253
+ "owa": {
254
+ "n": 32,
255
+ "correct": 32,
256
+ "accuracy": 100.0
257
+ }
258
+ },
259
+ "open_missing_with_closed_distractor": {
260
+ "cwa": {
261
+ "n": 32,
262
+ "correct": 32,
263
+ "accuracy": 100.0
264
+ },
265
+ "lcwa": {
266
+ "n": 32,
267
+ "correct": 32,
268
+ "accuracy": 100.0
269
+ },
270
+ "owa": {
271
+ "n": 32,
272
+ "correct": 32,
273
+ "accuracy": 100.0
274
+ }
275
+ }
276
+ },
277
+ "by_gold_answer": {
278
+ "false": {
279
+ "n": 480,
280
+ "correct": 392,
281
+ "accuracy": 81.67
282
+ },
283
+ "true": {
284
+ "n": 192,
285
+ "correct": 192,
286
+ "accuracy": 100.0
287
+ },
288
+ "unknown": {
289
+ "n": 288,
290
+ "correct": 288,
291
+ "accuracy": 100.0
292
+ }
293
+ },
294
+ "by_gold_reason_type": {
295
+ "entailed_by_fact_or_rule": {
296
+ "n": 192,
297
+ "correct": 192,
298
+ "accuracy": 100.0
299
+ },
300
+ "explicit_negative_fact": {
301
+ "n": 192,
302
+ "correct": 192,
303
+ "accuracy": 100.0
304
+ },
305
+ "global_closed_world_underivable": {
306
+ "n": 192,
307
+ "correct": 152,
308
+ "accuracy": 79.17
309
+ },
310
+ "local_closed_world_underivable": {
311
+ "n": 96,
312
+ "correct": 48,
313
+ "accuracy": 50.0
314
+ },
315
+ "local_open_world_underivable": {
316
+ "n": 96,
317
+ "correct": 96,
318
+ "accuracy": 100.0
319
+ },
320
+ "open_world_underivable": {
321
+ "n": 192,
322
+ "correct": 192,
323
+ "accuracy": 100.0
324
+ }
325
+ },
326
+ "semantic_switch_accuracy": {
327
+ "complete_base_groups": 320,
328
+ "correct_groups": 264,
329
+ "accuracy": 82.5
330
+ },
331
+ "core_contrastive_switch_accuracy": {
332
+ "complete_base_groups": 192,
333
+ "correct_groups": 136,
334
+ "accuracy": 70.83
335
+ },
336
+ "unknown_accuracy": {
337
+ "correct": 288,
338
+ "n": 288,
339
+ "accuracy": 100.0
340
+ },
341
+ "false_accuracy": {
342
+ "correct": 392,
343
+ "n": 480,
344
+ "accuracy": 81.67
345
+ },
346
+ "true_accuracy": {
347
+ "correct": 192,
348
+ "n": 192,
349
+ "accuracy": 100.0
350
+ },
351
+ "lcwa_open_scope_accuracy": {
352
+ "correct": 96,
353
+ "n": 96,
354
+ "accuracy": 100.0
355
+ },
356
+ "lcwa_closed_scope_accuracy": {
357
+ "correct": 48,
358
+ "n": 96,
359
+ "accuracy": 50.0
360
+ },
361
+ "semantic_bias_index": {
362
+ "owa_unknown_predicted_false_rate": 0.0,
363
+ "lcwa_open_predicted_false_rate": 0.0,
364
+ "lcwa_closed_predicted_unknown_rate": 50.0
365
+ },
366
+ "error_types": {
367
+ "correct": 872,
368
+ "open_world_bias": 40,
369
+ "missed_local_closure": 48
370
+ },
371
+ "baselines": {
372
+ "always_cwa": {
373
+ "correct": 672,
374
+ "accuracy": 70.0,
375
+ "n": 960
376
+ },
377
+ "always_owa": {
378
+ "correct": 672,
379
+ "accuracy": 70.0,
380
+ "n": 960
381
+ },
382
+ "ignore_lcwa": {
383
+ "correct": 864,
384
+ "accuracy": 90.0,
385
+ "n": 960
386
+ }
387
+ },
388
+ "models": [
389
+ "deepseek-v4-flash"
390
+ ]
391
+ }
results/reports/closurebench_deepseek_v4_pro_report.json ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_scored": 960,
3
+ "n_dataset": 960,
4
+ "coverage": 100.0,
5
+ "api_errors": 0,
6
+ "json_valid": {
7
+ "n": 958,
8
+ "rate": 99.79
9
+ },
10
+ "answer_parse": {
11
+ "n": 960,
12
+ "rate": 100.0
13
+ },
14
+ "overall_accuracy": {
15
+ "correct": 898,
16
+ "n": 960,
17
+ "accuracy": 93.54
18
+ },
19
+ "by_semantics": {
20
+ "cwa": {
21
+ "n": 320,
22
+ "correct": 294,
23
+ "accuracy": 91.88
24
+ },
25
+ "lcwa": {
26
+ "n": 320,
27
+ "correct": 284,
28
+ "accuracy": 88.75
29
+ },
30
+ "owa": {
31
+ "n": 320,
32
+ "correct": 320,
33
+ "accuracy": 100.0
34
+ }
35
+ },
36
+ "by_subset": {
37
+ "control_entailed": {
38
+ "n": 192,
39
+ "correct": 192,
40
+ "accuracy": 100.0
41
+ },
42
+ "control_explicit_negative": {
43
+ "n": 192,
44
+ "correct": 192,
45
+ "accuracy": 100.0
46
+ },
47
+ "core_contrastive": {
48
+ "n": 576,
49
+ "correct": 514,
50
+ "accuracy": 89.24
51
+ }
52
+ },
53
+ "by_family": {
54
+ "closed_derived_missing_antecedent": {
55
+ "n": 96,
56
+ "correct": 47,
57
+ "accuracy": 48.96
58
+ },
59
+ "closed_missing_direct": {
60
+ "n": 96,
61
+ "correct": 96,
62
+ "accuracy": 100.0
63
+ },
64
+ "closed_missing_with_open_distractor": {
65
+ "n": 96,
66
+ "correct": 91,
67
+ "accuracy": 94.79
68
+ },
69
+ "entailed_closed_conclusion": {
70
+ "n": 96,
71
+ "correct": 96,
72
+ "accuracy": 100.0
73
+ },
74
+ "entailed_open_conclusion": {
75
+ "n": 96,
76
+ "correct": 96,
77
+ "accuracy": 100.0
78
+ },
79
+ "explicit_negative_closed": {
80
+ "n": 96,
81
+ "correct": 96,
82
+ "accuracy": 100.0
83
+ },
84
+ "explicit_negative_open": {
85
+ "n": 96,
86
+ "correct": 96,
87
+ "accuracy": 100.0
88
+ },
89
+ "open_derived_missing_antecedent": {
90
+ "n": 96,
91
+ "correct": 88,
92
+ "accuracy": 91.67
93
+ },
94
+ "open_missing_direct": {
95
+ "n": 96,
96
+ "correct": 96,
97
+ "accuracy": 100.0
98
+ },
99
+ "open_missing_with_closed_distractor": {
100
+ "n": 96,
101
+ "correct": 96,
102
+ "accuracy": 100.0
103
+ }
104
+ },
105
+ "by_family_and_semantics": {
106
+ "closed_derived_missing_antecedent": {
107
+ "cwa": {
108
+ "n": 32,
109
+ "correct": 15,
110
+ "accuracy": 46.88
111
+ },
112
+ "lcwa": {
113
+ "n": 32,
114
+ "correct": 0,
115
+ "accuracy": 0.0
116
+ },
117
+ "owa": {
118
+ "n": 32,
119
+ "correct": 32,
120
+ "accuracy": 100.0
121
+ }
122
+ },
123
+ "closed_missing_direct": {
124
+ "cwa": {
125
+ "n": 32,
126
+ "correct": 32,
127
+ "accuracy": 100.0
128
+ },
129
+ "lcwa": {
130
+ "n": 32,
131
+ "correct": 32,
132
+ "accuracy": 100.0
133
+ },
134
+ "owa": {
135
+ "n": 32,
136
+ "correct": 32,
137
+ "accuracy": 100.0
138
+ }
139
+ },
140
+ "closed_missing_with_open_distractor": {
141
+ "cwa": {
142
+ "n": 32,
143
+ "correct": 31,
144
+ "accuracy": 96.88
145
+ },
146
+ "lcwa": {
147
+ "n": 32,
148
+ "correct": 28,
149
+ "accuracy": 87.5
150
+ },
151
+ "owa": {
152
+ "n": 32,
153
+ "correct": 32,
154
+ "accuracy": 100.0
155
+ }
156
+ },
157
+ "entailed_closed_conclusion": {
158
+ "cwa": {
159
+ "n": 32,
160
+ "correct": 32,
161
+ "accuracy": 100.0
162
+ },
163
+ "lcwa": {
164
+ "n": 32,
165
+ "correct": 32,
166
+ "accuracy": 100.0
167
+ },
168
+ "owa": {
169
+ "n": 32,
170
+ "correct": 32,
171
+ "accuracy": 100.0
172
+ }
173
+ },
174
+ "entailed_open_conclusion": {
175
+ "cwa": {
176
+ "n": 32,
177
+ "correct": 32,
178
+ "accuracy": 100.0
179
+ },
180
+ "lcwa": {
181
+ "n": 32,
182
+ "correct": 32,
183
+ "accuracy": 100.0
184
+ },
185
+ "owa": {
186
+ "n": 32,
187
+ "correct": 32,
188
+ "accuracy": 100.0
189
+ }
190
+ },
191
+ "explicit_negative_closed": {
192
+ "cwa": {
193
+ "n": 32,
194
+ "correct": 32,
195
+ "accuracy": 100.0
196
+ },
197
+ "lcwa": {
198
+ "n": 32,
199
+ "correct": 32,
200
+ "accuracy": 100.0
201
+ },
202
+ "owa": {
203
+ "n": 32,
204
+ "correct": 32,
205
+ "accuracy": 100.0
206
+ }
207
+ },
208
+ "explicit_negative_open": {
209
+ "cwa": {
210
+ "n": 32,
211
+ "correct": 32,
212
+ "accuracy": 100.0
213
+ },
214
+ "lcwa": {
215
+ "n": 32,
216
+ "correct": 32,
217
+ "accuracy": 100.0
218
+ },
219
+ "owa": {
220
+ "n": 32,
221
+ "correct": 32,
222
+ "accuracy": 100.0
223
+ }
224
+ },
225
+ "open_derived_missing_antecedent": {
226
+ "cwa": {
227
+ "n": 32,
228
+ "correct": 24,
229
+ "accuracy": 75.0
230
+ },
231
+ "lcwa": {
232
+ "n": 32,
233
+ "correct": 32,
234
+ "accuracy": 100.0
235
+ },
236
+ "owa": {
237
+ "n": 32,
238
+ "correct": 32,
239
+ "accuracy": 100.0
240
+ }
241
+ },
242
+ "open_missing_direct": {
243
+ "cwa": {
244
+ "n": 32,
245
+ "correct": 32,
246
+ "accuracy": 100.0
247
+ },
248
+ "lcwa": {
249
+ "n": 32,
250
+ "correct": 32,
251
+ "accuracy": 100.0
252
+ },
253
+ "owa": {
254
+ "n": 32,
255
+ "correct": 32,
256
+ "accuracy": 100.0
257
+ }
258
+ },
259
+ "open_missing_with_closed_distractor": {
260
+ "cwa": {
261
+ "n": 32,
262
+ "correct": 32,
263
+ "accuracy": 100.0
264
+ },
265
+ "lcwa": {
266
+ "n": 32,
267
+ "correct": 32,
268
+ "accuracy": 100.0
269
+ },
270
+ "owa": {
271
+ "n": 32,
272
+ "correct": 32,
273
+ "accuracy": 100.0
274
+ }
275
+ }
276
+ },
277
+ "by_gold_answer": {
278
+ "false": {
279
+ "n": 480,
280
+ "correct": 418,
281
+ "accuracy": 87.08
282
+ },
283
+ "true": {
284
+ "n": 192,
285
+ "correct": 192,
286
+ "accuracy": 100.0
287
+ },
288
+ "unknown": {
289
+ "n": 288,
290
+ "correct": 288,
291
+ "accuracy": 100.0
292
+ }
293
+ },
294
+ "by_gold_reason_type": {
295
+ "entailed_by_fact_or_rule": {
296
+ "n": 192,
297
+ "correct": 192,
298
+ "accuracy": 100.0
299
+ },
300
+ "explicit_negative_fact": {
301
+ "n": 192,
302
+ "correct": 192,
303
+ "accuracy": 100.0
304
+ },
305
+ "global_closed_world_underivable": {
306
+ "n": 192,
307
+ "correct": 166,
308
+ "accuracy": 86.46
309
+ },
310
+ "local_closed_world_underivable": {
311
+ "n": 96,
312
+ "correct": 60,
313
+ "accuracy": 62.5
314
+ },
315
+ "local_open_world_underivable": {
316
+ "n": 96,
317
+ "correct": 96,
318
+ "accuracy": 100.0
319
+ },
320
+ "open_world_underivable": {
321
+ "n": 192,
322
+ "correct": 192,
323
+ "accuracy": 100.0
324
+ }
325
+ },
326
+ "semantic_switch_accuracy": {
327
+ "complete_base_groups": 320,
328
+ "correct_groups": 276,
329
+ "accuracy": 86.25
330
+ },
331
+ "core_contrastive_switch_accuracy": {
332
+ "complete_base_groups": 192,
333
+ "correct_groups": 148,
334
+ "accuracy": 77.08
335
+ },
336
+ "unknown_accuracy": {
337
+ "correct": 288,
338
+ "n": 288,
339
+ "accuracy": 100.0
340
+ },
341
+ "false_accuracy": {
342
+ "correct": 418,
343
+ "n": 480,
344
+ "accuracy": 87.08
345
+ },
346
+ "true_accuracy": {
347
+ "correct": 192,
348
+ "n": 192,
349
+ "accuracy": 100.0
350
+ },
351
+ "lcwa_open_scope_accuracy": {
352
+ "correct": 96,
353
+ "n": 96,
354
+ "accuracy": 100.0
355
+ },
356
+ "lcwa_closed_scope_accuracy": {
357
+ "correct": 60,
358
+ "n": 96,
359
+ "accuracy": 62.5
360
+ },
361
+ "semantic_bias_index": {
362
+ "owa_unknown_predicted_false_rate": 0.0,
363
+ "lcwa_open_predicted_false_rate": 0.0,
364
+ "lcwa_closed_predicted_unknown_rate": 37.5
365
+ },
366
+ "error_types": {
367
+ "correct": 898,
368
+ "open_world_bias": 26,
369
+ "missed_local_closure": 36
370
+ },
371
+ "baselines": {
372
+ "always_cwa": {
373
+ "correct": 672,
374
+ "accuracy": 70.0,
375
+ "n": 960
376
+ },
377
+ "always_owa": {
378
+ "correct": 672,
379
+ "accuracy": 70.0,
380
+ "n": 960
381
+ },
382
+ "ignore_lcwa": {
383
+ "correct": 864,
384
+ "accuracy": 90.0,
385
+ "n": 960
386
+ }
387
+ },
388
+ "models": [
389
+ "deepseek-v4-pro"
390
+ ]
391
+ }
results/reports/closurebench_dynamic_dialogue_replicate_manifest.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "data/dynamic_dialogue/full.jsonl",
3
+ "dataset_turns": 300,
4
+ "repeats": 3,
5
+ "shards": 4,
6
+ "runs": [
7
+ {
8
+ "label": "mistral-small",
9
+ "model": "mistralai/mistral-small-2603",
10
+ "repeat": 1,
11
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-small_repeat_1_scored.jsonl"
12
+ },
13
+ {
14
+ "label": "mistral-small",
15
+ "model": "mistralai/mistral-small-2603",
16
+ "repeat": 2,
17
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-small_repeat_2_scored.jsonl"
18
+ },
19
+ {
20
+ "label": "mistral-small",
21
+ "model": "mistralai/mistral-small-2603",
22
+ "repeat": 3,
23
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-small_repeat_3_scored.jsonl"
24
+ },
25
+ {
26
+ "label": "deepseek-flash",
27
+ "model": "deepseek-v4-flash",
28
+ "repeat": 1,
29
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-flash_repeat_1_scored.jsonl"
30
+ },
31
+ {
32
+ "label": "deepseek-flash",
33
+ "model": "deepseek-v4-flash",
34
+ "repeat": 2,
35
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-flash_repeat_2_scored.jsonl"
36
+ },
37
+ {
38
+ "label": "deepseek-flash",
39
+ "model": "deepseek-v4-flash",
40
+ "repeat": 3,
41
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-flash_repeat_3_scored.jsonl"
42
+ },
43
+ {
44
+ "label": "deepseek-pro",
45
+ "model": "deepseek-v4-pro",
46
+ "repeat": 1,
47
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-pro_repeat_1_scored.jsonl"
48
+ },
49
+ {
50
+ "label": "deepseek-pro",
51
+ "model": "deepseek-v4-pro",
52
+ "repeat": 2,
53
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-pro_repeat_2_scored.jsonl"
54
+ },
55
+ {
56
+ "label": "deepseek-pro",
57
+ "model": "deepseek-v4-pro",
58
+ "repeat": 3,
59
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-pro_repeat_3_scored.jsonl"
60
+ },
61
+ {
62
+ "label": "mistral-medium",
63
+ "model": "mistralai/mistral-medium-3-5",
64
+ "repeat": 1,
65
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-medium_repeat_1_scored.jsonl"
66
+ },
67
+ {
68
+ "label": "mistral-medium",
69
+ "model": "mistralai/mistral-medium-3-5",
70
+ "repeat": 2,
71
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-medium_repeat_2_scored.jsonl"
72
+ },
73
+ {
74
+ "label": "mistral-medium",
75
+ "model": "mistralai/mistral-medium-3-5",
76
+ "repeat": 3,
77
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-medium_repeat_3_scored.jsonl"
78
+ },
79
+ {
80
+ "label": "llama-scout",
81
+ "model": "meta-llama/llama-4-scout",
82
+ "repeat": 1,
83
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-scout_repeat_1_scored.jsonl"
84
+ },
85
+ {
86
+ "label": "llama-scout",
87
+ "model": "meta-llama/llama-4-scout",
88
+ "repeat": 2,
89
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-scout_repeat_2_scored.jsonl"
90
+ },
91
+ {
92
+ "label": "llama-scout",
93
+ "model": "meta-llama/llama-4-scout",
94
+ "repeat": 3,
95
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-scout_repeat_3_scored.jsonl"
96
+ },
97
+ {
98
+ "label": "llama-maverick",
99
+ "model": "meta-llama/llama-4-maverick",
100
+ "repeat": 1,
101
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-maverick_repeat_1_scored.jsonl"
102
+ },
103
+ {
104
+ "label": "llama-maverick",
105
+ "model": "meta-llama/llama-4-maverick",
106
+ "repeat": 2,
107
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-maverick_repeat_2_scored.jsonl"
108
+ },
109
+ {
110
+ "label": "llama-maverick",
111
+ "model": "meta-llama/llama-4-maverick",
112
+ "repeat": 3,
113
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-maverick_repeat_3_scored.jsonl"
114
+ }
115
+ ]
116
+ }
results/reports/closurebench_dynamic_dialogue_summary.json ADDED
@@ -0,0 +1,3508 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "data/dynamic_dialogue/full.jsonl",
3
+ "n_dialogues": 100,
4
+ "n_turns": 300,
5
+ "manifest": "results/reports/closurebench_dynamic_dialogue_replicate_manifest.json",
6
+ "runs": {
7
+ "deepseek-flash": {
8
+ "model": "deepseek-v4-flash",
9
+ "n_repeats": 3,
10
+ "replicates": [
11
+ {
12
+ "n_dialogues": 100,
13
+ "n_turns": 300,
14
+ "n_scored": 300,
15
+ "coverage": 100.0,
16
+ "models": [
17
+ "deepseek-v4-flash"
18
+ ],
19
+ "api_errors": 0,
20
+ "parse_failures": 0,
21
+ "json_valid": {
22
+ "n": 295,
23
+ "rate": 98.33
24
+ },
25
+ "answer_accuracy": {
26
+ "correct": 290,
27
+ "n": 300,
28
+ "accuracy": 96.67
29
+ },
30
+ "full_turn_accuracy": {
31
+ "correct": 290,
32
+ "n": 300,
33
+ "accuracy": 96.67
34
+ },
35
+ "dialogue_all_answer_accuracy": {
36
+ "correct": 90,
37
+ "n": 100,
38
+ "accuracy": 90.0
39
+ },
40
+ "dialogue_all_turn_accuracy": {
41
+ "correct": 90,
42
+ "n": 100,
43
+ "accuracy": 90.0
44
+ },
45
+ "revision_accuracy": {
46
+ "correct": 150,
47
+ "n": 150,
48
+ "accuracy": 100.0
49
+ },
50
+ "persistence_accuracy": {
51
+ "correct": 40,
52
+ "n": 50,
53
+ "accuracy": 80.0
54
+ },
55
+ "completeness_addition_accuracy": {
56
+ "correct": 100,
57
+ "n": 100,
58
+ "accuracy": 100.0
59
+ },
60
+ "reopening_accuracy": {
61
+ "correct": 50,
62
+ "n": 50,
63
+ "accuracy": 100.0
64
+ },
65
+ "narrowing_persistence_accuracy": {
66
+ "correct": 40,
67
+ "n": 50,
68
+ "accuracy": 80.0
69
+ },
70
+ "changed_flag_accuracy": {
71
+ "correct": 190,
72
+ "n": 200,
73
+ "accuracy": 95.0
74
+ },
75
+ "applied_update_accuracy": {
76
+ "correct": 300,
77
+ "n": 300,
78
+ "accuracy": 100.0
79
+ },
80
+ "anchoring_error_rate": {
81
+ "errors": 0,
82
+ "n": 150,
83
+ "rate": 0.0
84
+ },
85
+ "closure_inertia_rate": {
86
+ "errors": 0,
87
+ "n": 50,
88
+ "rate": 0.0
89
+ },
90
+ "closure_retention_failure_rate": {
91
+ "errors": 10,
92
+ "n": 50,
93
+ "rate": 20.0
94
+ },
95
+ "by_turn": {
96
+ "1": {
97
+ "correct": 100,
98
+ "n": 100,
99
+ "accuracy": 100.0
100
+ },
101
+ "2": {
102
+ "correct": 100,
103
+ "n": 100,
104
+ "accuracy": 100.0
105
+ },
106
+ "3": {
107
+ "correct": 90,
108
+ "n": 100,
109
+ "accuracy": 90.0
110
+ }
111
+ },
112
+ "by_dialogue_type": {
113
+ "persist_after_narrowing": {
114
+ "correct": 140,
115
+ "n": 150,
116
+ "accuracy": 93.33
117
+ },
118
+ "reopen": {
119
+ "correct": 150,
120
+ "n": 150,
121
+ "accuracy": 100.0
122
+ }
123
+ },
124
+ "by_update_operation": {
125
+ "ADD_COMPLETE_PREDICATES": {
126
+ "correct": 100,
127
+ "n": 100,
128
+ "accuracy": 100.0
129
+ },
130
+ "REPLACE_COMPLETE_PREDICATES": {
131
+ "correct": 90,
132
+ "n": 100,
133
+ "accuracy": 90.0
134
+ },
135
+ "SET_COMPLETE_PREDICATES": {
136
+ "correct": 100,
137
+ "n": 100,
138
+ "accuracy": 100.0
139
+ }
140
+ },
141
+ "error_types": {
142
+ "correct": 290,
143
+ "lost_relevant_local_closure": 10
144
+ },
145
+ "repeat": 1,
146
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-flash_repeat_1_scored.jsonl"
147
+ },
148
+ {
149
+ "n_dialogues": 100,
150
+ "n_turns": 300,
151
+ "n_scored": 300,
152
+ "coverage": 100.0,
153
+ "models": [
154
+ "deepseek-v4-flash"
155
+ ],
156
+ "api_errors": 0,
157
+ "parse_failures": 0,
158
+ "json_valid": {
159
+ "n": 299,
160
+ "rate": 99.67
161
+ },
162
+ "answer_accuracy": {
163
+ "correct": 291,
164
+ "n": 300,
165
+ "accuracy": 97.0
166
+ },
167
+ "full_turn_accuracy": {
168
+ "correct": 291,
169
+ "n": 300,
170
+ "accuracy": 97.0
171
+ },
172
+ "dialogue_all_answer_accuracy": {
173
+ "correct": 91,
174
+ "n": 100,
175
+ "accuracy": 91.0
176
+ },
177
+ "dialogue_all_turn_accuracy": {
178
+ "correct": 91,
179
+ "n": 100,
180
+ "accuracy": 91.0
181
+ },
182
+ "revision_accuracy": {
183
+ "correct": 150,
184
+ "n": 150,
185
+ "accuracy": 100.0
186
+ },
187
+ "persistence_accuracy": {
188
+ "correct": 41,
189
+ "n": 50,
190
+ "accuracy": 82.0
191
+ },
192
+ "completeness_addition_accuracy": {
193
+ "correct": 100,
194
+ "n": 100,
195
+ "accuracy": 100.0
196
+ },
197
+ "reopening_accuracy": {
198
+ "correct": 50,
199
+ "n": 50,
200
+ "accuracy": 100.0
201
+ },
202
+ "narrowing_persistence_accuracy": {
203
+ "correct": 41,
204
+ "n": 50,
205
+ "accuracy": 82.0
206
+ },
207
+ "changed_flag_accuracy": {
208
+ "correct": 191,
209
+ "n": 200,
210
+ "accuracy": 95.5
211
+ },
212
+ "applied_update_accuracy": {
213
+ "correct": 300,
214
+ "n": 300,
215
+ "accuracy": 100.0
216
+ },
217
+ "anchoring_error_rate": {
218
+ "errors": 0,
219
+ "n": 150,
220
+ "rate": 0.0
221
+ },
222
+ "closure_inertia_rate": {
223
+ "errors": 0,
224
+ "n": 50,
225
+ "rate": 0.0
226
+ },
227
+ "closure_retention_failure_rate": {
228
+ "errors": 9,
229
+ "n": 50,
230
+ "rate": 18.0
231
+ },
232
+ "by_turn": {
233
+ "1": {
234
+ "correct": 100,
235
+ "n": 100,
236
+ "accuracy": 100.0
237
+ },
238
+ "2": {
239
+ "correct": 100,
240
+ "n": 100,
241
+ "accuracy": 100.0
242
+ },
243
+ "3": {
244
+ "correct": 91,
245
+ "n": 100,
246
+ "accuracy": 91.0
247
+ }
248
+ },
249
+ "by_dialogue_type": {
250
+ "persist_after_narrowing": {
251
+ "correct": 141,
252
+ "n": 150,
253
+ "accuracy": 94.0
254
+ },
255
+ "reopen": {
256
+ "correct": 150,
257
+ "n": 150,
258
+ "accuracy": 100.0
259
+ }
260
+ },
261
+ "by_update_operation": {
262
+ "ADD_COMPLETE_PREDICATES": {
263
+ "correct": 100,
264
+ "n": 100,
265
+ "accuracy": 100.0
266
+ },
267
+ "REPLACE_COMPLETE_PREDICATES": {
268
+ "correct": 91,
269
+ "n": 100,
270
+ "accuracy": 91.0
271
+ },
272
+ "SET_COMPLETE_PREDICATES": {
273
+ "correct": 100,
274
+ "n": 100,
275
+ "accuracy": 100.0
276
+ }
277
+ },
278
+ "error_types": {
279
+ "correct": 291,
280
+ "lost_relevant_local_closure": 9
281
+ },
282
+ "repeat": 2,
283
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-flash_repeat_2_scored.jsonl"
284
+ },
285
+ {
286
+ "n_dialogues": 100,
287
+ "n_turns": 300,
288
+ "n_scored": 300,
289
+ "coverage": 100.0,
290
+ "models": [
291
+ "deepseek-v4-flash"
292
+ ],
293
+ "api_errors": 0,
294
+ "parse_failures": 0,
295
+ "json_valid": {
296
+ "n": 299,
297
+ "rate": 99.67
298
+ },
299
+ "answer_accuracy": {
300
+ "correct": 292,
301
+ "n": 300,
302
+ "accuracy": 97.33
303
+ },
304
+ "full_turn_accuracy": {
305
+ "correct": 292,
306
+ "n": 300,
307
+ "accuracy": 97.33
308
+ },
309
+ "dialogue_all_answer_accuracy": {
310
+ "correct": 92,
311
+ "n": 100,
312
+ "accuracy": 92.0
313
+ },
314
+ "dialogue_all_turn_accuracy": {
315
+ "correct": 92,
316
+ "n": 100,
317
+ "accuracy": 92.0
318
+ },
319
+ "revision_accuracy": {
320
+ "correct": 150,
321
+ "n": 150,
322
+ "accuracy": 100.0
323
+ },
324
+ "persistence_accuracy": {
325
+ "correct": 42,
326
+ "n": 50,
327
+ "accuracy": 84.0
328
+ },
329
+ "completeness_addition_accuracy": {
330
+ "correct": 100,
331
+ "n": 100,
332
+ "accuracy": 100.0
333
+ },
334
+ "reopening_accuracy": {
335
+ "correct": 50,
336
+ "n": 50,
337
+ "accuracy": 100.0
338
+ },
339
+ "narrowing_persistence_accuracy": {
340
+ "correct": 42,
341
+ "n": 50,
342
+ "accuracy": 84.0
343
+ },
344
+ "changed_flag_accuracy": {
345
+ "correct": 192,
346
+ "n": 200,
347
+ "accuracy": 96.0
348
+ },
349
+ "applied_update_accuracy": {
350
+ "correct": 300,
351
+ "n": 300,
352
+ "accuracy": 100.0
353
+ },
354
+ "anchoring_error_rate": {
355
+ "errors": 0,
356
+ "n": 150,
357
+ "rate": 0.0
358
+ },
359
+ "closure_inertia_rate": {
360
+ "errors": 0,
361
+ "n": 50,
362
+ "rate": 0.0
363
+ },
364
+ "closure_retention_failure_rate": {
365
+ "errors": 8,
366
+ "n": 50,
367
+ "rate": 16.0
368
+ },
369
+ "by_turn": {
370
+ "1": {
371
+ "correct": 100,
372
+ "n": 100,
373
+ "accuracy": 100.0
374
+ },
375
+ "2": {
376
+ "correct": 100,
377
+ "n": 100,
378
+ "accuracy": 100.0
379
+ },
380
+ "3": {
381
+ "correct": 92,
382
+ "n": 100,
383
+ "accuracy": 92.0
384
+ }
385
+ },
386
+ "by_dialogue_type": {
387
+ "persist_after_narrowing": {
388
+ "correct": 142,
389
+ "n": 150,
390
+ "accuracy": 94.67
391
+ },
392
+ "reopen": {
393
+ "correct": 150,
394
+ "n": 150,
395
+ "accuracy": 100.0
396
+ }
397
+ },
398
+ "by_update_operation": {
399
+ "ADD_COMPLETE_PREDICATES": {
400
+ "correct": 100,
401
+ "n": 100,
402
+ "accuracy": 100.0
403
+ },
404
+ "REPLACE_COMPLETE_PREDICATES": {
405
+ "correct": 92,
406
+ "n": 100,
407
+ "accuracy": 92.0
408
+ },
409
+ "SET_COMPLETE_PREDICATES": {
410
+ "correct": 100,
411
+ "n": 100,
412
+ "accuracy": 100.0
413
+ }
414
+ },
415
+ "error_types": {
416
+ "correct": 292,
417
+ "lost_relevant_local_closure": 8
418
+ },
419
+ "repeat": 3,
420
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-flash_repeat_3_scored.jsonl"
421
+ }
422
+ ],
423
+ "metrics": {
424
+ "dialogue_all_answer_accuracy": {
425
+ "mean": 91.0,
426
+ "sd": 1.0,
427
+ "ci95_half_width": 2.48,
428
+ "min": 90.0,
429
+ "max": 92.0,
430
+ "values": [
431
+ 90.0,
432
+ 91.0,
433
+ 92.0
434
+ ]
435
+ },
436
+ "dialogue_all_turn_accuracy": {
437
+ "mean": 91.0,
438
+ "sd": 1.0,
439
+ "ci95_half_width": 2.48,
440
+ "min": 90.0,
441
+ "max": 92.0,
442
+ "values": [
443
+ 90.0,
444
+ 91.0,
445
+ 92.0
446
+ ]
447
+ },
448
+ "answer_accuracy": {
449
+ "mean": 97.0,
450
+ "sd": 0.33,
451
+ "ci95_half_width": 0.82,
452
+ "min": 96.67,
453
+ "max": 97.33,
454
+ "values": [
455
+ 96.67,
456
+ 97.0,
457
+ 97.33
458
+ ]
459
+ },
460
+ "revision_accuracy": {
461
+ "mean": 100.0,
462
+ "sd": 0.0,
463
+ "ci95_half_width": 0.0,
464
+ "min": 100.0,
465
+ "max": 100.0,
466
+ "values": [
467
+ 100.0,
468
+ 100.0,
469
+ 100.0
470
+ ]
471
+ },
472
+ "persistence_accuracy": {
473
+ "mean": 82.0,
474
+ "sd": 2.0,
475
+ "ci95_half_width": 4.97,
476
+ "min": 80.0,
477
+ "max": 84.0,
478
+ "values": [
479
+ 80.0,
480
+ 82.0,
481
+ 84.0
482
+ ]
483
+ },
484
+ "completeness_addition_accuracy": {
485
+ "mean": 100.0,
486
+ "sd": 0.0,
487
+ "ci95_half_width": 0.0,
488
+ "min": 100.0,
489
+ "max": 100.0,
490
+ "values": [
491
+ 100.0,
492
+ 100.0,
493
+ 100.0
494
+ ]
495
+ },
496
+ "reopening_accuracy": {
497
+ "mean": 100.0,
498
+ "sd": 0.0,
499
+ "ci95_half_width": 0.0,
500
+ "min": 100.0,
501
+ "max": 100.0,
502
+ "values": [
503
+ 100.0,
504
+ 100.0,
505
+ 100.0
506
+ ]
507
+ },
508
+ "narrowing_persistence_accuracy": {
509
+ "mean": 82.0,
510
+ "sd": 2.0,
511
+ "ci95_half_width": 4.97,
512
+ "min": 80.0,
513
+ "max": 84.0,
514
+ "values": [
515
+ 80.0,
516
+ 82.0,
517
+ 84.0
518
+ ]
519
+ },
520
+ "changed_flag_accuracy": {
521
+ "mean": 95.5,
522
+ "sd": 0.5,
523
+ "ci95_half_width": 1.24,
524
+ "min": 95.0,
525
+ "max": 96.0,
526
+ "values": [
527
+ 95.0,
528
+ 95.5,
529
+ 96.0
530
+ ]
531
+ },
532
+ "applied_update_accuracy": {
533
+ "mean": 100.0,
534
+ "sd": 0.0,
535
+ "ci95_half_width": 0.0,
536
+ "min": 100.0,
537
+ "max": 100.0,
538
+ "values": [
539
+ 100.0,
540
+ 100.0,
541
+ 100.0
542
+ ]
543
+ },
544
+ "closure_inertia_rate": {
545
+ "mean": 0.0,
546
+ "sd": 0.0,
547
+ "ci95_half_width": 0.0,
548
+ "min": 0.0,
549
+ "max": 0.0,
550
+ "values": [
551
+ 0.0,
552
+ 0.0,
553
+ 0.0
554
+ ]
555
+ },
556
+ "closure_retention_failure_rate": {
557
+ "mean": 18.0,
558
+ "sd": 2.0,
559
+ "ci95_half_width": 4.97,
560
+ "min": 16.0,
561
+ "max": 20.0,
562
+ "values": [
563
+ 20.0,
564
+ 18.0,
565
+ 16.0
566
+ ]
567
+ },
568
+ "anchoring_error_rate": {
569
+ "mean": 0.0,
570
+ "sd": 0.0,
571
+ "ci95_half_width": 0.0,
572
+ "min": 0.0,
573
+ "max": 0.0,
574
+ "values": [
575
+ 0.0,
576
+ 0.0,
577
+ 0.0
578
+ ]
579
+ }
580
+ },
581
+ "turn_decision_consistency": {
582
+ "n": 300,
583
+ "consistent": 292,
584
+ "rate": 97.33
585
+ },
586
+ "mean_parse_failures": 0.0,
587
+ "mean_api_errors": 0.0
588
+ },
589
+ "deepseek-pro": {
590
+ "model": "deepseek-v4-pro",
591
+ "n_repeats": 3,
592
+ "replicates": [
593
+ {
594
+ "n_dialogues": 100,
595
+ "n_turns": 300,
596
+ "n_scored": 300,
597
+ "coverage": 100.0,
598
+ "models": [
599
+ "deepseek-v4-pro"
600
+ ],
601
+ "api_errors": 0,
602
+ "parse_failures": 0,
603
+ "json_valid": {
604
+ "n": 300,
605
+ "rate": 100.0
606
+ },
607
+ "answer_accuracy": {
608
+ "correct": 297,
609
+ "n": 300,
610
+ "accuracy": 99.0
611
+ },
612
+ "full_turn_accuracy": {
613
+ "correct": 297,
614
+ "n": 300,
615
+ "accuracy": 99.0
616
+ },
617
+ "dialogue_all_answer_accuracy": {
618
+ "correct": 97,
619
+ "n": 100,
620
+ "accuracy": 97.0
621
+ },
622
+ "dialogue_all_turn_accuracy": {
623
+ "correct": 97,
624
+ "n": 100,
625
+ "accuracy": 97.0
626
+ },
627
+ "revision_accuracy": {
628
+ "correct": 150,
629
+ "n": 150,
630
+ "accuracy": 100.0
631
+ },
632
+ "persistence_accuracy": {
633
+ "correct": 47,
634
+ "n": 50,
635
+ "accuracy": 94.0
636
+ },
637
+ "completeness_addition_accuracy": {
638
+ "correct": 100,
639
+ "n": 100,
640
+ "accuracy": 100.0
641
+ },
642
+ "reopening_accuracy": {
643
+ "correct": 50,
644
+ "n": 50,
645
+ "accuracy": 100.0
646
+ },
647
+ "narrowing_persistence_accuracy": {
648
+ "correct": 47,
649
+ "n": 50,
650
+ "accuracy": 94.0
651
+ },
652
+ "changed_flag_accuracy": {
653
+ "correct": 197,
654
+ "n": 200,
655
+ "accuracy": 98.5
656
+ },
657
+ "applied_update_accuracy": {
658
+ "correct": 300,
659
+ "n": 300,
660
+ "accuracy": 100.0
661
+ },
662
+ "anchoring_error_rate": {
663
+ "errors": 0,
664
+ "n": 150,
665
+ "rate": 0.0
666
+ },
667
+ "closure_inertia_rate": {
668
+ "errors": 0,
669
+ "n": 50,
670
+ "rate": 0.0
671
+ },
672
+ "closure_retention_failure_rate": {
673
+ "errors": 3,
674
+ "n": 50,
675
+ "rate": 6.0
676
+ },
677
+ "by_turn": {
678
+ "1": {
679
+ "correct": 100,
680
+ "n": 100,
681
+ "accuracy": 100.0
682
+ },
683
+ "2": {
684
+ "correct": 100,
685
+ "n": 100,
686
+ "accuracy": 100.0
687
+ },
688
+ "3": {
689
+ "correct": 97,
690
+ "n": 100,
691
+ "accuracy": 97.0
692
+ }
693
+ },
694
+ "by_dialogue_type": {
695
+ "persist_after_narrowing": {
696
+ "correct": 147,
697
+ "n": 150,
698
+ "accuracy": 98.0
699
+ },
700
+ "reopen": {
701
+ "correct": 150,
702
+ "n": 150,
703
+ "accuracy": 100.0
704
+ }
705
+ },
706
+ "by_update_operation": {
707
+ "ADD_COMPLETE_PREDICATES": {
708
+ "correct": 100,
709
+ "n": 100,
710
+ "accuracy": 100.0
711
+ },
712
+ "REPLACE_COMPLETE_PREDICATES": {
713
+ "correct": 97,
714
+ "n": 100,
715
+ "accuracy": 97.0
716
+ },
717
+ "SET_COMPLETE_PREDICATES": {
718
+ "correct": 100,
719
+ "n": 100,
720
+ "accuracy": 100.0
721
+ }
722
+ },
723
+ "error_types": {
724
+ "correct": 297,
725
+ "lost_relevant_local_closure": 3
726
+ },
727
+ "repeat": 1,
728
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-pro_repeat_1_scored.jsonl"
729
+ },
730
+ {
731
+ "n_dialogues": 100,
732
+ "n_turns": 300,
733
+ "n_scored": 300,
734
+ "coverage": 100.0,
735
+ "models": [
736
+ "deepseek-v4-pro"
737
+ ],
738
+ "api_errors": 0,
739
+ "parse_failures": 0,
740
+ "json_valid": {
741
+ "n": 300,
742
+ "rate": 100.0
743
+ },
744
+ "answer_accuracy": {
745
+ "correct": 299,
746
+ "n": 300,
747
+ "accuracy": 99.67
748
+ },
749
+ "full_turn_accuracy": {
750
+ "correct": 299,
751
+ "n": 300,
752
+ "accuracy": 99.67
753
+ },
754
+ "dialogue_all_answer_accuracy": {
755
+ "correct": 99,
756
+ "n": 100,
757
+ "accuracy": 99.0
758
+ },
759
+ "dialogue_all_turn_accuracy": {
760
+ "correct": 99,
761
+ "n": 100,
762
+ "accuracy": 99.0
763
+ },
764
+ "revision_accuracy": {
765
+ "correct": 150,
766
+ "n": 150,
767
+ "accuracy": 100.0
768
+ },
769
+ "persistence_accuracy": {
770
+ "correct": 49,
771
+ "n": 50,
772
+ "accuracy": 98.0
773
+ },
774
+ "completeness_addition_accuracy": {
775
+ "correct": 100,
776
+ "n": 100,
777
+ "accuracy": 100.0
778
+ },
779
+ "reopening_accuracy": {
780
+ "correct": 50,
781
+ "n": 50,
782
+ "accuracy": 100.0
783
+ },
784
+ "narrowing_persistence_accuracy": {
785
+ "correct": 49,
786
+ "n": 50,
787
+ "accuracy": 98.0
788
+ },
789
+ "changed_flag_accuracy": {
790
+ "correct": 199,
791
+ "n": 200,
792
+ "accuracy": 99.5
793
+ },
794
+ "applied_update_accuracy": {
795
+ "correct": 300,
796
+ "n": 300,
797
+ "accuracy": 100.0
798
+ },
799
+ "anchoring_error_rate": {
800
+ "errors": 0,
801
+ "n": 150,
802
+ "rate": 0.0
803
+ },
804
+ "closure_inertia_rate": {
805
+ "errors": 0,
806
+ "n": 50,
807
+ "rate": 0.0
808
+ },
809
+ "closure_retention_failure_rate": {
810
+ "errors": 1,
811
+ "n": 50,
812
+ "rate": 2.0
813
+ },
814
+ "by_turn": {
815
+ "1": {
816
+ "correct": 100,
817
+ "n": 100,
818
+ "accuracy": 100.0
819
+ },
820
+ "2": {
821
+ "correct": 100,
822
+ "n": 100,
823
+ "accuracy": 100.0
824
+ },
825
+ "3": {
826
+ "correct": 99,
827
+ "n": 100,
828
+ "accuracy": 99.0
829
+ }
830
+ },
831
+ "by_dialogue_type": {
832
+ "persist_after_narrowing": {
833
+ "correct": 149,
834
+ "n": 150,
835
+ "accuracy": 99.33
836
+ },
837
+ "reopen": {
838
+ "correct": 150,
839
+ "n": 150,
840
+ "accuracy": 100.0
841
+ }
842
+ },
843
+ "by_update_operation": {
844
+ "ADD_COMPLETE_PREDICATES": {
845
+ "correct": 100,
846
+ "n": 100,
847
+ "accuracy": 100.0
848
+ },
849
+ "REPLACE_COMPLETE_PREDICATES": {
850
+ "correct": 99,
851
+ "n": 100,
852
+ "accuracy": 99.0
853
+ },
854
+ "SET_COMPLETE_PREDICATES": {
855
+ "correct": 100,
856
+ "n": 100,
857
+ "accuracy": 100.0
858
+ }
859
+ },
860
+ "error_types": {
861
+ "correct": 299,
862
+ "lost_relevant_local_closure": 1
863
+ },
864
+ "repeat": 2,
865
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-pro_repeat_2_scored.jsonl"
866
+ },
867
+ {
868
+ "n_dialogues": 100,
869
+ "n_turns": 300,
870
+ "n_scored": 300,
871
+ "coverage": 100.0,
872
+ "models": [
873
+ "deepseek-v4-pro"
874
+ ],
875
+ "api_errors": 0,
876
+ "parse_failures": 0,
877
+ "json_valid": {
878
+ "n": 300,
879
+ "rate": 100.0
880
+ },
881
+ "answer_accuracy": {
882
+ "correct": 298,
883
+ "n": 300,
884
+ "accuracy": 99.33
885
+ },
886
+ "full_turn_accuracy": {
887
+ "correct": 298,
888
+ "n": 300,
889
+ "accuracy": 99.33
890
+ },
891
+ "dialogue_all_answer_accuracy": {
892
+ "correct": 98,
893
+ "n": 100,
894
+ "accuracy": 98.0
895
+ },
896
+ "dialogue_all_turn_accuracy": {
897
+ "correct": 98,
898
+ "n": 100,
899
+ "accuracy": 98.0
900
+ },
901
+ "revision_accuracy": {
902
+ "correct": 150,
903
+ "n": 150,
904
+ "accuracy": 100.0
905
+ },
906
+ "persistence_accuracy": {
907
+ "correct": 48,
908
+ "n": 50,
909
+ "accuracy": 96.0
910
+ },
911
+ "completeness_addition_accuracy": {
912
+ "correct": 100,
913
+ "n": 100,
914
+ "accuracy": 100.0
915
+ },
916
+ "reopening_accuracy": {
917
+ "correct": 50,
918
+ "n": 50,
919
+ "accuracy": 100.0
920
+ },
921
+ "narrowing_persistence_accuracy": {
922
+ "correct": 48,
923
+ "n": 50,
924
+ "accuracy": 96.0
925
+ },
926
+ "changed_flag_accuracy": {
927
+ "correct": 198,
928
+ "n": 200,
929
+ "accuracy": 99.0
930
+ },
931
+ "applied_update_accuracy": {
932
+ "correct": 300,
933
+ "n": 300,
934
+ "accuracy": 100.0
935
+ },
936
+ "anchoring_error_rate": {
937
+ "errors": 0,
938
+ "n": 150,
939
+ "rate": 0.0
940
+ },
941
+ "closure_inertia_rate": {
942
+ "errors": 0,
943
+ "n": 50,
944
+ "rate": 0.0
945
+ },
946
+ "closure_retention_failure_rate": {
947
+ "errors": 2,
948
+ "n": 50,
949
+ "rate": 4.0
950
+ },
951
+ "by_turn": {
952
+ "1": {
953
+ "correct": 100,
954
+ "n": 100,
955
+ "accuracy": 100.0
956
+ },
957
+ "2": {
958
+ "correct": 100,
959
+ "n": 100,
960
+ "accuracy": 100.0
961
+ },
962
+ "3": {
963
+ "correct": 98,
964
+ "n": 100,
965
+ "accuracy": 98.0
966
+ }
967
+ },
968
+ "by_dialogue_type": {
969
+ "persist_after_narrowing": {
970
+ "correct": 148,
971
+ "n": 150,
972
+ "accuracy": 98.67
973
+ },
974
+ "reopen": {
975
+ "correct": 150,
976
+ "n": 150,
977
+ "accuracy": 100.0
978
+ }
979
+ },
980
+ "by_update_operation": {
981
+ "ADD_COMPLETE_PREDICATES": {
982
+ "correct": 100,
983
+ "n": 100,
984
+ "accuracy": 100.0
985
+ },
986
+ "REPLACE_COMPLETE_PREDICATES": {
987
+ "correct": 98,
988
+ "n": 100,
989
+ "accuracy": 98.0
990
+ },
991
+ "SET_COMPLETE_PREDICATES": {
992
+ "correct": 100,
993
+ "n": 100,
994
+ "accuracy": 100.0
995
+ }
996
+ },
997
+ "error_types": {
998
+ "correct": 298,
999
+ "lost_relevant_local_closure": 2
1000
+ },
1001
+ "repeat": 3,
1002
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_deepseek-pro_repeat_3_scored.jsonl"
1003
+ }
1004
+ ],
1005
+ "metrics": {
1006
+ "dialogue_all_answer_accuracy": {
1007
+ "mean": 98.0,
1008
+ "sd": 1.0,
1009
+ "ci95_half_width": 2.48,
1010
+ "min": 97.0,
1011
+ "max": 99.0,
1012
+ "values": [
1013
+ 97.0,
1014
+ 99.0,
1015
+ 98.0
1016
+ ]
1017
+ },
1018
+ "dialogue_all_turn_accuracy": {
1019
+ "mean": 98.0,
1020
+ "sd": 1.0,
1021
+ "ci95_half_width": 2.48,
1022
+ "min": 97.0,
1023
+ "max": 99.0,
1024
+ "values": [
1025
+ 97.0,
1026
+ 99.0,
1027
+ 98.0
1028
+ ]
1029
+ },
1030
+ "answer_accuracy": {
1031
+ "mean": 99.33,
1032
+ "sd": 0.34,
1033
+ "ci95_half_width": 0.83,
1034
+ "min": 99.0,
1035
+ "max": 99.67,
1036
+ "values": [
1037
+ 99.0,
1038
+ 99.67,
1039
+ 99.33
1040
+ ]
1041
+ },
1042
+ "revision_accuracy": {
1043
+ "mean": 100.0,
1044
+ "sd": 0.0,
1045
+ "ci95_half_width": 0.0,
1046
+ "min": 100.0,
1047
+ "max": 100.0,
1048
+ "values": [
1049
+ 100.0,
1050
+ 100.0,
1051
+ 100.0
1052
+ ]
1053
+ },
1054
+ "persistence_accuracy": {
1055
+ "mean": 96.0,
1056
+ "sd": 2.0,
1057
+ "ci95_half_width": 4.97,
1058
+ "min": 94.0,
1059
+ "max": 98.0,
1060
+ "values": [
1061
+ 94.0,
1062
+ 98.0,
1063
+ 96.0
1064
+ ]
1065
+ },
1066
+ "completeness_addition_accuracy": {
1067
+ "mean": 100.0,
1068
+ "sd": 0.0,
1069
+ "ci95_half_width": 0.0,
1070
+ "min": 100.0,
1071
+ "max": 100.0,
1072
+ "values": [
1073
+ 100.0,
1074
+ 100.0,
1075
+ 100.0
1076
+ ]
1077
+ },
1078
+ "reopening_accuracy": {
1079
+ "mean": 100.0,
1080
+ "sd": 0.0,
1081
+ "ci95_half_width": 0.0,
1082
+ "min": 100.0,
1083
+ "max": 100.0,
1084
+ "values": [
1085
+ 100.0,
1086
+ 100.0,
1087
+ 100.0
1088
+ ]
1089
+ },
1090
+ "narrowing_persistence_accuracy": {
1091
+ "mean": 96.0,
1092
+ "sd": 2.0,
1093
+ "ci95_half_width": 4.97,
1094
+ "min": 94.0,
1095
+ "max": 98.0,
1096
+ "values": [
1097
+ 94.0,
1098
+ 98.0,
1099
+ 96.0
1100
+ ]
1101
+ },
1102
+ "changed_flag_accuracy": {
1103
+ "mean": 99.0,
1104
+ "sd": 0.5,
1105
+ "ci95_half_width": 1.24,
1106
+ "min": 98.5,
1107
+ "max": 99.5,
1108
+ "values": [
1109
+ 98.5,
1110
+ 99.5,
1111
+ 99.0
1112
+ ]
1113
+ },
1114
+ "applied_update_accuracy": {
1115
+ "mean": 100.0,
1116
+ "sd": 0.0,
1117
+ "ci95_half_width": 0.0,
1118
+ "min": 100.0,
1119
+ "max": 100.0,
1120
+ "values": [
1121
+ 100.0,
1122
+ 100.0,
1123
+ 100.0
1124
+ ]
1125
+ },
1126
+ "closure_inertia_rate": {
1127
+ "mean": 0.0,
1128
+ "sd": 0.0,
1129
+ "ci95_half_width": 0.0,
1130
+ "min": 0.0,
1131
+ "max": 0.0,
1132
+ "values": [
1133
+ 0.0,
1134
+ 0.0,
1135
+ 0.0
1136
+ ]
1137
+ },
1138
+ "closure_retention_failure_rate": {
1139
+ "mean": 4.0,
1140
+ "sd": 2.0,
1141
+ "ci95_half_width": 4.97,
1142
+ "min": 2.0,
1143
+ "max": 6.0,
1144
+ "values": [
1145
+ 6.0,
1146
+ 2.0,
1147
+ 4.0
1148
+ ]
1149
+ },
1150
+ "anchoring_error_rate": {
1151
+ "mean": 0.0,
1152
+ "sd": 0.0,
1153
+ "ci95_half_width": 0.0,
1154
+ "min": 0.0,
1155
+ "max": 0.0,
1156
+ "values": [
1157
+ 0.0,
1158
+ 0.0,
1159
+ 0.0
1160
+ ]
1161
+ }
1162
+ },
1163
+ "turn_decision_consistency": {
1164
+ "n": 300,
1165
+ "consistent": 295,
1166
+ "rate": 98.33
1167
+ },
1168
+ "mean_parse_failures": 0.0,
1169
+ "mean_api_errors": 0.0
1170
+ },
1171
+ "llama-maverick": {
1172
+ "model": "meta-llama/llama-4-maverick",
1173
+ "n_repeats": 3,
1174
+ "replicates": [
1175
+ {
1176
+ "n_dialogues": 100,
1177
+ "n_turns": 300,
1178
+ "n_scored": 300,
1179
+ "coverage": 100.0,
1180
+ "models": [
1181
+ "meta-llama/llama-4-maverick"
1182
+ ],
1183
+ "api_errors": 0,
1184
+ "parse_failures": 0,
1185
+ "json_valid": {
1186
+ "n": 0,
1187
+ "rate": 0.0
1188
+ },
1189
+ "answer_accuracy": {
1190
+ "correct": 300,
1191
+ "n": 300,
1192
+ "accuracy": 100.0
1193
+ },
1194
+ "full_turn_accuracy": {
1195
+ "correct": 300,
1196
+ "n": 300,
1197
+ "accuracy": 100.0
1198
+ },
1199
+ "dialogue_all_answer_accuracy": {
1200
+ "correct": 100,
1201
+ "n": 100,
1202
+ "accuracy": 100.0
1203
+ },
1204
+ "dialogue_all_turn_accuracy": {
1205
+ "correct": 100,
1206
+ "n": 100,
1207
+ "accuracy": 100.0
1208
+ },
1209
+ "revision_accuracy": {
1210
+ "correct": 150,
1211
+ "n": 150,
1212
+ "accuracy": 100.0
1213
+ },
1214
+ "persistence_accuracy": {
1215
+ "correct": 50,
1216
+ "n": 50,
1217
+ "accuracy": 100.0
1218
+ },
1219
+ "completeness_addition_accuracy": {
1220
+ "correct": 100,
1221
+ "n": 100,
1222
+ "accuracy": 100.0
1223
+ },
1224
+ "reopening_accuracy": {
1225
+ "correct": 50,
1226
+ "n": 50,
1227
+ "accuracy": 100.0
1228
+ },
1229
+ "narrowing_persistence_accuracy": {
1230
+ "correct": 50,
1231
+ "n": 50,
1232
+ "accuracy": 100.0
1233
+ },
1234
+ "changed_flag_accuracy": {
1235
+ "correct": 200,
1236
+ "n": 200,
1237
+ "accuracy": 100.0
1238
+ },
1239
+ "applied_update_accuracy": {
1240
+ "correct": 300,
1241
+ "n": 300,
1242
+ "accuracy": 100.0
1243
+ },
1244
+ "anchoring_error_rate": {
1245
+ "errors": 0,
1246
+ "n": 150,
1247
+ "rate": 0.0
1248
+ },
1249
+ "closure_inertia_rate": {
1250
+ "errors": 0,
1251
+ "n": 50,
1252
+ "rate": 0.0
1253
+ },
1254
+ "closure_retention_failure_rate": {
1255
+ "errors": 0,
1256
+ "n": 50,
1257
+ "rate": 0.0
1258
+ },
1259
+ "by_turn": {
1260
+ "1": {
1261
+ "correct": 100,
1262
+ "n": 100,
1263
+ "accuracy": 100.0
1264
+ },
1265
+ "2": {
1266
+ "correct": 100,
1267
+ "n": 100,
1268
+ "accuracy": 100.0
1269
+ },
1270
+ "3": {
1271
+ "correct": 100,
1272
+ "n": 100,
1273
+ "accuracy": 100.0
1274
+ }
1275
+ },
1276
+ "by_dialogue_type": {
1277
+ "persist_after_narrowing": {
1278
+ "correct": 150,
1279
+ "n": 150,
1280
+ "accuracy": 100.0
1281
+ },
1282
+ "reopen": {
1283
+ "correct": 150,
1284
+ "n": 150,
1285
+ "accuracy": 100.0
1286
+ }
1287
+ },
1288
+ "by_update_operation": {
1289
+ "ADD_COMPLETE_PREDICATES": {
1290
+ "correct": 100,
1291
+ "n": 100,
1292
+ "accuracy": 100.0
1293
+ },
1294
+ "REPLACE_COMPLETE_PREDICATES": {
1295
+ "correct": 100,
1296
+ "n": 100,
1297
+ "accuracy": 100.0
1298
+ },
1299
+ "SET_COMPLETE_PREDICATES": {
1300
+ "correct": 100,
1301
+ "n": 100,
1302
+ "accuracy": 100.0
1303
+ }
1304
+ },
1305
+ "error_types": {
1306
+ "correct": 300
1307
+ },
1308
+ "repeat": 1,
1309
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-maverick_repeat_1_scored.jsonl"
1310
+ },
1311
+ {
1312
+ "n_dialogues": 100,
1313
+ "n_turns": 300,
1314
+ "n_scored": 300,
1315
+ "coverage": 100.0,
1316
+ "models": [
1317
+ "meta-llama/llama-4-maverick"
1318
+ ],
1319
+ "api_errors": 0,
1320
+ "parse_failures": 0,
1321
+ "json_valid": {
1322
+ "n": 0,
1323
+ "rate": 0.0
1324
+ },
1325
+ "answer_accuracy": {
1326
+ "correct": 300,
1327
+ "n": 300,
1328
+ "accuracy": 100.0
1329
+ },
1330
+ "full_turn_accuracy": {
1331
+ "correct": 300,
1332
+ "n": 300,
1333
+ "accuracy": 100.0
1334
+ },
1335
+ "dialogue_all_answer_accuracy": {
1336
+ "correct": 100,
1337
+ "n": 100,
1338
+ "accuracy": 100.0
1339
+ },
1340
+ "dialogue_all_turn_accuracy": {
1341
+ "correct": 100,
1342
+ "n": 100,
1343
+ "accuracy": 100.0
1344
+ },
1345
+ "revision_accuracy": {
1346
+ "correct": 150,
1347
+ "n": 150,
1348
+ "accuracy": 100.0
1349
+ },
1350
+ "persistence_accuracy": {
1351
+ "correct": 50,
1352
+ "n": 50,
1353
+ "accuracy": 100.0
1354
+ },
1355
+ "completeness_addition_accuracy": {
1356
+ "correct": 100,
1357
+ "n": 100,
1358
+ "accuracy": 100.0
1359
+ },
1360
+ "reopening_accuracy": {
1361
+ "correct": 50,
1362
+ "n": 50,
1363
+ "accuracy": 100.0
1364
+ },
1365
+ "narrowing_persistence_accuracy": {
1366
+ "correct": 50,
1367
+ "n": 50,
1368
+ "accuracy": 100.0
1369
+ },
1370
+ "changed_flag_accuracy": {
1371
+ "correct": 200,
1372
+ "n": 200,
1373
+ "accuracy": 100.0
1374
+ },
1375
+ "applied_update_accuracy": {
1376
+ "correct": 300,
1377
+ "n": 300,
1378
+ "accuracy": 100.0
1379
+ },
1380
+ "anchoring_error_rate": {
1381
+ "errors": 0,
1382
+ "n": 150,
1383
+ "rate": 0.0
1384
+ },
1385
+ "closure_inertia_rate": {
1386
+ "errors": 0,
1387
+ "n": 50,
1388
+ "rate": 0.0
1389
+ },
1390
+ "closure_retention_failure_rate": {
1391
+ "errors": 0,
1392
+ "n": 50,
1393
+ "rate": 0.0
1394
+ },
1395
+ "by_turn": {
1396
+ "1": {
1397
+ "correct": 100,
1398
+ "n": 100,
1399
+ "accuracy": 100.0
1400
+ },
1401
+ "2": {
1402
+ "correct": 100,
1403
+ "n": 100,
1404
+ "accuracy": 100.0
1405
+ },
1406
+ "3": {
1407
+ "correct": 100,
1408
+ "n": 100,
1409
+ "accuracy": 100.0
1410
+ }
1411
+ },
1412
+ "by_dialogue_type": {
1413
+ "persist_after_narrowing": {
1414
+ "correct": 150,
1415
+ "n": 150,
1416
+ "accuracy": 100.0
1417
+ },
1418
+ "reopen": {
1419
+ "correct": 150,
1420
+ "n": 150,
1421
+ "accuracy": 100.0
1422
+ }
1423
+ },
1424
+ "by_update_operation": {
1425
+ "ADD_COMPLETE_PREDICATES": {
1426
+ "correct": 100,
1427
+ "n": 100,
1428
+ "accuracy": 100.0
1429
+ },
1430
+ "REPLACE_COMPLETE_PREDICATES": {
1431
+ "correct": 100,
1432
+ "n": 100,
1433
+ "accuracy": 100.0
1434
+ },
1435
+ "SET_COMPLETE_PREDICATES": {
1436
+ "correct": 100,
1437
+ "n": 100,
1438
+ "accuracy": 100.0
1439
+ }
1440
+ },
1441
+ "error_types": {
1442
+ "correct": 300
1443
+ },
1444
+ "repeat": 2,
1445
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-maverick_repeat_2_scored.jsonl"
1446
+ },
1447
+ {
1448
+ "n_dialogues": 100,
1449
+ "n_turns": 300,
1450
+ "n_scored": 300,
1451
+ "coverage": 100.0,
1452
+ "models": [
1453
+ "meta-llama/llama-4-maverick"
1454
+ ],
1455
+ "api_errors": 0,
1456
+ "parse_failures": 0,
1457
+ "json_valid": {
1458
+ "n": 0,
1459
+ "rate": 0.0
1460
+ },
1461
+ "answer_accuracy": {
1462
+ "correct": 300,
1463
+ "n": 300,
1464
+ "accuracy": 100.0
1465
+ },
1466
+ "full_turn_accuracy": {
1467
+ "correct": 297,
1468
+ "n": 300,
1469
+ "accuracy": 99.0
1470
+ },
1471
+ "dialogue_all_answer_accuracy": {
1472
+ "correct": 100,
1473
+ "n": 100,
1474
+ "accuracy": 100.0
1475
+ },
1476
+ "dialogue_all_turn_accuracy": {
1477
+ "correct": 97,
1478
+ "n": 100,
1479
+ "accuracy": 97.0
1480
+ },
1481
+ "revision_accuracy": {
1482
+ "correct": 150,
1483
+ "n": 150,
1484
+ "accuracy": 100.0
1485
+ },
1486
+ "persistence_accuracy": {
1487
+ "correct": 50,
1488
+ "n": 50,
1489
+ "accuracy": 100.0
1490
+ },
1491
+ "completeness_addition_accuracy": {
1492
+ "correct": 100,
1493
+ "n": 100,
1494
+ "accuracy": 100.0
1495
+ },
1496
+ "reopening_accuracy": {
1497
+ "correct": 50,
1498
+ "n": 50,
1499
+ "accuracy": 100.0
1500
+ },
1501
+ "narrowing_persistence_accuracy": {
1502
+ "correct": 50,
1503
+ "n": 50,
1504
+ "accuracy": 100.0
1505
+ },
1506
+ "changed_flag_accuracy": {
1507
+ "correct": 199,
1508
+ "n": 200,
1509
+ "accuracy": 99.5
1510
+ },
1511
+ "applied_update_accuracy": {
1512
+ "correct": 297,
1513
+ "n": 300,
1514
+ "accuracy": 99.0
1515
+ },
1516
+ "anchoring_error_rate": {
1517
+ "errors": 0,
1518
+ "n": 150,
1519
+ "rate": 0.0
1520
+ },
1521
+ "closure_inertia_rate": {
1522
+ "errors": 0,
1523
+ "n": 50,
1524
+ "rate": 0.0
1525
+ },
1526
+ "closure_retention_failure_rate": {
1527
+ "errors": 0,
1528
+ "n": 50,
1529
+ "rate": 0.0
1530
+ },
1531
+ "by_turn": {
1532
+ "1": {
1533
+ "correct": 100,
1534
+ "n": 100,
1535
+ "accuracy": 100.0
1536
+ },
1537
+ "2": {
1538
+ "correct": 100,
1539
+ "n": 100,
1540
+ "accuracy": 100.0
1541
+ },
1542
+ "3": {
1543
+ "correct": 100,
1544
+ "n": 100,
1545
+ "accuracy": 100.0
1546
+ }
1547
+ },
1548
+ "by_dialogue_type": {
1549
+ "persist_after_narrowing": {
1550
+ "correct": 150,
1551
+ "n": 150,
1552
+ "accuracy": 100.0
1553
+ },
1554
+ "reopen": {
1555
+ "correct": 150,
1556
+ "n": 150,
1557
+ "accuracy": 100.0
1558
+ }
1559
+ },
1560
+ "by_update_operation": {
1561
+ "ADD_COMPLETE_PREDICATES": {
1562
+ "correct": 100,
1563
+ "n": 100,
1564
+ "accuracy": 100.0
1565
+ },
1566
+ "REPLACE_COMPLETE_PREDICATES": {
1567
+ "correct": 100,
1568
+ "n": 100,
1569
+ "accuracy": 100.0
1570
+ },
1571
+ "SET_COMPLETE_PREDICATES": {
1572
+ "correct": 100,
1573
+ "n": 100,
1574
+ "accuracy": 100.0
1575
+ }
1576
+ },
1577
+ "error_types": {
1578
+ "correct": 299,
1579
+ "transition_flag_error": 1
1580
+ },
1581
+ "repeat": 3,
1582
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-maverick_repeat_3_scored.jsonl"
1583
+ }
1584
+ ],
1585
+ "metrics": {
1586
+ "dialogue_all_answer_accuracy": {
1587
+ "mean": 100.0,
1588
+ "sd": 0.0,
1589
+ "ci95_half_width": 0.0,
1590
+ "min": 100.0,
1591
+ "max": 100.0,
1592
+ "values": [
1593
+ 100.0,
1594
+ 100.0,
1595
+ 100.0
1596
+ ]
1597
+ },
1598
+ "dialogue_all_turn_accuracy": {
1599
+ "mean": 99.0,
1600
+ "sd": 1.73,
1601
+ "ci95_half_width": 4.3,
1602
+ "min": 97.0,
1603
+ "max": 100.0,
1604
+ "values": [
1605
+ 100.0,
1606
+ 100.0,
1607
+ 97.0
1608
+ ]
1609
+ },
1610
+ "answer_accuracy": {
1611
+ "mean": 100.0,
1612
+ "sd": 0.0,
1613
+ "ci95_half_width": 0.0,
1614
+ "min": 100.0,
1615
+ "max": 100.0,
1616
+ "values": [
1617
+ 100.0,
1618
+ 100.0,
1619
+ 100.0
1620
+ ]
1621
+ },
1622
+ "revision_accuracy": {
1623
+ "mean": 100.0,
1624
+ "sd": 0.0,
1625
+ "ci95_half_width": 0.0,
1626
+ "min": 100.0,
1627
+ "max": 100.0,
1628
+ "values": [
1629
+ 100.0,
1630
+ 100.0,
1631
+ 100.0
1632
+ ]
1633
+ },
1634
+ "persistence_accuracy": {
1635
+ "mean": 100.0,
1636
+ "sd": 0.0,
1637
+ "ci95_half_width": 0.0,
1638
+ "min": 100.0,
1639
+ "max": 100.0,
1640
+ "values": [
1641
+ 100.0,
1642
+ 100.0,
1643
+ 100.0
1644
+ ]
1645
+ },
1646
+ "completeness_addition_accuracy": {
1647
+ "mean": 100.0,
1648
+ "sd": 0.0,
1649
+ "ci95_half_width": 0.0,
1650
+ "min": 100.0,
1651
+ "max": 100.0,
1652
+ "values": [
1653
+ 100.0,
1654
+ 100.0,
1655
+ 100.0
1656
+ ]
1657
+ },
1658
+ "reopening_accuracy": {
1659
+ "mean": 100.0,
1660
+ "sd": 0.0,
1661
+ "ci95_half_width": 0.0,
1662
+ "min": 100.0,
1663
+ "max": 100.0,
1664
+ "values": [
1665
+ 100.0,
1666
+ 100.0,
1667
+ 100.0
1668
+ ]
1669
+ },
1670
+ "narrowing_persistence_accuracy": {
1671
+ "mean": 100.0,
1672
+ "sd": 0.0,
1673
+ "ci95_half_width": 0.0,
1674
+ "min": 100.0,
1675
+ "max": 100.0,
1676
+ "values": [
1677
+ 100.0,
1678
+ 100.0,
1679
+ 100.0
1680
+ ]
1681
+ },
1682
+ "changed_flag_accuracy": {
1683
+ "mean": 99.83,
1684
+ "sd": 0.29,
1685
+ "ci95_half_width": 0.72,
1686
+ "min": 99.5,
1687
+ "max": 100.0,
1688
+ "values": [
1689
+ 100.0,
1690
+ 100.0,
1691
+ 99.5
1692
+ ]
1693
+ },
1694
+ "applied_update_accuracy": {
1695
+ "mean": 99.67,
1696
+ "sd": 0.58,
1697
+ "ci95_half_width": 1.43,
1698
+ "min": 99.0,
1699
+ "max": 100.0,
1700
+ "values": [
1701
+ 100.0,
1702
+ 100.0,
1703
+ 99.0
1704
+ ]
1705
+ },
1706
+ "closure_inertia_rate": {
1707
+ "mean": 0.0,
1708
+ "sd": 0.0,
1709
+ "ci95_half_width": 0.0,
1710
+ "min": 0.0,
1711
+ "max": 0.0,
1712
+ "values": [
1713
+ 0.0,
1714
+ 0.0,
1715
+ 0.0
1716
+ ]
1717
+ },
1718
+ "closure_retention_failure_rate": {
1719
+ "mean": 0.0,
1720
+ "sd": 0.0,
1721
+ "ci95_half_width": 0.0,
1722
+ "min": 0.0,
1723
+ "max": 0.0,
1724
+ "values": [
1725
+ 0.0,
1726
+ 0.0,
1727
+ 0.0
1728
+ ]
1729
+ },
1730
+ "anchoring_error_rate": {
1731
+ "mean": 0.0,
1732
+ "sd": 0.0,
1733
+ "ci95_half_width": 0.0,
1734
+ "min": 0.0,
1735
+ "max": 0.0,
1736
+ "values": [
1737
+ 0.0,
1738
+ 0.0,
1739
+ 0.0
1740
+ ]
1741
+ }
1742
+ },
1743
+ "turn_decision_consistency": {
1744
+ "n": 300,
1745
+ "consistent": 297,
1746
+ "rate": 99.0
1747
+ },
1748
+ "mean_parse_failures": 0.0,
1749
+ "mean_api_errors": 0.0
1750
+ },
1751
+ "llama-scout": {
1752
+ "model": "meta-llama/llama-4-scout",
1753
+ "n_repeats": 3,
1754
+ "replicates": [
1755
+ {
1756
+ "n_dialogues": 100,
1757
+ "n_turns": 300,
1758
+ "n_scored": 300,
1759
+ "coverage": 100.0,
1760
+ "models": [
1761
+ "meta-llama/llama-4-scout"
1762
+ ],
1763
+ "api_errors": 0,
1764
+ "parse_failures": 1,
1765
+ "json_valid": {
1766
+ "n": 123,
1767
+ "rate": 41.0
1768
+ },
1769
+ "answer_accuracy": {
1770
+ "correct": 249,
1771
+ "n": 300,
1772
+ "accuracy": 83.0
1773
+ },
1774
+ "full_turn_accuracy": {
1775
+ "correct": 244,
1776
+ "n": 300,
1777
+ "accuracy": 81.33
1778
+ },
1779
+ "dialogue_all_answer_accuracy": {
1780
+ "correct": 50,
1781
+ "n": 100,
1782
+ "accuracy": 50.0
1783
+ },
1784
+ "dialogue_all_turn_accuracy": {
1785
+ "correct": 50,
1786
+ "n": 100,
1787
+ "accuracy": 50.0
1788
+ },
1789
+ "revision_accuracy": {
1790
+ "correct": 148,
1791
+ "n": 150,
1792
+ "accuracy": 98.67
1793
+ },
1794
+ "persistence_accuracy": {
1795
+ "correct": 2,
1796
+ "n": 50,
1797
+ "accuracy": 4.0
1798
+ },
1799
+ "completeness_addition_accuracy": {
1800
+ "correct": 98,
1801
+ "n": 100,
1802
+ "accuracy": 98.0
1803
+ },
1804
+ "reopening_accuracy": {
1805
+ "correct": 50,
1806
+ "n": 50,
1807
+ "accuracy": 100.0
1808
+ },
1809
+ "narrowing_persistence_accuracy": {
1810
+ "correct": 2,
1811
+ "n": 50,
1812
+ "accuracy": 4.0
1813
+ },
1814
+ "changed_flag_accuracy": {
1815
+ "correct": 150,
1816
+ "n": 200,
1817
+ "accuracy": 75.0
1818
+ },
1819
+ "applied_update_accuracy": {
1820
+ "correct": 297,
1821
+ "n": 300,
1822
+ "accuracy": 99.0
1823
+ },
1824
+ "anchoring_error_rate": {
1825
+ "errors": 0,
1826
+ "n": 150,
1827
+ "rate": 0.0
1828
+ },
1829
+ "closure_inertia_rate": {
1830
+ "errors": 0,
1831
+ "n": 50,
1832
+ "rate": 0.0
1833
+ },
1834
+ "closure_retention_failure_rate": {
1835
+ "errors": 47,
1836
+ "n": 50,
1837
+ "rate": 94.0
1838
+ },
1839
+ "by_turn": {
1840
+ "1": {
1841
+ "correct": 99,
1842
+ "n": 100,
1843
+ "accuracy": 99.0
1844
+ },
1845
+ "2": {
1846
+ "correct": 98,
1847
+ "n": 100,
1848
+ "accuracy": 98.0
1849
+ },
1850
+ "3": {
1851
+ "correct": 52,
1852
+ "n": 100,
1853
+ "accuracy": 52.0
1854
+ }
1855
+ },
1856
+ "by_dialogue_type": {
1857
+ "persist_after_narrowing": {
1858
+ "correct": 99,
1859
+ "n": 150,
1860
+ "accuracy": 66.0
1861
+ },
1862
+ "reopen": {
1863
+ "correct": 150,
1864
+ "n": 150,
1865
+ "accuracy": 100.0
1866
+ }
1867
+ },
1868
+ "by_update_operation": {
1869
+ "ADD_COMPLETE_PREDICATES": {
1870
+ "correct": 98,
1871
+ "n": 100,
1872
+ "accuracy": 98.0
1873
+ },
1874
+ "REPLACE_COMPLETE_PREDICATES": {
1875
+ "correct": 52,
1876
+ "n": 100,
1877
+ "accuracy": 52.0
1878
+ },
1879
+ "SET_COMPLETE_PREDICATES": {
1880
+ "correct": 99,
1881
+ "n": 100,
1882
+ "accuracy": 99.0
1883
+ }
1884
+ },
1885
+ "error_types": {
1886
+ "correct": 247,
1887
+ "lost_relevant_local_closure": 47,
1888
+ "other_answer_error": 2,
1889
+ "transition_flag_error": 2,
1890
+ "parse_failure": 1,
1891
+ "missed_completeness_addition": 1
1892
+ },
1893
+ "repeat": 1,
1894
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-scout_repeat_1_scored.jsonl"
1895
+ },
1896
+ {
1897
+ "n_dialogues": 100,
1898
+ "n_turns": 300,
1899
+ "n_scored": 300,
1900
+ "coverage": 100.0,
1901
+ "models": [
1902
+ "meta-llama/llama-4-scout"
1903
+ ],
1904
+ "api_errors": 0,
1905
+ "parse_failures": 1,
1906
+ "json_valid": {
1907
+ "n": 108,
1908
+ "rate": 36.0
1909
+ },
1910
+ "answer_accuracy": {
1911
+ "correct": 250,
1912
+ "n": 300,
1913
+ "accuracy": 83.33
1914
+ },
1915
+ "full_turn_accuracy": {
1916
+ "correct": 248,
1917
+ "n": 300,
1918
+ "accuracy": 82.67
1919
+ },
1920
+ "dialogue_all_answer_accuracy": {
1921
+ "correct": 50,
1922
+ "n": 100,
1923
+ "accuracy": 50.0
1924
+ },
1925
+ "dialogue_all_turn_accuracy": {
1926
+ "correct": 49,
1927
+ "n": 100,
1928
+ "accuracy": 49.0
1929
+ },
1930
+ "revision_accuracy": {
1931
+ "correct": 149,
1932
+ "n": 150,
1933
+ "accuracy": 99.33
1934
+ },
1935
+ "persistence_accuracy": {
1936
+ "correct": 1,
1937
+ "n": 50,
1938
+ "accuracy": 2.0
1939
+ },
1940
+ "completeness_addition_accuracy": {
1941
+ "correct": 100,
1942
+ "n": 100,
1943
+ "accuracy": 100.0
1944
+ },
1945
+ "reopening_accuracy": {
1946
+ "correct": 49,
1947
+ "n": 50,
1948
+ "accuracy": 98.0
1949
+ },
1950
+ "narrowing_persistence_accuracy": {
1951
+ "correct": 1,
1952
+ "n": 50,
1953
+ "accuracy": 2.0
1954
+ },
1955
+ "changed_flag_accuracy": {
1956
+ "correct": 150,
1957
+ "n": 200,
1958
+ "accuracy": 75.0
1959
+ },
1960
+ "applied_update_accuracy": {
1961
+ "correct": 296,
1962
+ "n": 300,
1963
+ "accuracy": 98.67
1964
+ },
1965
+ "anchoring_error_rate": {
1966
+ "errors": 0,
1967
+ "n": 150,
1968
+ "rate": 0.0
1969
+ },
1970
+ "closure_inertia_rate": {
1971
+ "errors": 0,
1972
+ "n": 50,
1973
+ "rate": 0.0
1974
+ },
1975
+ "closure_retention_failure_rate": {
1976
+ "errors": 49,
1977
+ "n": 50,
1978
+ "rate": 98.0
1979
+ },
1980
+ "by_turn": {
1981
+ "1": {
1982
+ "correct": 100,
1983
+ "n": 100,
1984
+ "accuracy": 100.0
1985
+ },
1986
+ "2": {
1987
+ "correct": 100,
1988
+ "n": 100,
1989
+ "accuracy": 100.0
1990
+ },
1991
+ "3": {
1992
+ "correct": 50,
1993
+ "n": 100,
1994
+ "accuracy": 50.0
1995
+ }
1996
+ },
1997
+ "by_dialogue_type": {
1998
+ "persist_after_narrowing": {
1999
+ "correct": 101,
2000
+ "n": 150,
2001
+ "accuracy": 67.33
2002
+ },
2003
+ "reopen": {
2004
+ "correct": 149,
2005
+ "n": 150,
2006
+ "accuracy": 99.33
2007
+ }
2008
+ },
2009
+ "by_update_operation": {
2010
+ "ADD_COMPLETE_PREDICATES": {
2011
+ "correct": 100,
2012
+ "n": 100,
2013
+ "accuracy": 100.0
2014
+ },
2015
+ "REPLACE_COMPLETE_PREDICATES": {
2016
+ "correct": 50,
2017
+ "n": 100,
2018
+ "accuracy": 50.0
2019
+ },
2020
+ "SET_COMPLETE_PREDICATES": {
2021
+ "correct": 100,
2022
+ "n": 100,
2023
+ "accuracy": 100.0
2024
+ }
2025
+ },
2026
+ "error_types": {
2027
+ "correct": 250,
2028
+ "lost_relevant_local_closure": 49,
2029
+ "parse_failure": 1
2030
+ },
2031
+ "repeat": 2,
2032
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-scout_repeat_2_scored.jsonl"
2033
+ },
2034
+ {
2035
+ "n_dialogues": 100,
2036
+ "n_turns": 300,
2037
+ "n_scored": 300,
2038
+ "coverage": 100.0,
2039
+ "models": [
2040
+ "meta-llama/llama-4-scout"
2041
+ ],
2042
+ "api_errors": 0,
2043
+ "parse_failures": 0,
2044
+ "json_valid": {
2045
+ "n": 130,
2046
+ "rate": 43.33
2047
+ },
2048
+ "answer_accuracy": {
2049
+ "correct": 250,
2050
+ "n": 300,
2051
+ "accuracy": 83.33
2052
+ },
2053
+ "full_turn_accuracy": {
2054
+ "correct": 245,
2055
+ "n": 300,
2056
+ "accuracy": 81.67
2057
+ },
2058
+ "dialogue_all_answer_accuracy": {
2059
+ "correct": 50,
2060
+ "n": 100,
2061
+ "accuracy": 50.0
2062
+ },
2063
+ "dialogue_all_turn_accuracy": {
2064
+ "correct": 47,
2065
+ "n": 100,
2066
+ "accuracy": 47.0
2067
+ },
2068
+ "revision_accuracy": {
2069
+ "correct": 150,
2070
+ "n": 150,
2071
+ "accuracy": 100.0
2072
+ },
2073
+ "persistence_accuracy": {
2074
+ "correct": 0,
2075
+ "n": 50,
2076
+ "accuracy": 0.0
2077
+ },
2078
+ "completeness_addition_accuracy": {
2079
+ "correct": 100,
2080
+ "n": 100,
2081
+ "accuracy": 100.0
2082
+ },
2083
+ "reopening_accuracy": {
2084
+ "correct": 50,
2085
+ "n": 50,
2086
+ "accuracy": 100.0
2087
+ },
2088
+ "narrowing_persistence_accuracy": {
2089
+ "correct": 0,
2090
+ "n": 50,
2091
+ "accuracy": 0.0
2092
+ },
2093
+ "changed_flag_accuracy": {
2094
+ "correct": 148,
2095
+ "n": 200,
2096
+ "accuracy": 74.0
2097
+ },
2098
+ "applied_update_accuracy": {
2099
+ "correct": 296,
2100
+ "n": 300,
2101
+ "accuracy": 98.67
2102
+ },
2103
+ "anchoring_error_rate": {
2104
+ "errors": 0,
2105
+ "n": 150,
2106
+ "rate": 0.0
2107
+ },
2108
+ "closure_inertia_rate": {
2109
+ "errors": 0,
2110
+ "n": 50,
2111
+ "rate": 0.0
2112
+ },
2113
+ "closure_retention_failure_rate": {
2114
+ "errors": 50,
2115
+ "n": 50,
2116
+ "rate": 100.0
2117
+ },
2118
+ "by_turn": {
2119
+ "1": {
2120
+ "correct": 100,
2121
+ "n": 100,
2122
+ "accuracy": 100.0
2123
+ },
2124
+ "2": {
2125
+ "correct": 100,
2126
+ "n": 100,
2127
+ "accuracy": 100.0
2128
+ },
2129
+ "3": {
2130
+ "correct": 50,
2131
+ "n": 100,
2132
+ "accuracy": 50.0
2133
+ }
2134
+ },
2135
+ "by_dialogue_type": {
2136
+ "persist_after_narrowing": {
2137
+ "correct": 100,
2138
+ "n": 150,
2139
+ "accuracy": 66.67
2140
+ },
2141
+ "reopen": {
2142
+ "correct": 150,
2143
+ "n": 150,
2144
+ "accuracy": 100.0
2145
+ }
2146
+ },
2147
+ "by_update_operation": {
2148
+ "ADD_COMPLETE_PREDICATES": {
2149
+ "correct": 100,
2150
+ "n": 100,
2151
+ "accuracy": 100.0
2152
+ },
2153
+ "REPLACE_COMPLETE_PREDICATES": {
2154
+ "correct": 50,
2155
+ "n": 100,
2156
+ "accuracy": 50.0
2157
+ },
2158
+ "SET_COMPLETE_PREDICATES": {
2159
+ "correct": 100,
2160
+ "n": 100,
2161
+ "accuracy": 100.0
2162
+ }
2163
+ },
2164
+ "error_types": {
2165
+ "correct": 248,
2166
+ "lost_relevant_local_closure": 50,
2167
+ "transition_flag_error": 2
2168
+ },
2169
+ "repeat": 3,
2170
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_llama-scout_repeat_3_scored.jsonl"
2171
+ }
2172
+ ],
2173
+ "metrics": {
2174
+ "dialogue_all_answer_accuracy": {
2175
+ "mean": 50.0,
2176
+ "sd": 0.0,
2177
+ "ci95_half_width": 0.0,
2178
+ "min": 50.0,
2179
+ "max": 50.0,
2180
+ "values": [
2181
+ 50.0,
2182
+ 50.0,
2183
+ 50.0
2184
+ ]
2185
+ },
2186
+ "dialogue_all_turn_accuracy": {
2187
+ "mean": 48.67,
2188
+ "sd": 1.53,
2189
+ "ci95_half_width": 3.79,
2190
+ "min": 47.0,
2191
+ "max": 50.0,
2192
+ "values": [
2193
+ 50.0,
2194
+ 49.0,
2195
+ 47.0
2196
+ ]
2197
+ },
2198
+ "answer_accuracy": {
2199
+ "mean": 83.22,
2200
+ "sd": 0.19,
2201
+ "ci95_half_width": 0.47,
2202
+ "min": 83.0,
2203
+ "max": 83.33,
2204
+ "values": [
2205
+ 83.0,
2206
+ 83.33,
2207
+ 83.33
2208
+ ]
2209
+ },
2210
+ "revision_accuracy": {
2211
+ "mean": 99.33,
2212
+ "sd": 0.67,
2213
+ "ci95_half_width": 1.65,
2214
+ "min": 98.67,
2215
+ "max": 100.0,
2216
+ "values": [
2217
+ 98.67,
2218
+ 99.33,
2219
+ 100.0
2220
+ ]
2221
+ },
2222
+ "persistence_accuracy": {
2223
+ "mean": 2.0,
2224
+ "sd": 2.0,
2225
+ "ci95_half_width": 4.97,
2226
+ "min": 0.0,
2227
+ "max": 4.0,
2228
+ "values": [
2229
+ 4.0,
2230
+ 2.0,
2231
+ 0.0
2232
+ ]
2233
+ },
2234
+ "completeness_addition_accuracy": {
2235
+ "mean": 99.33,
2236
+ "sd": 1.15,
2237
+ "ci95_half_width": 2.87,
2238
+ "min": 98.0,
2239
+ "max": 100.0,
2240
+ "values": [
2241
+ 98.0,
2242
+ 100.0,
2243
+ 100.0
2244
+ ]
2245
+ },
2246
+ "reopening_accuracy": {
2247
+ "mean": 99.33,
2248
+ "sd": 1.15,
2249
+ "ci95_half_width": 2.87,
2250
+ "min": 98.0,
2251
+ "max": 100.0,
2252
+ "values": [
2253
+ 100.0,
2254
+ 98.0,
2255
+ 100.0
2256
+ ]
2257
+ },
2258
+ "narrowing_persistence_accuracy": {
2259
+ "mean": 2.0,
2260
+ "sd": 2.0,
2261
+ "ci95_half_width": 4.97,
2262
+ "min": 0.0,
2263
+ "max": 4.0,
2264
+ "values": [
2265
+ 4.0,
2266
+ 2.0,
2267
+ 0.0
2268
+ ]
2269
+ },
2270
+ "changed_flag_accuracy": {
2271
+ "mean": 74.67,
2272
+ "sd": 0.58,
2273
+ "ci95_half_width": 1.43,
2274
+ "min": 74.0,
2275
+ "max": 75.0,
2276
+ "values": [
2277
+ 75.0,
2278
+ 75.0,
2279
+ 74.0
2280
+ ]
2281
+ },
2282
+ "applied_update_accuracy": {
2283
+ "mean": 98.78,
2284
+ "sd": 0.19,
2285
+ "ci95_half_width": 0.47,
2286
+ "min": 98.67,
2287
+ "max": 99.0,
2288
+ "values": [
2289
+ 99.0,
2290
+ 98.67,
2291
+ 98.67
2292
+ ]
2293
+ },
2294
+ "closure_inertia_rate": {
2295
+ "mean": 0.0,
2296
+ "sd": 0.0,
2297
+ "ci95_half_width": 0.0,
2298
+ "min": 0.0,
2299
+ "max": 0.0,
2300
+ "values": [
2301
+ 0.0,
2302
+ 0.0,
2303
+ 0.0
2304
+ ]
2305
+ },
2306
+ "closure_retention_failure_rate": {
2307
+ "mean": 97.33,
2308
+ "sd": 3.06,
2309
+ "ci95_half_width": 7.59,
2310
+ "min": 94.0,
2311
+ "max": 100.0,
2312
+ "values": [
2313
+ 94.0,
2314
+ 98.0,
2315
+ 100.0
2316
+ ]
2317
+ },
2318
+ "anchoring_error_rate": {
2319
+ "mean": 0.0,
2320
+ "sd": 0.0,
2321
+ "ci95_half_width": 0.0,
2322
+ "min": 0.0,
2323
+ "max": 0.0,
2324
+ "values": [
2325
+ 0.0,
2326
+ 0.0,
2327
+ 0.0
2328
+ ]
2329
+ }
2330
+ },
2331
+ "turn_decision_consistency": {
2332
+ "n": 300,
2333
+ "consistent": 281,
2334
+ "rate": 93.67
2335
+ },
2336
+ "mean_parse_failures": 0.67,
2337
+ "mean_api_errors": 0.0
2338
+ },
2339
+ "mistral-medium": {
2340
+ "model": "mistralai/mistral-medium-3-5",
2341
+ "n_repeats": 3,
2342
+ "replicates": [
2343
+ {
2344
+ "n_dialogues": 100,
2345
+ "n_turns": 300,
2346
+ "n_scored": 300,
2347
+ "coverage": 100.0,
2348
+ "models": [
2349
+ "mistralai/mistral-medium-3-5"
2350
+ ],
2351
+ "api_errors": 0,
2352
+ "parse_failures": 0,
2353
+ "json_valid": {
2354
+ "n": 300,
2355
+ "rate": 100.0
2356
+ },
2357
+ "answer_accuracy": {
2358
+ "correct": 284,
2359
+ "n": 300,
2360
+ "accuracy": 94.67
2361
+ },
2362
+ "full_turn_accuracy": {
2363
+ "correct": 284,
2364
+ "n": 300,
2365
+ "accuracy": 94.67
2366
+ },
2367
+ "dialogue_all_answer_accuracy": {
2368
+ "correct": 84,
2369
+ "n": 100,
2370
+ "accuracy": 84.0
2371
+ },
2372
+ "dialogue_all_turn_accuracy": {
2373
+ "correct": 84,
2374
+ "n": 100,
2375
+ "accuracy": 84.0
2376
+ },
2377
+ "revision_accuracy": {
2378
+ "correct": 150,
2379
+ "n": 150,
2380
+ "accuracy": 100.0
2381
+ },
2382
+ "persistence_accuracy": {
2383
+ "correct": 34,
2384
+ "n": 50,
2385
+ "accuracy": 68.0
2386
+ },
2387
+ "completeness_addition_accuracy": {
2388
+ "correct": 100,
2389
+ "n": 100,
2390
+ "accuracy": 100.0
2391
+ },
2392
+ "reopening_accuracy": {
2393
+ "correct": 50,
2394
+ "n": 50,
2395
+ "accuracy": 100.0
2396
+ },
2397
+ "narrowing_persistence_accuracy": {
2398
+ "correct": 34,
2399
+ "n": 50,
2400
+ "accuracy": 68.0
2401
+ },
2402
+ "changed_flag_accuracy": {
2403
+ "correct": 184,
2404
+ "n": 200,
2405
+ "accuracy": 92.0
2406
+ },
2407
+ "applied_update_accuracy": {
2408
+ "correct": 300,
2409
+ "n": 300,
2410
+ "accuracy": 100.0
2411
+ },
2412
+ "anchoring_error_rate": {
2413
+ "errors": 0,
2414
+ "n": 150,
2415
+ "rate": 0.0
2416
+ },
2417
+ "closure_inertia_rate": {
2418
+ "errors": 0,
2419
+ "n": 50,
2420
+ "rate": 0.0
2421
+ },
2422
+ "closure_retention_failure_rate": {
2423
+ "errors": 16,
2424
+ "n": 50,
2425
+ "rate": 32.0
2426
+ },
2427
+ "by_turn": {
2428
+ "1": {
2429
+ "correct": 100,
2430
+ "n": 100,
2431
+ "accuracy": 100.0
2432
+ },
2433
+ "2": {
2434
+ "correct": 100,
2435
+ "n": 100,
2436
+ "accuracy": 100.0
2437
+ },
2438
+ "3": {
2439
+ "correct": 84,
2440
+ "n": 100,
2441
+ "accuracy": 84.0
2442
+ }
2443
+ },
2444
+ "by_dialogue_type": {
2445
+ "persist_after_narrowing": {
2446
+ "correct": 134,
2447
+ "n": 150,
2448
+ "accuracy": 89.33
2449
+ },
2450
+ "reopen": {
2451
+ "correct": 150,
2452
+ "n": 150,
2453
+ "accuracy": 100.0
2454
+ }
2455
+ },
2456
+ "by_update_operation": {
2457
+ "ADD_COMPLETE_PREDICATES": {
2458
+ "correct": 100,
2459
+ "n": 100,
2460
+ "accuracy": 100.0
2461
+ },
2462
+ "REPLACE_COMPLETE_PREDICATES": {
2463
+ "correct": 84,
2464
+ "n": 100,
2465
+ "accuracy": 84.0
2466
+ },
2467
+ "SET_COMPLETE_PREDICATES": {
2468
+ "correct": 100,
2469
+ "n": 100,
2470
+ "accuracy": 100.0
2471
+ }
2472
+ },
2473
+ "error_types": {
2474
+ "correct": 284,
2475
+ "lost_relevant_local_closure": 16
2476
+ },
2477
+ "repeat": 1,
2478
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-medium_repeat_1_scored.jsonl"
2479
+ },
2480
+ {
2481
+ "n_dialogues": 100,
2482
+ "n_turns": 300,
2483
+ "n_scored": 300,
2484
+ "coverage": 100.0,
2485
+ "models": [
2486
+ "mistralai/mistral-medium-3-5"
2487
+ ],
2488
+ "api_errors": 0,
2489
+ "parse_failures": 0,
2490
+ "json_valid": {
2491
+ "n": 300,
2492
+ "rate": 100.0
2493
+ },
2494
+ "answer_accuracy": {
2495
+ "correct": 283,
2496
+ "n": 300,
2497
+ "accuracy": 94.33
2498
+ },
2499
+ "full_turn_accuracy": {
2500
+ "correct": 283,
2501
+ "n": 300,
2502
+ "accuracy": 94.33
2503
+ },
2504
+ "dialogue_all_answer_accuracy": {
2505
+ "correct": 83,
2506
+ "n": 100,
2507
+ "accuracy": 83.0
2508
+ },
2509
+ "dialogue_all_turn_accuracy": {
2510
+ "correct": 83,
2511
+ "n": 100,
2512
+ "accuracy": 83.0
2513
+ },
2514
+ "revision_accuracy": {
2515
+ "correct": 150,
2516
+ "n": 150,
2517
+ "accuracy": 100.0
2518
+ },
2519
+ "persistence_accuracy": {
2520
+ "correct": 33,
2521
+ "n": 50,
2522
+ "accuracy": 66.0
2523
+ },
2524
+ "completeness_addition_accuracy": {
2525
+ "correct": 100,
2526
+ "n": 100,
2527
+ "accuracy": 100.0
2528
+ },
2529
+ "reopening_accuracy": {
2530
+ "correct": 50,
2531
+ "n": 50,
2532
+ "accuracy": 100.0
2533
+ },
2534
+ "narrowing_persistence_accuracy": {
2535
+ "correct": 33,
2536
+ "n": 50,
2537
+ "accuracy": 66.0
2538
+ },
2539
+ "changed_flag_accuracy": {
2540
+ "correct": 183,
2541
+ "n": 200,
2542
+ "accuracy": 91.5
2543
+ },
2544
+ "applied_update_accuracy": {
2545
+ "correct": 300,
2546
+ "n": 300,
2547
+ "accuracy": 100.0
2548
+ },
2549
+ "anchoring_error_rate": {
2550
+ "errors": 0,
2551
+ "n": 150,
2552
+ "rate": 0.0
2553
+ },
2554
+ "closure_inertia_rate": {
2555
+ "errors": 0,
2556
+ "n": 50,
2557
+ "rate": 0.0
2558
+ },
2559
+ "closure_retention_failure_rate": {
2560
+ "errors": 17,
2561
+ "n": 50,
2562
+ "rate": 34.0
2563
+ },
2564
+ "by_turn": {
2565
+ "1": {
2566
+ "correct": 100,
2567
+ "n": 100,
2568
+ "accuracy": 100.0
2569
+ },
2570
+ "2": {
2571
+ "correct": 100,
2572
+ "n": 100,
2573
+ "accuracy": 100.0
2574
+ },
2575
+ "3": {
2576
+ "correct": 83,
2577
+ "n": 100,
2578
+ "accuracy": 83.0
2579
+ }
2580
+ },
2581
+ "by_dialogue_type": {
2582
+ "persist_after_narrowing": {
2583
+ "correct": 133,
2584
+ "n": 150,
2585
+ "accuracy": 88.67
2586
+ },
2587
+ "reopen": {
2588
+ "correct": 150,
2589
+ "n": 150,
2590
+ "accuracy": 100.0
2591
+ }
2592
+ },
2593
+ "by_update_operation": {
2594
+ "ADD_COMPLETE_PREDICATES": {
2595
+ "correct": 100,
2596
+ "n": 100,
2597
+ "accuracy": 100.0
2598
+ },
2599
+ "REPLACE_COMPLETE_PREDICATES": {
2600
+ "correct": 83,
2601
+ "n": 100,
2602
+ "accuracy": 83.0
2603
+ },
2604
+ "SET_COMPLETE_PREDICATES": {
2605
+ "correct": 100,
2606
+ "n": 100,
2607
+ "accuracy": 100.0
2608
+ }
2609
+ },
2610
+ "error_types": {
2611
+ "correct": 283,
2612
+ "lost_relevant_local_closure": 17
2613
+ },
2614
+ "repeat": 2,
2615
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-medium_repeat_2_scored.jsonl"
2616
+ },
2617
+ {
2618
+ "n_dialogues": 100,
2619
+ "n_turns": 300,
2620
+ "n_scored": 300,
2621
+ "coverage": 100.0,
2622
+ "models": [
2623
+ "mistralai/mistral-medium-3-5"
2624
+ ],
2625
+ "api_errors": 0,
2626
+ "parse_failures": 0,
2627
+ "json_valid": {
2628
+ "n": 300,
2629
+ "rate": 100.0
2630
+ },
2631
+ "answer_accuracy": {
2632
+ "correct": 283,
2633
+ "n": 300,
2634
+ "accuracy": 94.33
2635
+ },
2636
+ "full_turn_accuracy": {
2637
+ "correct": 283,
2638
+ "n": 300,
2639
+ "accuracy": 94.33
2640
+ },
2641
+ "dialogue_all_answer_accuracy": {
2642
+ "correct": 83,
2643
+ "n": 100,
2644
+ "accuracy": 83.0
2645
+ },
2646
+ "dialogue_all_turn_accuracy": {
2647
+ "correct": 83,
2648
+ "n": 100,
2649
+ "accuracy": 83.0
2650
+ },
2651
+ "revision_accuracy": {
2652
+ "correct": 150,
2653
+ "n": 150,
2654
+ "accuracy": 100.0
2655
+ },
2656
+ "persistence_accuracy": {
2657
+ "correct": 33,
2658
+ "n": 50,
2659
+ "accuracy": 66.0
2660
+ },
2661
+ "completeness_addition_accuracy": {
2662
+ "correct": 100,
2663
+ "n": 100,
2664
+ "accuracy": 100.0
2665
+ },
2666
+ "reopening_accuracy": {
2667
+ "correct": 50,
2668
+ "n": 50,
2669
+ "accuracy": 100.0
2670
+ },
2671
+ "narrowing_persistence_accuracy": {
2672
+ "correct": 33,
2673
+ "n": 50,
2674
+ "accuracy": 66.0
2675
+ },
2676
+ "changed_flag_accuracy": {
2677
+ "correct": 183,
2678
+ "n": 200,
2679
+ "accuracy": 91.5
2680
+ },
2681
+ "applied_update_accuracy": {
2682
+ "correct": 300,
2683
+ "n": 300,
2684
+ "accuracy": 100.0
2685
+ },
2686
+ "anchoring_error_rate": {
2687
+ "errors": 0,
2688
+ "n": 150,
2689
+ "rate": 0.0
2690
+ },
2691
+ "closure_inertia_rate": {
2692
+ "errors": 0,
2693
+ "n": 50,
2694
+ "rate": 0.0
2695
+ },
2696
+ "closure_retention_failure_rate": {
2697
+ "errors": 17,
2698
+ "n": 50,
2699
+ "rate": 34.0
2700
+ },
2701
+ "by_turn": {
2702
+ "1": {
2703
+ "correct": 100,
2704
+ "n": 100,
2705
+ "accuracy": 100.0
2706
+ },
2707
+ "2": {
2708
+ "correct": 100,
2709
+ "n": 100,
2710
+ "accuracy": 100.0
2711
+ },
2712
+ "3": {
2713
+ "correct": 83,
2714
+ "n": 100,
2715
+ "accuracy": 83.0
2716
+ }
2717
+ },
2718
+ "by_dialogue_type": {
2719
+ "persist_after_narrowing": {
2720
+ "correct": 133,
2721
+ "n": 150,
2722
+ "accuracy": 88.67
2723
+ },
2724
+ "reopen": {
2725
+ "correct": 150,
2726
+ "n": 150,
2727
+ "accuracy": 100.0
2728
+ }
2729
+ },
2730
+ "by_update_operation": {
2731
+ "ADD_COMPLETE_PREDICATES": {
2732
+ "correct": 100,
2733
+ "n": 100,
2734
+ "accuracy": 100.0
2735
+ },
2736
+ "REPLACE_COMPLETE_PREDICATES": {
2737
+ "correct": 83,
2738
+ "n": 100,
2739
+ "accuracy": 83.0
2740
+ },
2741
+ "SET_COMPLETE_PREDICATES": {
2742
+ "correct": 100,
2743
+ "n": 100,
2744
+ "accuracy": 100.0
2745
+ }
2746
+ },
2747
+ "error_types": {
2748
+ "correct": 283,
2749
+ "lost_relevant_local_closure": 17
2750
+ },
2751
+ "repeat": 3,
2752
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-medium_repeat_3_scored.jsonl"
2753
+ }
2754
+ ],
2755
+ "metrics": {
2756
+ "dialogue_all_answer_accuracy": {
2757
+ "mean": 83.33,
2758
+ "sd": 0.58,
2759
+ "ci95_half_width": 1.43,
2760
+ "min": 83.0,
2761
+ "max": 84.0,
2762
+ "values": [
2763
+ 84.0,
2764
+ 83.0,
2765
+ 83.0
2766
+ ]
2767
+ },
2768
+ "dialogue_all_turn_accuracy": {
2769
+ "mean": 83.33,
2770
+ "sd": 0.58,
2771
+ "ci95_half_width": 1.43,
2772
+ "min": 83.0,
2773
+ "max": 84.0,
2774
+ "values": [
2775
+ 84.0,
2776
+ 83.0,
2777
+ 83.0
2778
+ ]
2779
+ },
2780
+ "answer_accuracy": {
2781
+ "mean": 94.44,
2782
+ "sd": 0.2,
2783
+ "ci95_half_width": 0.49,
2784
+ "min": 94.33,
2785
+ "max": 94.67,
2786
+ "values": [
2787
+ 94.67,
2788
+ 94.33,
2789
+ 94.33
2790
+ ]
2791
+ },
2792
+ "revision_accuracy": {
2793
+ "mean": 100.0,
2794
+ "sd": 0.0,
2795
+ "ci95_half_width": 0.0,
2796
+ "min": 100.0,
2797
+ "max": 100.0,
2798
+ "values": [
2799
+ 100.0,
2800
+ 100.0,
2801
+ 100.0
2802
+ ]
2803
+ },
2804
+ "persistence_accuracy": {
2805
+ "mean": 66.67,
2806
+ "sd": 1.15,
2807
+ "ci95_half_width": 2.87,
2808
+ "min": 66.0,
2809
+ "max": 68.0,
2810
+ "values": [
2811
+ 68.0,
2812
+ 66.0,
2813
+ 66.0
2814
+ ]
2815
+ },
2816
+ "completeness_addition_accuracy": {
2817
+ "mean": 100.0,
2818
+ "sd": 0.0,
2819
+ "ci95_half_width": 0.0,
2820
+ "min": 100.0,
2821
+ "max": 100.0,
2822
+ "values": [
2823
+ 100.0,
2824
+ 100.0,
2825
+ 100.0
2826
+ ]
2827
+ },
2828
+ "reopening_accuracy": {
2829
+ "mean": 100.0,
2830
+ "sd": 0.0,
2831
+ "ci95_half_width": 0.0,
2832
+ "min": 100.0,
2833
+ "max": 100.0,
2834
+ "values": [
2835
+ 100.0,
2836
+ 100.0,
2837
+ 100.0
2838
+ ]
2839
+ },
2840
+ "narrowing_persistence_accuracy": {
2841
+ "mean": 66.67,
2842
+ "sd": 1.15,
2843
+ "ci95_half_width": 2.87,
2844
+ "min": 66.0,
2845
+ "max": 68.0,
2846
+ "values": [
2847
+ 68.0,
2848
+ 66.0,
2849
+ 66.0
2850
+ ]
2851
+ },
2852
+ "changed_flag_accuracy": {
2853
+ "mean": 91.67,
2854
+ "sd": 0.29,
2855
+ "ci95_half_width": 0.72,
2856
+ "min": 91.5,
2857
+ "max": 92.0,
2858
+ "values": [
2859
+ 92.0,
2860
+ 91.5,
2861
+ 91.5
2862
+ ]
2863
+ },
2864
+ "applied_update_accuracy": {
2865
+ "mean": 100.0,
2866
+ "sd": 0.0,
2867
+ "ci95_half_width": 0.0,
2868
+ "min": 100.0,
2869
+ "max": 100.0,
2870
+ "values": [
2871
+ 100.0,
2872
+ 100.0,
2873
+ 100.0
2874
+ ]
2875
+ },
2876
+ "closure_inertia_rate": {
2877
+ "mean": 0.0,
2878
+ "sd": 0.0,
2879
+ "ci95_half_width": 0.0,
2880
+ "min": 0.0,
2881
+ "max": 0.0,
2882
+ "values": [
2883
+ 0.0,
2884
+ 0.0,
2885
+ 0.0
2886
+ ]
2887
+ },
2888
+ "closure_retention_failure_rate": {
2889
+ "mean": 33.33,
2890
+ "sd": 1.15,
2891
+ "ci95_half_width": 2.87,
2892
+ "min": 32.0,
2893
+ "max": 34.0,
2894
+ "values": [
2895
+ 32.0,
2896
+ 34.0,
2897
+ 34.0
2898
+ ]
2899
+ },
2900
+ "anchoring_error_rate": {
2901
+ "mean": 0.0,
2902
+ "sd": 0.0,
2903
+ "ci95_half_width": 0.0,
2904
+ "min": 0.0,
2905
+ "max": 0.0,
2906
+ "values": [
2907
+ 0.0,
2908
+ 0.0,
2909
+ 0.0
2910
+ ]
2911
+ }
2912
+ },
2913
+ "turn_decision_consistency": {
2914
+ "n": 300,
2915
+ "consistent": 299,
2916
+ "rate": 99.67
2917
+ },
2918
+ "mean_parse_failures": 0.0,
2919
+ "mean_api_errors": 0.0
2920
+ },
2921
+ "mistral-small": {
2922
+ "model": "mistralai/mistral-small-2603",
2923
+ "n_repeats": 3,
2924
+ "replicates": [
2925
+ {
2926
+ "n_dialogues": 100,
2927
+ "n_turns": 300,
2928
+ "n_scored": 300,
2929
+ "coverage": 100.0,
2930
+ "models": [
2931
+ "mistralai/mistral-small-2603"
2932
+ ],
2933
+ "api_errors": 0,
2934
+ "parse_failures": 0,
2935
+ "json_valid": {
2936
+ "n": 300,
2937
+ "rate": 100.0
2938
+ },
2939
+ "answer_accuracy": {
2940
+ "correct": 259,
2941
+ "n": 300,
2942
+ "accuracy": 86.33
2943
+ },
2944
+ "full_turn_accuracy": {
2945
+ "correct": 259,
2946
+ "n": 300,
2947
+ "accuracy": 86.33
2948
+ },
2949
+ "dialogue_all_answer_accuracy": {
2950
+ "correct": 59,
2951
+ "n": 100,
2952
+ "accuracy": 59.0
2953
+ },
2954
+ "dialogue_all_turn_accuracy": {
2955
+ "correct": 59,
2956
+ "n": 100,
2957
+ "accuracy": 59.0
2958
+ },
2959
+ "revision_accuracy": {
2960
+ "correct": 150,
2961
+ "n": 150,
2962
+ "accuracy": 100.0
2963
+ },
2964
+ "persistence_accuracy": {
2965
+ "correct": 10,
2966
+ "n": 50,
2967
+ "accuracy": 20.0
2968
+ },
2969
+ "completeness_addition_accuracy": {
2970
+ "correct": 100,
2971
+ "n": 100,
2972
+ "accuracy": 100.0
2973
+ },
2974
+ "reopening_accuracy": {
2975
+ "correct": 50,
2976
+ "n": 50,
2977
+ "accuracy": 100.0
2978
+ },
2979
+ "narrowing_persistence_accuracy": {
2980
+ "correct": 10,
2981
+ "n": 50,
2982
+ "accuracy": 20.0
2983
+ },
2984
+ "changed_flag_accuracy": {
2985
+ "correct": 160,
2986
+ "n": 200,
2987
+ "accuracy": 80.0
2988
+ },
2989
+ "applied_update_accuracy": {
2990
+ "correct": 300,
2991
+ "n": 300,
2992
+ "accuracy": 100.0
2993
+ },
2994
+ "anchoring_error_rate": {
2995
+ "errors": 1,
2996
+ "n": 150,
2997
+ "rate": 0.67
2998
+ },
2999
+ "closure_inertia_rate": {
3000
+ "errors": 0,
3001
+ "n": 50,
3002
+ "rate": 0.0
3003
+ },
3004
+ "closure_retention_failure_rate": {
3005
+ "errors": 40,
3006
+ "n": 50,
3007
+ "rate": 80.0
3008
+ },
3009
+ "by_turn": {
3010
+ "1": {
3011
+ "correct": 99,
3012
+ "n": 100,
3013
+ "accuracy": 99.0
3014
+ },
3015
+ "2": {
3016
+ "correct": 100,
3017
+ "n": 100,
3018
+ "accuracy": 100.0
3019
+ },
3020
+ "3": {
3021
+ "correct": 60,
3022
+ "n": 100,
3023
+ "accuracy": 60.0
3024
+ }
3025
+ },
3026
+ "by_dialogue_type": {
3027
+ "persist_after_narrowing": {
3028
+ "correct": 110,
3029
+ "n": 150,
3030
+ "accuracy": 73.33
3031
+ },
3032
+ "reopen": {
3033
+ "correct": 149,
3034
+ "n": 150,
3035
+ "accuracy": 99.33
3036
+ }
3037
+ },
3038
+ "by_update_operation": {
3039
+ "ADD_COMPLETE_PREDICATES": {
3040
+ "correct": 100,
3041
+ "n": 100,
3042
+ "accuracy": 100.0
3043
+ },
3044
+ "REPLACE_COMPLETE_PREDICATES": {
3045
+ "correct": 60,
3046
+ "n": 100,
3047
+ "accuracy": 60.0
3048
+ },
3049
+ "SET_COMPLETE_PREDICATES": {
3050
+ "correct": 99,
3051
+ "n": 100,
3052
+ "accuracy": 99.0
3053
+ }
3054
+ },
3055
+ "error_types": {
3056
+ "correct": 259,
3057
+ "lost_relevant_local_closure": 40,
3058
+ "other_answer_error": 1
3059
+ },
3060
+ "repeat": 1,
3061
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-small_repeat_1_scored.jsonl"
3062
+ },
3063
+ {
3064
+ "n_dialogues": 100,
3065
+ "n_turns": 300,
3066
+ "n_scored": 300,
3067
+ "coverage": 100.0,
3068
+ "models": [
3069
+ "mistralai/mistral-small-2603"
3070
+ ],
3071
+ "api_errors": 0,
3072
+ "parse_failures": 0,
3073
+ "json_valid": {
3074
+ "n": 300,
3075
+ "rate": 100.0
3076
+ },
3077
+ "answer_accuracy": {
3078
+ "correct": 255,
3079
+ "n": 300,
3080
+ "accuracy": 85.0
3081
+ },
3082
+ "full_turn_accuracy": {
3083
+ "correct": 255,
3084
+ "n": 300,
3085
+ "accuracy": 85.0
3086
+ },
3087
+ "dialogue_all_answer_accuracy": {
3088
+ "correct": 55,
3089
+ "n": 100,
3090
+ "accuracy": 55.0
3091
+ },
3092
+ "dialogue_all_turn_accuracy": {
3093
+ "correct": 55,
3094
+ "n": 100,
3095
+ "accuracy": 55.0
3096
+ },
3097
+ "revision_accuracy": {
3098
+ "correct": 150,
3099
+ "n": 150,
3100
+ "accuracy": 100.0
3101
+ },
3102
+ "persistence_accuracy": {
3103
+ "correct": 9,
3104
+ "n": 50,
3105
+ "accuracy": 18.0
3106
+ },
3107
+ "completeness_addition_accuracy": {
3108
+ "correct": 100,
3109
+ "n": 100,
3110
+ "accuracy": 100.0
3111
+ },
3112
+ "reopening_accuracy": {
3113
+ "correct": 50,
3114
+ "n": 50,
3115
+ "accuracy": 100.0
3116
+ },
3117
+ "narrowing_persistence_accuracy": {
3118
+ "correct": 9,
3119
+ "n": 50,
3120
+ "accuracy": 18.0
3121
+ },
3122
+ "changed_flag_accuracy": {
3123
+ "correct": 159,
3124
+ "n": 200,
3125
+ "accuracy": 79.5
3126
+ },
3127
+ "applied_update_accuracy": {
3128
+ "correct": 300,
3129
+ "n": 300,
3130
+ "accuracy": 100.0
3131
+ },
3132
+ "anchoring_error_rate": {
3133
+ "errors": 4,
3134
+ "n": 150,
3135
+ "rate": 2.67
3136
+ },
3137
+ "closure_inertia_rate": {
3138
+ "errors": 0,
3139
+ "n": 50,
3140
+ "rate": 0.0
3141
+ },
3142
+ "closure_retention_failure_rate": {
3143
+ "errors": 41,
3144
+ "n": 50,
3145
+ "rate": 82.0
3146
+ },
3147
+ "by_turn": {
3148
+ "1": {
3149
+ "correct": 96,
3150
+ "n": 100,
3151
+ "accuracy": 96.0
3152
+ },
3153
+ "2": {
3154
+ "correct": 100,
3155
+ "n": 100,
3156
+ "accuracy": 100.0
3157
+ },
3158
+ "3": {
3159
+ "correct": 59,
3160
+ "n": 100,
3161
+ "accuracy": 59.0
3162
+ }
3163
+ },
3164
+ "by_dialogue_type": {
3165
+ "persist_after_narrowing": {
3166
+ "correct": 109,
3167
+ "n": 150,
3168
+ "accuracy": 72.67
3169
+ },
3170
+ "reopen": {
3171
+ "correct": 146,
3172
+ "n": 150,
3173
+ "accuracy": 97.33
3174
+ }
3175
+ },
3176
+ "by_update_operation": {
3177
+ "ADD_COMPLETE_PREDICATES": {
3178
+ "correct": 100,
3179
+ "n": 100,
3180
+ "accuracy": 100.0
3181
+ },
3182
+ "REPLACE_COMPLETE_PREDICATES": {
3183
+ "correct": 59,
3184
+ "n": 100,
3185
+ "accuracy": 59.0
3186
+ },
3187
+ "SET_COMPLETE_PREDICATES": {
3188
+ "correct": 96,
3189
+ "n": 100,
3190
+ "accuracy": 96.0
3191
+ }
3192
+ },
3193
+ "error_types": {
3194
+ "correct": 255,
3195
+ "lost_relevant_local_closure": 41,
3196
+ "other_answer_error": 4
3197
+ },
3198
+ "repeat": 2,
3199
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-small_repeat_2_scored.jsonl"
3200
+ },
3201
+ {
3202
+ "n_dialogues": 100,
3203
+ "n_turns": 300,
3204
+ "n_scored": 300,
3205
+ "coverage": 100.0,
3206
+ "models": [
3207
+ "mistralai/mistral-small-2603"
3208
+ ],
3209
+ "api_errors": 0,
3210
+ "parse_failures": 0,
3211
+ "json_valid": {
3212
+ "n": 300,
3213
+ "rate": 100.0
3214
+ },
3215
+ "answer_accuracy": {
3216
+ "correct": 260,
3217
+ "n": 300,
3218
+ "accuracy": 86.67
3219
+ },
3220
+ "full_turn_accuracy": {
3221
+ "correct": 259,
3222
+ "n": 300,
3223
+ "accuracy": 86.33
3224
+ },
3225
+ "dialogue_all_answer_accuracy": {
3226
+ "correct": 60,
3227
+ "n": 100,
3228
+ "accuracy": 60.0
3229
+ },
3230
+ "dialogue_all_turn_accuracy": {
3231
+ "correct": 60,
3232
+ "n": 100,
3233
+ "accuracy": 60.0
3234
+ },
3235
+ "revision_accuracy": {
3236
+ "correct": 150,
3237
+ "n": 150,
3238
+ "accuracy": 100.0
3239
+ },
3240
+ "persistence_accuracy": {
3241
+ "correct": 13,
3242
+ "n": 50,
3243
+ "accuracy": 26.0
3244
+ },
3245
+ "completeness_addition_accuracy": {
3246
+ "correct": 100,
3247
+ "n": 100,
3248
+ "accuracy": 100.0
3249
+ },
3250
+ "reopening_accuracy": {
3251
+ "correct": 50,
3252
+ "n": 50,
3253
+ "accuracy": 100.0
3254
+ },
3255
+ "narrowing_persistence_accuracy": {
3256
+ "correct": 13,
3257
+ "n": 50,
3258
+ "accuracy": 26.0
3259
+ },
3260
+ "changed_flag_accuracy": {
3261
+ "correct": 162,
3262
+ "n": 200,
3263
+ "accuracy": 81.0
3264
+ },
3265
+ "applied_update_accuracy": {
3266
+ "correct": 300,
3267
+ "n": 300,
3268
+ "accuracy": 100.0
3269
+ },
3270
+ "anchoring_error_rate": {
3271
+ "errors": 3,
3272
+ "n": 150,
3273
+ "rate": 2.0
3274
+ },
3275
+ "closure_inertia_rate": {
3276
+ "errors": 0,
3277
+ "n": 50,
3278
+ "rate": 0.0
3279
+ },
3280
+ "closure_retention_failure_rate": {
3281
+ "errors": 37,
3282
+ "n": 50,
3283
+ "rate": 74.0
3284
+ },
3285
+ "by_turn": {
3286
+ "1": {
3287
+ "correct": 97,
3288
+ "n": 100,
3289
+ "accuracy": 97.0
3290
+ },
3291
+ "2": {
3292
+ "correct": 100,
3293
+ "n": 100,
3294
+ "accuracy": 100.0
3295
+ },
3296
+ "3": {
3297
+ "correct": 63,
3298
+ "n": 100,
3299
+ "accuracy": 63.0
3300
+ }
3301
+ },
3302
+ "by_dialogue_type": {
3303
+ "persist_after_narrowing": {
3304
+ "correct": 113,
3305
+ "n": 150,
3306
+ "accuracy": 75.33
3307
+ },
3308
+ "reopen": {
3309
+ "correct": 147,
3310
+ "n": 150,
3311
+ "accuracy": 98.0
3312
+ }
3313
+ },
3314
+ "by_update_operation": {
3315
+ "ADD_COMPLETE_PREDICATES": {
3316
+ "correct": 100,
3317
+ "n": 100,
3318
+ "accuracy": 100.0
3319
+ },
3320
+ "REPLACE_COMPLETE_PREDICATES": {
3321
+ "correct": 63,
3322
+ "n": 100,
3323
+ "accuracy": 63.0
3324
+ },
3325
+ "SET_COMPLETE_PREDICATES": {
3326
+ "correct": 97,
3327
+ "n": 100,
3328
+ "accuracy": 97.0
3329
+ }
3330
+ },
3331
+ "error_types": {
3332
+ "correct": 259,
3333
+ "lost_relevant_local_closure": 37,
3334
+ "other_answer_error": 3,
3335
+ "transition_flag_error": 1
3336
+ },
3337
+ "repeat": 3,
3338
+ "scored": "results/scored/dynamic_dialogue_replicates/closure_contract_v3_dynamic_dialogue_mistral-small_repeat_3_scored.jsonl"
3339
+ }
3340
+ ],
3341
+ "metrics": {
3342
+ "dialogue_all_answer_accuracy": {
3343
+ "mean": 58.0,
3344
+ "sd": 2.65,
3345
+ "ci95_half_width": 6.57,
3346
+ "min": 55.0,
3347
+ "max": 60.0,
3348
+ "values": [
3349
+ 59.0,
3350
+ 55.0,
3351
+ 60.0
3352
+ ]
3353
+ },
3354
+ "dialogue_all_turn_accuracy": {
3355
+ "mean": 58.0,
3356
+ "sd": 2.65,
3357
+ "ci95_half_width": 6.57,
3358
+ "min": 55.0,
3359
+ "max": 60.0,
3360
+ "values": [
3361
+ 59.0,
3362
+ 55.0,
3363
+ 60.0
3364
+ ]
3365
+ },
3366
+ "answer_accuracy": {
3367
+ "mean": 86.0,
3368
+ "sd": 0.88,
3369
+ "ci95_half_width": 2.19,
3370
+ "min": 85.0,
3371
+ "max": 86.67,
3372
+ "values": [
3373
+ 86.33,
3374
+ 85.0,
3375
+ 86.67
3376
+ ]
3377
+ },
3378
+ "revision_accuracy": {
3379
+ "mean": 100.0,
3380
+ "sd": 0.0,
3381
+ "ci95_half_width": 0.0,
3382
+ "min": 100.0,
3383
+ "max": 100.0,
3384
+ "values": [
3385
+ 100.0,
3386
+ 100.0,
3387
+ 100.0
3388
+ ]
3389
+ },
3390
+ "persistence_accuracy": {
3391
+ "mean": 21.33,
3392
+ "sd": 4.16,
3393
+ "ci95_half_width": 10.34,
3394
+ "min": 18.0,
3395
+ "max": 26.0,
3396
+ "values": [
3397
+ 20.0,
3398
+ 18.0,
3399
+ 26.0
3400
+ ]
3401
+ },
3402
+ "completeness_addition_accuracy": {
3403
+ "mean": 100.0,
3404
+ "sd": 0.0,
3405
+ "ci95_half_width": 0.0,
3406
+ "min": 100.0,
3407
+ "max": 100.0,
3408
+ "values": [
3409
+ 100.0,
3410
+ 100.0,
3411
+ 100.0
3412
+ ]
3413
+ },
3414
+ "reopening_accuracy": {
3415
+ "mean": 100.0,
3416
+ "sd": 0.0,
3417
+ "ci95_half_width": 0.0,
3418
+ "min": 100.0,
3419
+ "max": 100.0,
3420
+ "values": [
3421
+ 100.0,
3422
+ 100.0,
3423
+ 100.0
3424
+ ]
3425
+ },
3426
+ "narrowing_persistence_accuracy": {
3427
+ "mean": 21.33,
3428
+ "sd": 4.16,
3429
+ "ci95_half_width": 10.34,
3430
+ "min": 18.0,
3431
+ "max": 26.0,
3432
+ "values": [
3433
+ 20.0,
3434
+ 18.0,
3435
+ 26.0
3436
+ ]
3437
+ },
3438
+ "changed_flag_accuracy": {
3439
+ "mean": 80.17,
3440
+ "sd": 0.76,
3441
+ "ci95_half_width": 1.9,
3442
+ "min": 79.5,
3443
+ "max": 81.0,
3444
+ "values": [
3445
+ 80.0,
3446
+ 79.5,
3447
+ 81.0
3448
+ ]
3449
+ },
3450
+ "applied_update_accuracy": {
3451
+ "mean": 100.0,
3452
+ "sd": 0.0,
3453
+ "ci95_half_width": 0.0,
3454
+ "min": 100.0,
3455
+ "max": 100.0,
3456
+ "values": [
3457
+ 100.0,
3458
+ 100.0,
3459
+ 100.0
3460
+ ]
3461
+ },
3462
+ "closure_inertia_rate": {
3463
+ "mean": 0.0,
3464
+ "sd": 0.0,
3465
+ "ci95_half_width": 0.0,
3466
+ "min": 0.0,
3467
+ "max": 0.0,
3468
+ "values": [
3469
+ 0.0,
3470
+ 0.0,
3471
+ 0.0
3472
+ ]
3473
+ },
3474
+ "closure_retention_failure_rate": {
3475
+ "mean": 78.67,
3476
+ "sd": 4.16,
3477
+ "ci95_half_width": 10.34,
3478
+ "min": 74.0,
3479
+ "max": 82.0,
3480
+ "values": [
3481
+ 80.0,
3482
+ 82.0,
3483
+ 74.0
3484
+ ]
3485
+ },
3486
+ "anchoring_error_rate": {
3487
+ "mean": 1.78,
3488
+ "sd": 1.02,
3489
+ "ci95_half_width": 2.53,
3490
+ "min": 0.67,
3491
+ "max": 2.67,
3492
+ "values": [
3493
+ 0.67,
3494
+ 2.67,
3495
+ 2.0
3496
+ ]
3497
+ }
3498
+ },
3499
+ "turn_decision_consistency": {
3500
+ "n": 300,
3501
+ "consistent": 277,
3502
+ "rate": 92.33
3503
+ },
3504
+ "mean_parse_failures": 0.0,
3505
+ "mean_api_errors": 0.0
3506
+ }
3507
+ }
3508
+ }
results/reports/closurebench_llama_4_maverick_report.json ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_scored": 960,
3
+ "n_dataset": 960,
4
+ "coverage": 100.0,
5
+ "api_errors": 0,
6
+ "json_valid": {
7
+ "n": 46,
8
+ "rate": 4.79
9
+ },
10
+ "answer_parse": {
11
+ "n": 960,
12
+ "rate": 100.0
13
+ },
14
+ "overall_accuracy": {
15
+ "correct": 959,
16
+ "n": 960,
17
+ "accuracy": 99.9
18
+ },
19
+ "by_semantics": {
20
+ "cwa": {
21
+ "n": 320,
22
+ "correct": 319,
23
+ "accuracy": 99.69
24
+ },
25
+ "lcwa": {
26
+ "n": 320,
27
+ "correct": 320,
28
+ "accuracy": 100.0
29
+ },
30
+ "owa": {
31
+ "n": 320,
32
+ "correct": 320,
33
+ "accuracy": 100.0
34
+ }
35
+ },
36
+ "by_subset": {
37
+ "control_entailed": {
38
+ "n": 192,
39
+ "correct": 192,
40
+ "accuracy": 100.0
41
+ },
42
+ "control_explicit_negative": {
43
+ "n": 192,
44
+ "correct": 192,
45
+ "accuracy": 100.0
46
+ },
47
+ "core_contrastive": {
48
+ "n": 576,
49
+ "correct": 575,
50
+ "accuracy": 99.83
51
+ }
52
+ },
53
+ "by_family": {
54
+ "closed_derived_missing_antecedent": {
55
+ "n": 96,
56
+ "correct": 96,
57
+ "accuracy": 100.0
58
+ },
59
+ "closed_missing_direct": {
60
+ "n": 96,
61
+ "correct": 95,
62
+ "accuracy": 98.96
63
+ },
64
+ "closed_missing_with_open_distractor": {
65
+ "n": 96,
66
+ "correct": 96,
67
+ "accuracy": 100.0
68
+ },
69
+ "entailed_closed_conclusion": {
70
+ "n": 96,
71
+ "correct": 96,
72
+ "accuracy": 100.0
73
+ },
74
+ "entailed_open_conclusion": {
75
+ "n": 96,
76
+ "correct": 96,
77
+ "accuracy": 100.0
78
+ },
79
+ "explicit_negative_closed": {
80
+ "n": 96,
81
+ "correct": 96,
82
+ "accuracy": 100.0
83
+ },
84
+ "explicit_negative_open": {
85
+ "n": 96,
86
+ "correct": 96,
87
+ "accuracy": 100.0
88
+ },
89
+ "open_derived_missing_antecedent": {
90
+ "n": 96,
91
+ "correct": 96,
92
+ "accuracy": 100.0
93
+ },
94
+ "open_missing_direct": {
95
+ "n": 96,
96
+ "correct": 96,
97
+ "accuracy": 100.0
98
+ },
99
+ "open_missing_with_closed_distractor": {
100
+ "n": 96,
101
+ "correct": 96,
102
+ "accuracy": 100.0
103
+ }
104
+ },
105
+ "by_family_and_semantics": {
106
+ "closed_derived_missing_antecedent": {
107
+ "cwa": {
108
+ "n": 32,
109
+ "correct": 32,
110
+ "accuracy": 100.0
111
+ },
112
+ "lcwa": {
113
+ "n": 32,
114
+ "correct": 32,
115
+ "accuracy": 100.0
116
+ },
117
+ "owa": {
118
+ "n": 32,
119
+ "correct": 32,
120
+ "accuracy": 100.0
121
+ }
122
+ },
123
+ "closed_missing_direct": {
124
+ "cwa": {
125
+ "n": 32,
126
+ "correct": 31,
127
+ "accuracy": 96.88
128
+ },
129
+ "lcwa": {
130
+ "n": 32,
131
+ "correct": 32,
132
+ "accuracy": 100.0
133
+ },
134
+ "owa": {
135
+ "n": 32,
136
+ "correct": 32,
137
+ "accuracy": 100.0
138
+ }
139
+ },
140
+ "closed_missing_with_open_distractor": {
141
+ "cwa": {
142
+ "n": 32,
143
+ "correct": 32,
144
+ "accuracy": 100.0
145
+ },
146
+ "lcwa": {
147
+ "n": 32,
148
+ "correct": 32,
149
+ "accuracy": 100.0
150
+ },
151
+ "owa": {
152
+ "n": 32,
153
+ "correct": 32,
154
+ "accuracy": 100.0
155
+ }
156
+ },
157
+ "entailed_closed_conclusion": {
158
+ "cwa": {
159
+ "n": 32,
160
+ "correct": 32,
161
+ "accuracy": 100.0
162
+ },
163
+ "lcwa": {
164
+ "n": 32,
165
+ "correct": 32,
166
+ "accuracy": 100.0
167
+ },
168
+ "owa": {
169
+ "n": 32,
170
+ "correct": 32,
171
+ "accuracy": 100.0
172
+ }
173
+ },
174
+ "entailed_open_conclusion": {
175
+ "cwa": {
176
+ "n": 32,
177
+ "correct": 32,
178
+ "accuracy": 100.0
179
+ },
180
+ "lcwa": {
181
+ "n": 32,
182
+ "correct": 32,
183
+ "accuracy": 100.0
184
+ },
185
+ "owa": {
186
+ "n": 32,
187
+ "correct": 32,
188
+ "accuracy": 100.0
189
+ }
190
+ },
191
+ "explicit_negative_closed": {
192
+ "cwa": {
193
+ "n": 32,
194
+ "correct": 32,
195
+ "accuracy": 100.0
196
+ },
197
+ "lcwa": {
198
+ "n": 32,
199
+ "correct": 32,
200
+ "accuracy": 100.0
201
+ },
202
+ "owa": {
203
+ "n": 32,
204
+ "correct": 32,
205
+ "accuracy": 100.0
206
+ }
207
+ },
208
+ "explicit_negative_open": {
209
+ "cwa": {
210
+ "n": 32,
211
+ "correct": 32,
212
+ "accuracy": 100.0
213
+ },
214
+ "lcwa": {
215
+ "n": 32,
216
+ "correct": 32,
217
+ "accuracy": 100.0
218
+ },
219
+ "owa": {
220
+ "n": 32,
221
+ "correct": 32,
222
+ "accuracy": 100.0
223
+ }
224
+ },
225
+ "open_derived_missing_antecedent": {
226
+ "cwa": {
227
+ "n": 32,
228
+ "correct": 32,
229
+ "accuracy": 100.0
230
+ },
231
+ "lcwa": {
232
+ "n": 32,
233
+ "correct": 32,
234
+ "accuracy": 100.0
235
+ },
236
+ "owa": {
237
+ "n": 32,
238
+ "correct": 32,
239
+ "accuracy": 100.0
240
+ }
241
+ },
242
+ "open_missing_direct": {
243
+ "cwa": {
244
+ "n": 32,
245
+ "correct": 32,
246
+ "accuracy": 100.0
247
+ },
248
+ "lcwa": {
249
+ "n": 32,
250
+ "correct": 32,
251
+ "accuracy": 100.0
252
+ },
253
+ "owa": {
254
+ "n": 32,
255
+ "correct": 32,
256
+ "accuracy": 100.0
257
+ }
258
+ },
259
+ "open_missing_with_closed_distractor": {
260
+ "cwa": {
261
+ "n": 32,
262
+ "correct": 32,
263
+ "accuracy": 100.0
264
+ },
265
+ "lcwa": {
266
+ "n": 32,
267
+ "correct": 32,
268
+ "accuracy": 100.0
269
+ },
270
+ "owa": {
271
+ "n": 32,
272
+ "correct": 32,
273
+ "accuracy": 100.0
274
+ }
275
+ }
276
+ },
277
+ "by_gold_answer": {
278
+ "false": {
279
+ "n": 480,
280
+ "correct": 479,
281
+ "accuracy": 99.79
282
+ },
283
+ "true": {
284
+ "n": 192,
285
+ "correct": 192,
286
+ "accuracy": 100.0
287
+ },
288
+ "unknown": {
289
+ "n": 288,
290
+ "correct": 288,
291
+ "accuracy": 100.0
292
+ }
293
+ },
294
+ "by_gold_reason_type": {
295
+ "entailed_by_fact_or_rule": {
296
+ "n": 192,
297
+ "correct": 192,
298
+ "accuracy": 100.0
299
+ },
300
+ "explicit_negative_fact": {
301
+ "n": 192,
302
+ "correct": 192,
303
+ "accuracy": 100.0
304
+ },
305
+ "global_closed_world_underivable": {
306
+ "n": 192,
307
+ "correct": 191,
308
+ "accuracy": 99.48
309
+ },
310
+ "local_closed_world_underivable": {
311
+ "n": 96,
312
+ "correct": 96,
313
+ "accuracy": 100.0
314
+ },
315
+ "local_open_world_underivable": {
316
+ "n": 96,
317
+ "correct": 96,
318
+ "accuracy": 100.0
319
+ },
320
+ "open_world_underivable": {
321
+ "n": 192,
322
+ "correct": 192,
323
+ "accuracy": 100.0
324
+ }
325
+ },
326
+ "semantic_switch_accuracy": {
327
+ "complete_base_groups": 320,
328
+ "correct_groups": 319,
329
+ "accuracy": 99.69
330
+ },
331
+ "core_contrastive_switch_accuracy": {
332
+ "complete_base_groups": 192,
333
+ "correct_groups": 191,
334
+ "accuracy": 99.48
335
+ },
336
+ "unknown_accuracy": {
337
+ "correct": 288,
338
+ "n": 288,
339
+ "accuracy": 100.0
340
+ },
341
+ "false_accuracy": {
342
+ "correct": 479,
343
+ "n": 480,
344
+ "accuracy": 99.79
345
+ },
346
+ "true_accuracy": {
347
+ "correct": 192,
348
+ "n": 192,
349
+ "accuracy": 100.0
350
+ },
351
+ "lcwa_open_scope_accuracy": {
352
+ "correct": 96,
353
+ "n": 96,
354
+ "accuracy": 100.0
355
+ },
356
+ "lcwa_closed_scope_accuracy": {
357
+ "correct": 96,
358
+ "n": 96,
359
+ "accuracy": 100.0
360
+ },
361
+ "semantic_bias_index": {
362
+ "owa_unknown_predicted_false_rate": 0.0,
363
+ "lcwa_open_predicted_false_rate": 0.0,
364
+ "lcwa_closed_predicted_unknown_rate": 0.0
365
+ },
366
+ "error_types": {
367
+ "correct": 959,
368
+ "open_world_bias": 1
369
+ },
370
+ "baselines": {
371
+ "always_cwa": {
372
+ "correct": 672,
373
+ "accuracy": 70.0,
374
+ "n": 960
375
+ },
376
+ "always_owa": {
377
+ "correct": 672,
378
+ "accuracy": 70.0,
379
+ "n": 960
380
+ },
381
+ "ignore_lcwa": {
382
+ "correct": 864,
383
+ "accuracy": 90.0,
384
+ "n": 960
385
+ }
386
+ },
387
+ "models": [
388
+ "meta-llama/llama-4-maverick"
389
+ ]
390
+ }
results/reports/closurebench_llama_4_scout_report.json ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_scored": 960,
3
+ "n_dataset": 960,
4
+ "coverage": 100.0,
5
+ "api_errors": 0,
6
+ "json_valid": {
7
+ "n": 882,
8
+ "rate": 91.88
9
+ },
10
+ "answer_parse": {
11
+ "n": 960,
12
+ "rate": 100.0
13
+ },
14
+ "overall_accuracy": {
15
+ "correct": 683,
16
+ "n": 960,
17
+ "accuracy": 71.15
18
+ },
19
+ "by_semantics": {
20
+ "cwa": {
21
+ "n": 320,
22
+ "correct": 221,
23
+ "accuracy": 69.06
24
+ },
25
+ "lcwa": {
26
+ "n": 320,
27
+ "correct": 185,
28
+ "accuracy": 57.81
29
+ },
30
+ "owa": {
31
+ "n": 320,
32
+ "correct": 277,
33
+ "accuracy": 86.56
34
+ }
35
+ },
36
+ "by_subset": {
37
+ "control_entailed": {
38
+ "n": 192,
39
+ "correct": 192,
40
+ "accuracy": 100.0
41
+ },
42
+ "control_explicit_negative": {
43
+ "n": 192,
44
+ "correct": 192,
45
+ "accuracy": 100.0
46
+ },
47
+ "core_contrastive": {
48
+ "n": 576,
49
+ "correct": 299,
50
+ "accuracy": 51.91
51
+ }
52
+ },
53
+ "by_family": {
54
+ "closed_derived_missing_antecedent": {
55
+ "n": 96,
56
+ "correct": 43,
57
+ "accuracy": 44.79
58
+ },
59
+ "closed_missing_direct": {
60
+ "n": 96,
61
+ "correct": 33,
62
+ "accuracy": 34.38
63
+ },
64
+ "closed_missing_with_open_distractor": {
65
+ "n": 96,
66
+ "correct": 36,
67
+ "accuracy": 37.5
68
+ },
69
+ "entailed_closed_conclusion": {
70
+ "n": 96,
71
+ "correct": 96,
72
+ "accuracy": 100.0
73
+ },
74
+ "entailed_open_conclusion": {
75
+ "n": 96,
76
+ "correct": 96,
77
+ "accuracy": 100.0
78
+ },
79
+ "explicit_negative_closed": {
80
+ "n": 96,
81
+ "correct": 96,
82
+ "accuracy": 100.0
83
+ },
84
+ "explicit_negative_open": {
85
+ "n": 96,
86
+ "correct": 96,
87
+ "accuracy": 100.0
88
+ },
89
+ "open_derived_missing_antecedent": {
90
+ "n": 96,
91
+ "correct": 37,
92
+ "accuracy": 38.54
93
+ },
94
+ "open_missing_direct": {
95
+ "n": 96,
96
+ "correct": 65,
97
+ "accuracy": 67.71
98
+ },
99
+ "open_missing_with_closed_distractor": {
100
+ "n": 96,
101
+ "correct": 85,
102
+ "accuracy": 88.54
103
+ }
104
+ },
105
+ "by_family_and_semantics": {
106
+ "closed_derived_missing_antecedent": {
107
+ "cwa": {
108
+ "n": 32,
109
+ "correct": 10,
110
+ "accuracy": 31.25
111
+ },
112
+ "lcwa": {
113
+ "n": 32,
114
+ "correct": 1,
115
+ "accuracy": 3.12
116
+ },
117
+ "owa": {
118
+ "n": 32,
119
+ "correct": 32,
120
+ "accuracy": 100.0
121
+ }
122
+ },
123
+ "closed_missing_direct": {
124
+ "cwa": {
125
+ "n": 32,
126
+ "correct": 0,
127
+ "accuracy": 0.0
128
+ },
129
+ "lcwa": {
130
+ "n": 32,
131
+ "correct": 1,
132
+ "accuracy": 3.12
133
+ },
134
+ "owa": {
135
+ "n": 32,
136
+ "correct": 32,
137
+ "accuracy": 100.0
138
+ }
139
+ },
140
+ "closed_missing_with_open_distractor": {
141
+ "cwa": {
142
+ "n": 32,
143
+ "correct": 3,
144
+ "accuracy": 9.38
145
+ },
146
+ "lcwa": {
147
+ "n": 32,
148
+ "correct": 1,
149
+ "accuracy": 3.12
150
+ },
151
+ "owa": {
152
+ "n": 32,
153
+ "correct": 32,
154
+ "accuracy": 100.0
155
+ }
156
+ },
157
+ "entailed_closed_conclusion": {
158
+ "cwa": {
159
+ "n": 32,
160
+ "correct": 32,
161
+ "accuracy": 100.0
162
+ },
163
+ "lcwa": {
164
+ "n": 32,
165
+ "correct": 32,
166
+ "accuracy": 100.0
167
+ },
168
+ "owa": {
169
+ "n": 32,
170
+ "correct": 32,
171
+ "accuracy": 100.0
172
+ }
173
+ },
174
+ "entailed_open_conclusion": {
175
+ "cwa": {
176
+ "n": 32,
177
+ "correct": 32,
178
+ "accuracy": 100.0
179
+ },
180
+ "lcwa": {
181
+ "n": 32,
182
+ "correct": 32,
183
+ "accuracy": 100.0
184
+ },
185
+ "owa": {
186
+ "n": 32,
187
+ "correct": 32,
188
+ "accuracy": 100.0
189
+ }
190
+ },
191
+ "explicit_negative_closed": {
192
+ "cwa": {
193
+ "n": 32,
194
+ "correct": 32,
195
+ "accuracy": 100.0
196
+ },
197
+ "lcwa": {
198
+ "n": 32,
199
+ "correct": 32,
200
+ "accuracy": 100.0
201
+ },
202
+ "owa": {
203
+ "n": 32,
204
+ "correct": 32,
205
+ "accuracy": 100.0
206
+ }
207
+ },
208
+ "explicit_negative_open": {
209
+ "cwa": {
210
+ "n": 32,
211
+ "correct": 32,
212
+ "accuracy": 100.0
213
+ },
214
+ "lcwa": {
215
+ "n": 32,
216
+ "correct": 32,
217
+ "accuracy": 100.0
218
+ },
219
+ "owa": {
220
+ "n": 32,
221
+ "correct": 32,
222
+ "accuracy": 100.0
223
+ }
224
+ },
225
+ "open_derived_missing_antecedent": {
226
+ "cwa": {
227
+ "n": 32,
228
+ "correct": 31,
229
+ "accuracy": 96.88
230
+ },
231
+ "lcwa": {
232
+ "n": 32,
233
+ "correct": 2,
234
+ "accuracy": 6.25
235
+ },
236
+ "owa": {
237
+ "n": 32,
238
+ "correct": 4,
239
+ "accuracy": 12.5
240
+ }
241
+ },
242
+ "open_missing_direct": {
243
+ "cwa": {
244
+ "n": 32,
245
+ "correct": 28,
246
+ "accuracy": 87.5
247
+ },
248
+ "lcwa": {
249
+ "n": 32,
250
+ "correct": 20,
251
+ "accuracy": 62.5
252
+ },
253
+ "owa": {
254
+ "n": 32,
255
+ "correct": 17,
256
+ "accuracy": 53.12
257
+ }
258
+ },
259
+ "open_missing_with_closed_distractor": {
260
+ "cwa": {
261
+ "n": 32,
262
+ "correct": 21,
263
+ "accuracy": 65.62
264
+ },
265
+ "lcwa": {
266
+ "n": 32,
267
+ "correct": 32,
268
+ "accuracy": 100.0
269
+ },
270
+ "owa": {
271
+ "n": 32,
272
+ "correct": 32,
273
+ "accuracy": 100.0
274
+ }
275
+ }
276
+ },
277
+ "by_gold_answer": {
278
+ "false": {
279
+ "n": 480,
280
+ "correct": 288,
281
+ "accuracy": 60.0
282
+ },
283
+ "true": {
284
+ "n": 192,
285
+ "correct": 192,
286
+ "accuracy": 100.0
287
+ },
288
+ "unknown": {
289
+ "n": 288,
290
+ "correct": 203,
291
+ "accuracy": 70.49
292
+ }
293
+ },
294
+ "by_gold_reason_type": {
295
+ "entailed_by_fact_or_rule": {
296
+ "n": 192,
297
+ "correct": 192,
298
+ "accuracy": 100.0
299
+ },
300
+ "explicit_negative_fact": {
301
+ "n": 192,
302
+ "correct": 192,
303
+ "accuracy": 100.0
304
+ },
305
+ "global_closed_world_underivable": {
306
+ "n": 192,
307
+ "correct": 93,
308
+ "accuracy": 48.44
309
+ },
310
+ "local_closed_world_underivable": {
311
+ "n": 96,
312
+ "correct": 3,
313
+ "accuracy": 3.12
314
+ },
315
+ "local_open_world_underivable": {
316
+ "n": 96,
317
+ "correct": 54,
318
+ "accuracy": 56.25
319
+ },
320
+ "open_world_underivable": {
321
+ "n": 192,
322
+ "correct": 149,
323
+ "accuracy": 77.6
324
+ }
325
+ },
326
+ "semantic_switch_accuracy": {
327
+ "complete_base_groups": 320,
328
+ "correct_groups": 163,
329
+ "accuracy": 50.94
330
+ },
331
+ "core_contrastive_switch_accuracy": {
332
+ "complete_base_groups": 192,
333
+ "correct_groups": 35,
334
+ "accuracy": 18.23
335
+ },
336
+ "unknown_accuracy": {
337
+ "correct": 203,
338
+ "n": 288,
339
+ "accuracy": 70.49
340
+ },
341
+ "false_accuracy": {
342
+ "correct": 288,
343
+ "n": 480,
344
+ "accuracy": 60.0
345
+ },
346
+ "true_accuracy": {
347
+ "correct": 192,
348
+ "n": 192,
349
+ "accuracy": 100.0
350
+ },
351
+ "lcwa_open_scope_accuracy": {
352
+ "correct": 54,
353
+ "n": 96,
354
+ "accuracy": 56.25
355
+ },
356
+ "lcwa_closed_scope_accuracy": {
357
+ "correct": 3,
358
+ "n": 96,
359
+ "accuracy": 3.12
360
+ },
361
+ "semantic_bias_index": {
362
+ "owa_unknown_predicted_false_rate": 22.4,
363
+ "lcwa_open_predicted_false_rate": 43.75,
364
+ "lcwa_closed_predicted_unknown_rate": 93.75
365
+ },
366
+ "error_types": {
367
+ "correct": 683,
368
+ "open_world_bias": 99,
369
+ "missed_local_closure": 90,
370
+ "closure_scope_error_false_for_open_predicate": 42,
371
+ "closed_world_bias": 43,
372
+ "hallucinated_true": 3
373
+ },
374
+ "baselines": {
375
+ "always_cwa": {
376
+ "correct": 672,
377
+ "accuracy": 70.0,
378
+ "n": 960
379
+ },
380
+ "always_owa": {
381
+ "correct": 672,
382
+ "accuracy": 70.0,
383
+ "n": 960
384
+ },
385
+ "ignore_lcwa": {
386
+ "correct": 864,
387
+ "accuracy": 90.0,
388
+ "n": 960
389
+ }
390
+ },
391
+ "models": [
392
+ "meta-llama/llama-4-scout"
393
+ ]
394
+ }
results/reports/closurebench_mistral_medium_3_5_report.json ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_scored": 960,
3
+ "n_dataset": 960,
4
+ "coverage": 100.0,
5
+ "api_errors": 0,
6
+ "json_valid": {
7
+ "n": 958,
8
+ "rate": 99.79
9
+ },
10
+ "answer_parse": {
11
+ "n": 960,
12
+ "rate": 100.0
13
+ },
14
+ "overall_accuracy": {
15
+ "correct": 922,
16
+ "n": 960,
17
+ "accuracy": 96.04
18
+ },
19
+ "by_semantics": {
20
+ "cwa": {
21
+ "n": 320,
22
+ "correct": 318,
23
+ "accuracy": 99.38
24
+ },
25
+ "lcwa": {
26
+ "n": 320,
27
+ "correct": 284,
28
+ "accuracy": 88.75
29
+ },
30
+ "owa": {
31
+ "n": 320,
32
+ "correct": 320,
33
+ "accuracy": 100.0
34
+ }
35
+ },
36
+ "by_subset": {
37
+ "control_entailed": {
38
+ "n": 192,
39
+ "correct": 192,
40
+ "accuracy": 100.0
41
+ },
42
+ "control_explicit_negative": {
43
+ "n": 192,
44
+ "correct": 192,
45
+ "accuracy": 100.0
46
+ },
47
+ "core_contrastive": {
48
+ "n": 576,
49
+ "correct": 538,
50
+ "accuracy": 93.4
51
+ }
52
+ },
53
+ "by_family": {
54
+ "closed_derived_missing_antecedent": {
55
+ "n": 96,
56
+ "correct": 68,
57
+ "accuracy": 70.83
58
+ },
59
+ "closed_missing_direct": {
60
+ "n": 96,
61
+ "correct": 91,
62
+ "accuracy": 94.79
63
+ },
64
+ "closed_missing_with_open_distractor": {
65
+ "n": 96,
66
+ "correct": 91,
67
+ "accuracy": 94.79
68
+ },
69
+ "entailed_closed_conclusion": {
70
+ "n": 96,
71
+ "correct": 96,
72
+ "accuracy": 100.0
73
+ },
74
+ "entailed_open_conclusion": {
75
+ "n": 96,
76
+ "correct": 96,
77
+ "accuracy": 100.0
78
+ },
79
+ "explicit_negative_closed": {
80
+ "n": 96,
81
+ "correct": 96,
82
+ "accuracy": 100.0
83
+ },
84
+ "explicit_negative_open": {
85
+ "n": 96,
86
+ "correct": 96,
87
+ "accuracy": 100.0
88
+ },
89
+ "open_derived_missing_antecedent": {
90
+ "n": 96,
91
+ "correct": 96,
92
+ "accuracy": 100.0
93
+ },
94
+ "open_missing_direct": {
95
+ "n": 96,
96
+ "correct": 96,
97
+ "accuracy": 100.0
98
+ },
99
+ "open_missing_with_closed_distractor": {
100
+ "n": 96,
101
+ "correct": 96,
102
+ "accuracy": 100.0
103
+ }
104
+ },
105
+ "by_family_and_semantics": {
106
+ "closed_derived_missing_antecedent": {
107
+ "cwa": {
108
+ "n": 32,
109
+ "correct": 30,
110
+ "accuracy": 93.75
111
+ },
112
+ "lcwa": {
113
+ "n": 32,
114
+ "correct": 6,
115
+ "accuracy": 18.75
116
+ },
117
+ "owa": {
118
+ "n": 32,
119
+ "correct": 32,
120
+ "accuracy": 100.0
121
+ }
122
+ },
123
+ "closed_missing_direct": {
124
+ "cwa": {
125
+ "n": 32,
126
+ "correct": 32,
127
+ "accuracy": 100.0
128
+ },
129
+ "lcwa": {
130
+ "n": 32,
131
+ "correct": 27,
132
+ "accuracy": 84.38
133
+ },
134
+ "owa": {
135
+ "n": 32,
136
+ "correct": 32,
137
+ "accuracy": 100.0
138
+ }
139
+ },
140
+ "closed_missing_with_open_distractor": {
141
+ "cwa": {
142
+ "n": 32,
143
+ "correct": 32,
144
+ "accuracy": 100.0
145
+ },
146
+ "lcwa": {
147
+ "n": 32,
148
+ "correct": 27,
149
+ "accuracy": 84.38
150
+ },
151
+ "owa": {
152
+ "n": 32,
153
+ "correct": 32,
154
+ "accuracy": 100.0
155
+ }
156
+ },
157
+ "entailed_closed_conclusion": {
158
+ "cwa": {
159
+ "n": 32,
160
+ "correct": 32,
161
+ "accuracy": 100.0
162
+ },
163
+ "lcwa": {
164
+ "n": 32,
165
+ "correct": 32,
166
+ "accuracy": 100.0
167
+ },
168
+ "owa": {
169
+ "n": 32,
170
+ "correct": 32,
171
+ "accuracy": 100.0
172
+ }
173
+ },
174
+ "entailed_open_conclusion": {
175
+ "cwa": {
176
+ "n": 32,
177
+ "correct": 32,
178
+ "accuracy": 100.0
179
+ },
180
+ "lcwa": {
181
+ "n": 32,
182
+ "correct": 32,
183
+ "accuracy": 100.0
184
+ },
185
+ "owa": {
186
+ "n": 32,
187
+ "correct": 32,
188
+ "accuracy": 100.0
189
+ }
190
+ },
191
+ "explicit_negative_closed": {
192
+ "cwa": {
193
+ "n": 32,
194
+ "correct": 32,
195
+ "accuracy": 100.0
196
+ },
197
+ "lcwa": {
198
+ "n": 32,
199
+ "correct": 32,
200
+ "accuracy": 100.0
201
+ },
202
+ "owa": {
203
+ "n": 32,
204
+ "correct": 32,
205
+ "accuracy": 100.0
206
+ }
207
+ },
208
+ "explicit_negative_open": {
209
+ "cwa": {
210
+ "n": 32,
211
+ "correct": 32,
212
+ "accuracy": 100.0
213
+ },
214
+ "lcwa": {
215
+ "n": 32,
216
+ "correct": 32,
217
+ "accuracy": 100.0
218
+ },
219
+ "owa": {
220
+ "n": 32,
221
+ "correct": 32,
222
+ "accuracy": 100.0
223
+ }
224
+ },
225
+ "open_derived_missing_antecedent": {
226
+ "cwa": {
227
+ "n": 32,
228
+ "correct": 32,
229
+ "accuracy": 100.0
230
+ },
231
+ "lcwa": {
232
+ "n": 32,
233
+ "correct": 32,
234
+ "accuracy": 100.0
235
+ },
236
+ "owa": {
237
+ "n": 32,
238
+ "correct": 32,
239
+ "accuracy": 100.0
240
+ }
241
+ },
242
+ "open_missing_direct": {
243
+ "cwa": {
244
+ "n": 32,
245
+ "correct": 32,
246
+ "accuracy": 100.0
247
+ },
248
+ "lcwa": {
249
+ "n": 32,
250
+ "correct": 32,
251
+ "accuracy": 100.0
252
+ },
253
+ "owa": {
254
+ "n": 32,
255
+ "correct": 32,
256
+ "accuracy": 100.0
257
+ }
258
+ },
259
+ "open_missing_with_closed_distractor": {
260
+ "cwa": {
261
+ "n": 32,
262
+ "correct": 32,
263
+ "accuracy": 100.0
264
+ },
265
+ "lcwa": {
266
+ "n": 32,
267
+ "correct": 32,
268
+ "accuracy": 100.0
269
+ },
270
+ "owa": {
271
+ "n": 32,
272
+ "correct": 32,
273
+ "accuracy": 100.0
274
+ }
275
+ }
276
+ },
277
+ "by_gold_answer": {
278
+ "false": {
279
+ "n": 480,
280
+ "correct": 442,
281
+ "accuracy": 92.08
282
+ },
283
+ "true": {
284
+ "n": 192,
285
+ "correct": 192,
286
+ "accuracy": 100.0
287
+ },
288
+ "unknown": {
289
+ "n": 288,
290
+ "correct": 288,
291
+ "accuracy": 100.0
292
+ }
293
+ },
294
+ "by_gold_reason_type": {
295
+ "entailed_by_fact_or_rule": {
296
+ "n": 192,
297
+ "correct": 192,
298
+ "accuracy": 100.0
299
+ },
300
+ "explicit_negative_fact": {
301
+ "n": 192,
302
+ "correct": 192,
303
+ "accuracy": 100.0
304
+ },
305
+ "global_closed_world_underivable": {
306
+ "n": 192,
307
+ "correct": 190,
308
+ "accuracy": 98.96
309
+ },
310
+ "local_closed_world_underivable": {
311
+ "n": 96,
312
+ "correct": 60,
313
+ "accuracy": 62.5
314
+ },
315
+ "local_open_world_underivable": {
316
+ "n": 96,
317
+ "correct": 96,
318
+ "accuracy": 100.0
319
+ },
320
+ "open_world_underivable": {
321
+ "n": 192,
322
+ "correct": 192,
323
+ "accuracy": 100.0
324
+ }
325
+ },
326
+ "semantic_switch_accuracy": {
327
+ "complete_base_groups": 320,
328
+ "correct_groups": 284,
329
+ "accuracy": 88.75
330
+ },
331
+ "core_contrastive_switch_accuracy": {
332
+ "complete_base_groups": 192,
333
+ "correct_groups": 156,
334
+ "accuracy": 81.25
335
+ },
336
+ "unknown_accuracy": {
337
+ "correct": 288,
338
+ "n": 288,
339
+ "accuracy": 100.0
340
+ },
341
+ "false_accuracy": {
342
+ "correct": 442,
343
+ "n": 480,
344
+ "accuracy": 92.08
345
+ },
346
+ "true_accuracy": {
347
+ "correct": 192,
348
+ "n": 192,
349
+ "accuracy": 100.0
350
+ },
351
+ "lcwa_open_scope_accuracy": {
352
+ "correct": 96,
353
+ "n": 96,
354
+ "accuracy": 100.0
355
+ },
356
+ "lcwa_closed_scope_accuracy": {
357
+ "correct": 60,
358
+ "n": 96,
359
+ "accuracy": 62.5
360
+ },
361
+ "semantic_bias_index": {
362
+ "owa_unknown_predicted_false_rate": 0.0,
363
+ "lcwa_open_predicted_false_rate": 0.0,
364
+ "lcwa_closed_predicted_unknown_rate": 37.5
365
+ },
366
+ "error_types": {
367
+ "correct": 922,
368
+ "missed_local_closure": 36,
369
+ "open_world_bias": 2
370
+ },
371
+ "baselines": {
372
+ "always_cwa": {
373
+ "correct": 672,
374
+ "accuracy": 70.0,
375
+ "n": 960
376
+ },
377
+ "always_owa": {
378
+ "correct": 672,
379
+ "accuracy": 70.0,
380
+ "n": 960
381
+ },
382
+ "ignore_lcwa": {
383
+ "correct": 864,
384
+ "accuracy": 90.0,
385
+ "n": 960
386
+ }
387
+ },
388
+ "models": [
389
+ "mistralai/mistral-medium-3-5"
390
+ ]
391
+ }
results/reports/closurebench_mistral_small_2603_report.json ADDED
@@ -0,0 +1,393 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_scored": 960,
3
+ "n_dataset": 960,
4
+ "coverage": 100.0,
5
+ "api_errors": 0,
6
+ "json_valid": {
7
+ "n": 960,
8
+ "rate": 100.0
9
+ },
10
+ "answer_parse": {
11
+ "n": 960,
12
+ "rate": 100.0
13
+ },
14
+ "overall_accuracy": {
15
+ "correct": 774,
16
+ "n": 960,
17
+ "accuracy": 80.62
18
+ },
19
+ "by_semantics": {
20
+ "cwa": {
21
+ "n": 320,
22
+ "correct": 294,
23
+ "accuracy": 91.88
24
+ },
25
+ "lcwa": {
26
+ "n": 320,
27
+ "correct": 185,
28
+ "accuracy": 57.81
29
+ },
30
+ "owa": {
31
+ "n": 320,
32
+ "correct": 295,
33
+ "accuracy": 92.19
34
+ }
35
+ },
36
+ "by_subset": {
37
+ "control_entailed": {
38
+ "n": 192,
39
+ "correct": 192,
40
+ "accuracy": 100.0
41
+ },
42
+ "control_explicit_negative": {
43
+ "n": 192,
44
+ "correct": 190,
45
+ "accuracy": 98.96
46
+ },
47
+ "core_contrastive": {
48
+ "n": 576,
49
+ "correct": 392,
50
+ "accuracy": 68.06
51
+ }
52
+ },
53
+ "by_family": {
54
+ "closed_derived_missing_antecedent": {
55
+ "n": 96,
56
+ "correct": 72,
57
+ "accuracy": 75.0
58
+ },
59
+ "closed_missing_direct": {
60
+ "n": 96,
61
+ "correct": 64,
62
+ "accuracy": 66.67
63
+ },
64
+ "closed_missing_with_open_distractor": {
65
+ "n": 96,
66
+ "correct": 59,
67
+ "accuracy": 61.46
68
+ },
69
+ "entailed_closed_conclusion": {
70
+ "n": 96,
71
+ "correct": 96,
72
+ "accuracy": 100.0
73
+ },
74
+ "entailed_open_conclusion": {
75
+ "n": 96,
76
+ "correct": 96,
77
+ "accuracy": 100.0
78
+ },
79
+ "explicit_negative_closed": {
80
+ "n": 96,
81
+ "correct": 96,
82
+ "accuracy": 100.0
83
+ },
84
+ "explicit_negative_open": {
85
+ "n": 96,
86
+ "correct": 94,
87
+ "accuracy": 97.92
88
+ },
89
+ "open_derived_missing_antecedent": {
90
+ "n": 96,
91
+ "correct": 43,
92
+ "accuracy": 44.79
93
+ },
94
+ "open_missing_direct": {
95
+ "n": 96,
96
+ "correct": 82,
97
+ "accuracy": 85.42
98
+ },
99
+ "open_missing_with_closed_distractor": {
100
+ "n": 96,
101
+ "correct": 72,
102
+ "accuracy": 75.0
103
+ }
104
+ },
105
+ "by_family_and_semantics": {
106
+ "closed_derived_missing_antecedent": {
107
+ "cwa": {
108
+ "n": 32,
109
+ "correct": 31,
110
+ "accuracy": 96.88
111
+ },
112
+ "lcwa": {
113
+ "n": 32,
114
+ "correct": 11,
115
+ "accuracy": 34.38
116
+ },
117
+ "owa": {
118
+ "n": 32,
119
+ "correct": 30,
120
+ "accuracy": 93.75
121
+ }
122
+ },
123
+ "closed_missing_direct": {
124
+ "cwa": {
125
+ "n": 32,
126
+ "correct": 21,
127
+ "accuracy": 65.62
128
+ },
129
+ "lcwa": {
130
+ "n": 32,
131
+ "correct": 11,
132
+ "accuracy": 34.38
133
+ },
134
+ "owa": {
135
+ "n": 32,
136
+ "correct": 32,
137
+ "accuracy": 100.0
138
+ }
139
+ },
140
+ "closed_missing_with_open_distractor": {
141
+ "cwa": {
142
+ "n": 32,
143
+ "correct": 21,
144
+ "accuracy": 65.62
145
+ },
146
+ "lcwa": {
147
+ "n": 32,
148
+ "correct": 6,
149
+ "accuracy": 18.75
150
+ },
151
+ "owa": {
152
+ "n": 32,
153
+ "correct": 32,
154
+ "accuracy": 100.0
155
+ }
156
+ },
157
+ "entailed_closed_conclusion": {
158
+ "cwa": {
159
+ "n": 32,
160
+ "correct": 32,
161
+ "accuracy": 100.0
162
+ },
163
+ "lcwa": {
164
+ "n": 32,
165
+ "correct": 32,
166
+ "accuracy": 100.0
167
+ },
168
+ "owa": {
169
+ "n": 32,
170
+ "correct": 32,
171
+ "accuracy": 100.0
172
+ }
173
+ },
174
+ "entailed_open_conclusion": {
175
+ "cwa": {
176
+ "n": 32,
177
+ "correct": 32,
178
+ "accuracy": 100.0
179
+ },
180
+ "lcwa": {
181
+ "n": 32,
182
+ "correct": 32,
183
+ "accuracy": 100.0
184
+ },
185
+ "owa": {
186
+ "n": 32,
187
+ "correct": 32,
188
+ "accuracy": 100.0
189
+ }
190
+ },
191
+ "explicit_negative_closed": {
192
+ "cwa": {
193
+ "n": 32,
194
+ "correct": 32,
195
+ "accuracy": 100.0
196
+ },
197
+ "lcwa": {
198
+ "n": 32,
199
+ "correct": 32,
200
+ "accuracy": 100.0
201
+ },
202
+ "owa": {
203
+ "n": 32,
204
+ "correct": 32,
205
+ "accuracy": 100.0
206
+ }
207
+ },
208
+ "explicit_negative_open": {
209
+ "cwa": {
210
+ "n": 32,
211
+ "correct": 32,
212
+ "accuracy": 100.0
213
+ },
214
+ "lcwa": {
215
+ "n": 32,
216
+ "correct": 32,
217
+ "accuracy": 100.0
218
+ },
219
+ "owa": {
220
+ "n": 32,
221
+ "correct": 30,
222
+ "accuracy": 93.75
223
+ }
224
+ },
225
+ "open_derived_missing_antecedent": {
226
+ "cwa": {
227
+ "n": 32,
228
+ "correct": 31,
229
+ "accuracy": 96.88
230
+ },
231
+ "lcwa": {
232
+ "n": 32,
233
+ "correct": 1,
234
+ "accuracy": 3.12
235
+ },
236
+ "owa": {
237
+ "n": 32,
238
+ "correct": 11,
239
+ "accuracy": 34.38
240
+ }
241
+ },
242
+ "open_missing_direct": {
243
+ "cwa": {
244
+ "n": 32,
245
+ "correct": 30,
246
+ "accuracy": 93.75
247
+ },
248
+ "lcwa": {
249
+ "n": 32,
250
+ "correct": 20,
251
+ "accuracy": 62.5
252
+ },
253
+ "owa": {
254
+ "n": 32,
255
+ "correct": 32,
256
+ "accuracy": 100.0
257
+ }
258
+ },
259
+ "open_missing_with_closed_distractor": {
260
+ "cwa": {
261
+ "n": 32,
262
+ "correct": 32,
263
+ "accuracy": 100.0
264
+ },
265
+ "lcwa": {
266
+ "n": 32,
267
+ "correct": 8,
268
+ "accuracy": 25.0
269
+ },
270
+ "owa": {
271
+ "n": 32,
272
+ "correct": 32,
273
+ "accuracy": 100.0
274
+ }
275
+ }
276
+ },
277
+ "by_gold_answer": {
278
+ "false": {
279
+ "n": 480,
280
+ "correct": 384,
281
+ "accuracy": 80.0
282
+ },
283
+ "true": {
284
+ "n": 192,
285
+ "correct": 192,
286
+ "accuracy": 100.0
287
+ },
288
+ "unknown": {
289
+ "n": 288,
290
+ "correct": 198,
291
+ "accuracy": 68.75
292
+ }
293
+ },
294
+ "by_gold_reason_type": {
295
+ "entailed_by_fact_or_rule": {
296
+ "n": 192,
297
+ "correct": 192,
298
+ "accuracy": 100.0
299
+ },
300
+ "explicit_negative_fact": {
301
+ "n": 192,
302
+ "correct": 190,
303
+ "accuracy": 98.96
304
+ },
305
+ "global_closed_world_underivable": {
306
+ "n": 192,
307
+ "correct": 166,
308
+ "accuracy": 86.46
309
+ },
310
+ "local_closed_world_underivable": {
311
+ "n": 96,
312
+ "correct": 28,
313
+ "accuracy": 29.17
314
+ },
315
+ "local_open_world_underivable": {
316
+ "n": 96,
317
+ "correct": 29,
318
+ "accuracy": 30.21
319
+ },
320
+ "open_world_underivable": {
321
+ "n": 192,
322
+ "correct": 169,
323
+ "accuracy": 88.02
324
+ }
325
+ },
326
+ "semantic_switch_accuracy": {
327
+ "complete_base_groups": 320,
328
+ "correct_groups": 179,
329
+ "accuracy": 55.94
330
+ },
331
+ "core_contrastive_switch_accuracy": {
332
+ "complete_base_groups": 192,
333
+ "correct_groups": 53,
334
+ "accuracy": 27.6
335
+ },
336
+ "unknown_accuracy": {
337
+ "correct": 198,
338
+ "n": 288,
339
+ "accuracy": 68.75
340
+ },
341
+ "false_accuracy": {
342
+ "correct": 384,
343
+ "n": 480,
344
+ "accuracy": 80.0
345
+ },
346
+ "true_accuracy": {
347
+ "correct": 192,
348
+ "n": 192,
349
+ "accuracy": 100.0
350
+ },
351
+ "lcwa_open_scope_accuracy": {
352
+ "correct": 29,
353
+ "n": 96,
354
+ "accuracy": 30.21
355
+ },
356
+ "lcwa_closed_scope_accuracy": {
357
+ "correct": 28,
358
+ "n": 96,
359
+ "accuracy": 29.17
360
+ },
361
+ "semantic_bias_index": {
362
+ "owa_unknown_predicted_false_rate": 11.98,
363
+ "lcwa_open_predicted_false_rate": 69.79,
364
+ "lcwa_closed_predicted_unknown_rate": 70.83
365
+ },
366
+ "error_types": {
367
+ "correct": 774,
368
+ "open_world_bias": 28,
369
+ "closure_scope_error_false_for_open_predicate": 67,
370
+ "closed_world_bias": 23,
371
+ "missed_local_closure": 68
372
+ },
373
+ "baselines": {
374
+ "always_cwa": {
375
+ "correct": 672,
376
+ "accuracy": 70.0,
377
+ "n": 960
378
+ },
379
+ "always_owa": {
380
+ "correct": 672,
381
+ "accuracy": 70.0,
382
+ "n": 960
383
+ },
384
+ "ignore_lcwa": {
385
+ "correct": 864,
386
+ "accuracy": 90.0,
387
+ "n": 960
388
+ }
389
+ },
390
+ "models": [
391
+ "mistralai/mistral-small-2603"
392
+ ]
393
+ }
results/reports/closurebench_model_comparison.json ADDED
@@ -0,0 +1,336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "data/base/full.jsonl",
3
+ "n_dataset": 960,
4
+ "runs": {
5
+ "mistral-small": {
6
+ "n_scored": 960,
7
+ "n_dataset": 960,
8
+ "coverage": 100.0,
9
+ "models": [
10
+ "mistralai/mistral-small-2603"
11
+ ],
12
+ "api_errors": 0,
13
+ "parse_failures": 0,
14
+ "semantic_switch_accuracy": {
15
+ "correct": 179,
16
+ "n": 320,
17
+ "accuracy": 55.94
18
+ },
19
+ "core_contrastive_switch_accuracy": {
20
+ "correct": 53,
21
+ "n": 192,
22
+ "accuracy": 27.6
23
+ },
24
+ "lcwa_closed_scope_accuracy": {
25
+ "correct": 28,
26
+ "n": 96,
27
+ "accuracy": 29.17
28
+ },
29
+ "lcwa_open_scope_accuracy": {
30
+ "correct": 29,
31
+ "n": 96,
32
+ "accuracy": 30.21
33
+ },
34
+ "cwa_accuracy": {
35
+ "correct": 294,
36
+ "n": 320,
37
+ "accuracy": 91.88
38
+ },
39
+ "owa_accuracy": {
40
+ "correct": 295,
41
+ "n": 320,
42
+ "accuracy": 92.19
43
+ },
44
+ "false_accuracy": {
45
+ "correct": 384,
46
+ "n": 480,
47
+ "accuracy": 80.0
48
+ },
49
+ "unknown_accuracy": {
50
+ "correct": 198,
51
+ "n": 288,
52
+ "accuracy": 68.75
53
+ },
54
+ "overall_accuracy": {
55
+ "correct": 774,
56
+ "n": 960,
57
+ "accuracy": 80.62
58
+ }
59
+ },
60
+ "deepseek-flash": {
61
+ "n_scored": 960,
62
+ "n_dataset": 960,
63
+ "coverage": 100.0,
64
+ "models": [
65
+ "deepseek-v4-flash"
66
+ ],
67
+ "api_errors": 0,
68
+ "parse_failures": 0,
69
+ "semantic_switch_accuracy": {
70
+ "correct": 264,
71
+ "n": 320,
72
+ "accuracy": 82.5
73
+ },
74
+ "core_contrastive_switch_accuracy": {
75
+ "correct": 136,
76
+ "n": 192,
77
+ "accuracy": 70.83
78
+ },
79
+ "lcwa_closed_scope_accuracy": {
80
+ "correct": 48,
81
+ "n": 96,
82
+ "accuracy": 50.0
83
+ },
84
+ "lcwa_open_scope_accuracy": {
85
+ "correct": 96,
86
+ "n": 96,
87
+ "accuracy": 100.0
88
+ },
89
+ "cwa_accuracy": {
90
+ "correct": 280,
91
+ "n": 320,
92
+ "accuracy": 87.5
93
+ },
94
+ "owa_accuracy": {
95
+ "correct": 320,
96
+ "n": 320,
97
+ "accuracy": 100.0
98
+ },
99
+ "false_accuracy": {
100
+ "correct": 392,
101
+ "n": 480,
102
+ "accuracy": 81.67
103
+ },
104
+ "unknown_accuracy": {
105
+ "correct": 288,
106
+ "n": 288,
107
+ "accuracy": 100.0
108
+ },
109
+ "overall_accuracy": {
110
+ "correct": 872,
111
+ "n": 960,
112
+ "accuracy": 90.83
113
+ }
114
+ },
115
+ "deepseek-pro": {
116
+ "n_scored": 960,
117
+ "n_dataset": 960,
118
+ "coverage": 100.0,
119
+ "models": [
120
+ "deepseek-v4-pro"
121
+ ],
122
+ "api_errors": 0,
123
+ "parse_failures": 0,
124
+ "semantic_switch_accuracy": {
125
+ "correct": 276,
126
+ "n": 320,
127
+ "accuracy": 86.25
128
+ },
129
+ "core_contrastive_switch_accuracy": {
130
+ "correct": 148,
131
+ "n": 192,
132
+ "accuracy": 77.08
133
+ },
134
+ "lcwa_closed_scope_accuracy": {
135
+ "correct": 60,
136
+ "n": 96,
137
+ "accuracy": 62.5
138
+ },
139
+ "lcwa_open_scope_accuracy": {
140
+ "correct": 96,
141
+ "n": 96,
142
+ "accuracy": 100.0
143
+ },
144
+ "cwa_accuracy": {
145
+ "correct": 294,
146
+ "n": 320,
147
+ "accuracy": 91.88
148
+ },
149
+ "owa_accuracy": {
150
+ "correct": 320,
151
+ "n": 320,
152
+ "accuracy": 100.0
153
+ },
154
+ "false_accuracy": {
155
+ "correct": 418,
156
+ "n": 480,
157
+ "accuracy": 87.08
158
+ },
159
+ "unknown_accuracy": {
160
+ "correct": 288,
161
+ "n": 288,
162
+ "accuracy": 100.0
163
+ },
164
+ "overall_accuracy": {
165
+ "correct": 898,
166
+ "n": 960,
167
+ "accuracy": 93.54
168
+ }
169
+ },
170
+ "mistral-medium": {
171
+ "n_scored": 960,
172
+ "n_dataset": 960,
173
+ "coverage": 100.0,
174
+ "models": [
175
+ "mistralai/mistral-medium-3-5"
176
+ ],
177
+ "api_errors": 0,
178
+ "parse_failures": 0,
179
+ "semantic_switch_accuracy": {
180
+ "correct": 284,
181
+ "n": 320,
182
+ "accuracy": 88.75
183
+ },
184
+ "core_contrastive_switch_accuracy": {
185
+ "correct": 156,
186
+ "n": 192,
187
+ "accuracy": 81.25
188
+ },
189
+ "lcwa_closed_scope_accuracy": {
190
+ "correct": 60,
191
+ "n": 96,
192
+ "accuracy": 62.5
193
+ },
194
+ "lcwa_open_scope_accuracy": {
195
+ "correct": 96,
196
+ "n": 96,
197
+ "accuracy": 100.0
198
+ },
199
+ "cwa_accuracy": {
200
+ "correct": 318,
201
+ "n": 320,
202
+ "accuracy": 99.38
203
+ },
204
+ "owa_accuracy": {
205
+ "correct": 320,
206
+ "n": 320,
207
+ "accuracy": 100.0
208
+ },
209
+ "false_accuracy": {
210
+ "correct": 442,
211
+ "n": 480,
212
+ "accuracy": 92.08
213
+ },
214
+ "unknown_accuracy": {
215
+ "correct": 288,
216
+ "n": 288,
217
+ "accuracy": 100.0
218
+ },
219
+ "overall_accuracy": {
220
+ "correct": 922,
221
+ "n": 960,
222
+ "accuracy": 96.04
223
+ }
224
+ },
225
+ "llama-scout": {
226
+ "n_scored": 960,
227
+ "n_dataset": 960,
228
+ "coverage": 100.0,
229
+ "models": [
230
+ "meta-llama/llama-4-scout"
231
+ ],
232
+ "api_errors": 0,
233
+ "parse_failures": 0,
234
+ "semantic_switch_accuracy": {
235
+ "correct": 163,
236
+ "n": 320,
237
+ "accuracy": 50.94
238
+ },
239
+ "core_contrastive_switch_accuracy": {
240
+ "correct": 35,
241
+ "n": 192,
242
+ "accuracy": 18.23
243
+ },
244
+ "lcwa_closed_scope_accuracy": {
245
+ "correct": 3,
246
+ "n": 96,
247
+ "accuracy": 3.12
248
+ },
249
+ "lcwa_open_scope_accuracy": {
250
+ "correct": 54,
251
+ "n": 96,
252
+ "accuracy": 56.25
253
+ },
254
+ "cwa_accuracy": {
255
+ "correct": 221,
256
+ "n": 320,
257
+ "accuracy": 69.06
258
+ },
259
+ "owa_accuracy": {
260
+ "correct": 277,
261
+ "n": 320,
262
+ "accuracy": 86.56
263
+ },
264
+ "false_accuracy": {
265
+ "correct": 288,
266
+ "n": 480,
267
+ "accuracy": 60.0
268
+ },
269
+ "unknown_accuracy": {
270
+ "correct": 203,
271
+ "n": 288,
272
+ "accuracy": 70.49
273
+ },
274
+ "overall_accuracy": {
275
+ "correct": 683,
276
+ "n": 960,
277
+ "accuracy": 71.15
278
+ }
279
+ },
280
+ "llama-maverick": {
281
+ "n_scored": 960,
282
+ "n_dataset": 960,
283
+ "coverage": 100.0,
284
+ "models": [
285
+ "meta-llama/llama-4-maverick"
286
+ ],
287
+ "api_errors": 0,
288
+ "parse_failures": 0,
289
+ "semantic_switch_accuracy": {
290
+ "correct": 319,
291
+ "n": 320,
292
+ "accuracy": 99.69
293
+ },
294
+ "core_contrastive_switch_accuracy": {
295
+ "correct": 191,
296
+ "n": 192,
297
+ "accuracy": 99.48
298
+ },
299
+ "lcwa_closed_scope_accuracy": {
300
+ "correct": 96,
301
+ "n": 96,
302
+ "accuracy": 100.0
303
+ },
304
+ "lcwa_open_scope_accuracy": {
305
+ "correct": 96,
306
+ "n": 96,
307
+ "accuracy": 100.0
308
+ },
309
+ "cwa_accuracy": {
310
+ "correct": 319,
311
+ "n": 320,
312
+ "accuracy": 99.69
313
+ },
314
+ "owa_accuracy": {
315
+ "correct": 320,
316
+ "n": 320,
317
+ "accuracy": 100.0
318
+ },
319
+ "false_accuracy": {
320
+ "correct": 479,
321
+ "n": 480,
322
+ "accuracy": 99.79
323
+ },
324
+ "unknown_accuracy": {
325
+ "correct": 288,
326
+ "n": 288,
327
+ "accuracy": 100.0
328
+ },
329
+ "overall_accuracy": {
330
+ "correct": 959,
331
+ "n": 960,
332
+ "accuracy": 99.9
333
+ }
334
+ }
335
+ }
336
+ }
results/reports/closurebench_multi_agent_manifest.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "data/multi_agent/full.jsonl",
3
+ "dataset_size": 360,
4
+ "shards": 4,
5
+ "runs": [
6
+ {
7
+ "label": "mistral-small",
8
+ "model": "mistralai/mistral-small-2603",
9
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_mistral-small_scored.jsonl"
10
+ },
11
+ {
12
+ "label": "deepseek-flash",
13
+ "model": "deepseek-v4-flash",
14
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_deepseek-flash_scored.jsonl"
15
+ },
16
+ {
17
+ "label": "deepseek-pro",
18
+ "model": "deepseek-v4-pro",
19
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_deepseek-pro_scored.jsonl"
20
+ },
21
+ {
22
+ "label": "mistral-medium",
23
+ "model": "mistralai/mistral-medium-3-5",
24
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_mistral-medium_scored.jsonl"
25
+ },
26
+ {
27
+ "label": "llama-scout",
28
+ "model": "meta-llama/llama-4-scout",
29
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_llama-scout_scored.jsonl"
30
+ },
31
+ {
32
+ "label": "llama-maverick",
33
+ "model": "meta-llama/llama-4-maverick",
34
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_llama-maverick_scored.jsonl"
35
+ }
36
+ ]
37
+ }
results/reports/closurebench_multi_agent_replicate_manifest.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "data/multi_agent/full.jsonl",
3
+ "dataset_size": 360,
4
+ "repeats": 3,
5
+ "shards": 4,
6
+ "temperature": 0.0,
7
+ "runs": [
8
+ {
9
+ "label": "mistral-small",
10
+ "model": "mistralai/mistral-small-2603",
11
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_mistral-small_scored.jsonl",
12
+ "repeat": 1,
13
+ "temperature": 0.0
14
+ },
15
+ {
16
+ "label": "mistral-small",
17
+ "model": "mistralai/mistral-small-2603",
18
+ "repeat": 2,
19
+ "temperature": 0.0,
20
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_mistral-small_repeat_2_scored.jsonl"
21
+ },
22
+ {
23
+ "label": "mistral-small",
24
+ "model": "mistralai/mistral-small-2603",
25
+ "repeat": 3,
26
+ "temperature": 0.0,
27
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_mistral-small_repeat_3_scored.jsonl"
28
+ },
29
+ {
30
+ "label": "deepseek-flash",
31
+ "model": "deepseek-v4-flash",
32
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_deepseek-flash_scored.jsonl",
33
+ "repeat": 1,
34
+ "temperature": 0.0
35
+ },
36
+ {
37
+ "label": "deepseek-flash",
38
+ "model": "deepseek-v4-flash",
39
+ "repeat": 2,
40
+ "temperature": 0.0,
41
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_deepseek-flash_repeat_2_scored.jsonl"
42
+ },
43
+ {
44
+ "label": "deepseek-flash",
45
+ "model": "deepseek-v4-flash",
46
+ "repeat": 3,
47
+ "temperature": 0.0,
48
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_deepseek-flash_repeat_3_scored.jsonl"
49
+ },
50
+ {
51
+ "label": "deepseek-pro",
52
+ "model": "deepseek-v4-pro",
53
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_deepseek-pro_scored.jsonl",
54
+ "repeat": 1,
55
+ "temperature": 0.0
56
+ },
57
+ {
58
+ "label": "deepseek-pro",
59
+ "model": "deepseek-v4-pro",
60
+ "repeat": 2,
61
+ "temperature": 0.0,
62
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_deepseek-pro_repeat_2_scored.jsonl"
63
+ },
64
+ {
65
+ "label": "deepseek-pro",
66
+ "model": "deepseek-v4-pro",
67
+ "repeat": 3,
68
+ "temperature": 0.0,
69
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_deepseek-pro_repeat_3_scored.jsonl"
70
+ },
71
+ {
72
+ "label": "mistral-medium",
73
+ "model": "mistralai/mistral-medium-3-5",
74
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_mistral-medium_scored.jsonl",
75
+ "repeat": 1,
76
+ "temperature": 0.0
77
+ },
78
+ {
79
+ "label": "mistral-medium",
80
+ "model": "mistralai/mistral-medium-3-5",
81
+ "repeat": 2,
82
+ "temperature": 0.0,
83
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_mistral-medium_repeat_2_scored.jsonl"
84
+ },
85
+ {
86
+ "label": "mistral-medium",
87
+ "model": "mistralai/mistral-medium-3-5",
88
+ "repeat": 3,
89
+ "temperature": 0.0,
90
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_mistral-medium_repeat_3_scored.jsonl"
91
+ },
92
+ {
93
+ "label": "llama-scout",
94
+ "model": "meta-llama/llama-4-scout",
95
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_llama-scout_scored.jsonl",
96
+ "repeat": 1,
97
+ "temperature": 0.0
98
+ },
99
+ {
100
+ "label": "llama-scout",
101
+ "model": "meta-llama/llama-4-scout",
102
+ "repeat": 2,
103
+ "temperature": 0.0,
104
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_llama-scout_repeat_2_scored.jsonl"
105
+ },
106
+ {
107
+ "label": "llama-scout",
108
+ "model": "meta-llama/llama-4-scout",
109
+ "repeat": 3,
110
+ "temperature": 0.0,
111
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_llama-scout_repeat_3_scored.jsonl"
112
+ },
113
+ {
114
+ "label": "llama-maverick",
115
+ "model": "meta-llama/llama-4-maverick",
116
+ "scored": "results/scored/multi_agent/closure_contract_v3_multi_agent_llama-maverick_scored.jsonl",
117
+ "repeat": 1,
118
+ "temperature": 0.0
119
+ },
120
+ {
121
+ "label": "llama-maverick",
122
+ "model": "meta-llama/llama-4-maverick",
123
+ "repeat": 2,
124
+ "temperature": 0.0,
125
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_llama-maverick_repeat_2_scored.jsonl"
126
+ },
127
+ {
128
+ "label": "llama-maverick",
129
+ "model": "meta-llama/llama-4-maverick",
130
+ "repeat": 3,
131
+ "temperature": 0.0,
132
+ "scored": "results/scored/multi_agent/closurebench_multi_agent_llama-maverick_repeat_3_scored.jsonl"
133
+ }
134
+ ]
135
+ }
results/reports/closurebench_multi_agent_summary.json ADDED
@@ -0,0 +1,3762 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "data/multi_agent/full.jsonl",
3
+ "n_dataset": 360,
4
+ "runs": [
5
+ {
6
+ "label": "mistral-small",
7
+ "model": "mistralai/mistral-small-2603",
8
+ "repeat": 1,
9
+ "temperature": 0.0,
10
+ "report": {
11
+ "n_dataset": 360,
12
+ "n_scored": 360,
13
+ "coverage": 100.0,
14
+ "models": [
15
+ "mistralai/mistral-small-2603"
16
+ ],
17
+ "api_errors": 0,
18
+ "parse_failures": 0,
19
+ "json_valid": {
20
+ "n": 360,
21
+ "rate": 100.0
22
+ },
23
+ "truth_accuracy": {
24
+ "correct": 291,
25
+ "n": 360,
26
+ "accuracy": 80.83
27
+ },
28
+ "source_accuracy": {
29
+ "correct": 230,
30
+ "n": 360,
31
+ "accuracy": 63.89
32
+ },
33
+ "closure_accuracy": {
34
+ "correct": 311,
35
+ "n": 360,
36
+ "accuracy": 86.39
37
+ },
38
+ "full_accuracy": {
39
+ "correct": 195,
40
+ "n": 360,
41
+ "accuracy": 54.17
42
+ },
43
+ "semantic_switch_full_accuracy": {
44
+ "correct": 17,
45
+ "n": 120,
46
+ "accuracy": 14.17
47
+ },
48
+ "core_switch_full_accuracy": {
49
+ "correct": 11,
50
+ "n": 72,
51
+ "accuracy": 15.28
52
+ },
53
+ "closed_absence_accuracy": {
54
+ "correct": 31,
55
+ "n": 106,
56
+ "accuracy": 29.25
57
+ },
58
+ "open_absence_accuracy": {
59
+ "correct": 93,
60
+ "n": 110,
61
+ "accuracy": 84.55
62
+ },
63
+ "closure_leakage_rate": {
64
+ "count": 12,
65
+ "n": 110,
66
+ "rate": 10.91
67
+ },
68
+ "closure_loss_rate": {
69
+ "count": 68,
70
+ "n": 106,
71
+ "rate": 64.15
72
+ },
73
+ "agent_a_source_accuracy": {
74
+ "correct": 71,
75
+ "n": 166,
76
+ "accuracy": 42.77
77
+ },
78
+ "agent_b_source_accuracy": {
79
+ "correct": 144,
80
+ "n": 179,
81
+ "accuracy": 80.45
82
+ },
83
+ "by_semantics": {
84
+ "cwa": {
85
+ "n": 120,
86
+ "truth": 56.67,
87
+ "source": 35.0,
88
+ "closure": 75.83,
89
+ "full": 19.17
90
+ },
91
+ "lcwa": {
92
+ "n": 120,
93
+ "truth": 85.83,
94
+ "source": 75.83,
95
+ "closure": 88.33,
96
+ "full": 66.67
97
+ },
98
+ "owa": {
99
+ "n": 120,
100
+ "truth": 100.0,
101
+ "source": 80.83,
102
+ "closure": 95.0,
103
+ "full": 76.67
104
+ }
105
+ },
106
+ "by_closure_handling": {
107
+ "closed_absence": {
108
+ "n": 106,
109
+ "truth": 34.91,
110
+ "source": 30.19,
111
+ "closure": 86.79,
112
+ "full": 29.25
113
+ },
114
+ "entailed_or_explicit": {
115
+ "n": 72,
116
+ "truth": 100.0,
117
+ "source": 30.56,
118
+ "closure": 95.83,
119
+ "full": 26.39
120
+ },
121
+ "explicit_negative": {
122
+ "n": 72,
123
+ "truth": 100.0,
124
+ "source": 100.0,
125
+ "closure": 72.22,
126
+ "full": 72.22
127
+ },
128
+ "open_absence": {
129
+ "n": 110,
130
+ "truth": 100.0,
131
+ "source": 94.55,
132
+ "closure": 89.09,
133
+ "full": 84.55
134
+ }
135
+ },
136
+ "by_source_used": {
137
+ "agent_a": {
138
+ "correct": 71,
139
+ "n": 166,
140
+ "accuracy": 42.77
141
+ },
142
+ "agent_b": {
143
+ "correct": 144,
144
+ "n": 179,
145
+ "accuracy": 80.45
146
+ },
147
+ "both": {
148
+ "correct": 15,
149
+ "n": 15,
150
+ "accuracy": 100.0
151
+ }
152
+ },
153
+ "by_family": {
154
+ "closed_derived_missing_antecedent": {
155
+ "correct": 8,
156
+ "n": 21,
157
+ "accuracy": 38.1
158
+ },
159
+ "closed_missing_direct": {
160
+ "correct": 25,
161
+ "n": 42,
162
+ "accuracy": 59.52
163
+ },
164
+ "closed_missing_with_open_distractor": {
165
+ "correct": 18,
166
+ "n": 39,
167
+ "accuracy": 46.15
168
+ },
169
+ "entailed_closed_conclusion": {
170
+ "correct": 18,
171
+ "n": 45,
172
+ "accuracy": 40.0
173
+ },
174
+ "entailed_open_conclusion": {
175
+ "correct": 1,
176
+ "n": 27,
177
+ "accuracy": 3.7
178
+ },
179
+ "explicit_negative_closed": {
180
+ "correct": 27,
181
+ "n": 36,
182
+ "accuracy": 75.0
183
+ },
184
+ "explicit_negative_open": {
185
+ "correct": 25,
186
+ "n": 36,
187
+ "accuracy": 69.44
188
+ },
189
+ "open_derived_missing_antecedent": {
190
+ "correct": 12,
191
+ "n": 27,
192
+ "accuracy": 44.44
193
+ },
194
+ "open_missing_direct": {
195
+ "correct": 30,
196
+ "n": 36,
197
+ "accuracy": 83.33
198
+ },
199
+ "open_missing_with_closed_distractor": {
200
+ "correct": 31,
201
+ "n": 51,
202
+ "accuracy": 60.78
203
+ }
204
+ },
205
+ "error_types": {
206
+ "closure_loss_closed_treated_open": 68,
207
+ "correct": 195,
208
+ "truth_correct_source_wrong": 60,
209
+ "truth_correct_closure_wrong": 24,
210
+ "closure_leakage_open_treated_closed": 12,
211
+ "truth_wrong": 1
212
+ }
213
+ }
214
+ },
215
+ {
216
+ "label": "mistral-small",
217
+ "model": "mistralai/mistral-small-2603",
218
+ "repeat": 2,
219
+ "temperature": 0.0,
220
+ "report": {
221
+ "n_dataset": 360,
222
+ "n_scored": 360,
223
+ "coverage": 100.0,
224
+ "models": [
225
+ "mistralai/mistral-small-2603"
226
+ ],
227
+ "api_errors": 0,
228
+ "parse_failures": 0,
229
+ "json_valid": {
230
+ "n": 360,
231
+ "rate": 100.0
232
+ },
233
+ "truth_accuracy": {
234
+ "correct": 265,
235
+ "n": 360,
236
+ "accuracy": 73.61
237
+ },
238
+ "source_accuracy": {
239
+ "correct": 254,
240
+ "n": 360,
241
+ "accuracy": 70.56
242
+ },
243
+ "closure_accuracy": {
244
+ "correct": 292,
245
+ "n": 360,
246
+ "accuracy": 81.11
247
+ },
248
+ "full_accuracy": {
249
+ "correct": 241,
250
+ "n": 360,
251
+ "accuracy": 66.94
252
+ },
253
+ "semantic_switch_full_accuracy": {
254
+ "correct": 40,
255
+ "n": 120,
256
+ "accuracy": 33.33
257
+ },
258
+ "core_switch_full_accuracy": {
259
+ "correct": 10,
260
+ "n": 72,
261
+ "accuracy": 13.89
262
+ },
263
+ "closed_absence_accuracy": {
264
+ "correct": 15,
265
+ "n": 106,
266
+ "accuracy": 14.15
267
+ },
268
+ "open_absence_accuracy": {
269
+ "correct": 102,
270
+ "n": 110,
271
+ "accuracy": 92.73
272
+ },
273
+ "closure_leakage_rate": {
274
+ "count": 6,
275
+ "n": 110,
276
+ "rate": 5.45
277
+ },
278
+ "closure_loss_rate": {
279
+ "count": 89,
280
+ "n": 106,
281
+ "rate": 83.96
282
+ },
283
+ "agent_a_source_accuracy": {
284
+ "correct": 74,
285
+ "n": 166,
286
+ "accuracy": 44.58
287
+ },
288
+ "agent_b_source_accuracy": {
289
+ "correct": 165,
290
+ "n": 179,
291
+ "accuracy": 92.18
292
+ },
293
+ "by_semantics": {
294
+ "cwa": {
295
+ "n": 120,
296
+ "truth": 50.83,
297
+ "source": 50.0,
298
+ "closure": 60.0,
299
+ "full": 45.83
300
+ },
301
+ "lcwa": {
302
+ "n": 120,
303
+ "truth": 72.5,
304
+ "source": 70.0,
305
+ "closure": 88.33,
306
+ "full": 66.67
307
+ },
308
+ "owa": {
309
+ "n": 120,
310
+ "truth": 97.5,
311
+ "source": 91.67,
312
+ "closure": 95.0,
313
+ "full": 88.33
314
+ }
315
+ },
316
+ "by_closure_handling": {
317
+ "closed_absence": {
318
+ "n": 106,
319
+ "truth": 14.15,
320
+ "source": 14.15,
321
+ "closure": 50.0,
322
+ "full": 14.15
323
+ },
324
+ "entailed_or_explicit": {
325
+ "n": 72,
326
+ "truth": 100.0,
327
+ "source": 83.33,
328
+ "closure": 95.83,
329
+ "full": 79.17
330
+ },
331
+ "explicit_negative": {
332
+ "n": 72,
333
+ "truth": 100.0,
334
+ "source": 100.0,
335
+ "closure": 93.06,
336
+ "full": 93.06
337
+ },
338
+ "open_absence": {
339
+ "n": 110,
340
+ "truth": 96.36,
341
+ "source": 97.27,
342
+ "closure": 93.64,
343
+ "full": 92.73
344
+ }
345
+ },
346
+ "by_source_used": {
347
+ "agent_a": {
348
+ "correct": 74,
349
+ "n": 166,
350
+ "accuracy": 44.58
351
+ },
352
+ "agent_b": {
353
+ "correct": 165,
354
+ "n": 179,
355
+ "accuracy": 92.18
356
+ },
357
+ "both": {
358
+ "correct": 15,
359
+ "n": 15,
360
+ "accuracy": 100.0
361
+ }
362
+ },
363
+ "by_family": {
364
+ "closed_derived_missing_antecedent": {
365
+ "correct": 7,
366
+ "n": 21,
367
+ "accuracy": 33.33
368
+ },
369
+ "closed_missing_direct": {
370
+ "correct": 16,
371
+ "n": 42,
372
+ "accuracy": 38.1
373
+ },
374
+ "closed_missing_with_open_distractor": {
375
+ "correct": 12,
376
+ "n": 39,
377
+ "accuracy": 30.77
378
+ },
379
+ "entailed_closed_conclusion": {
380
+ "correct": 36,
381
+ "n": 45,
382
+ "accuracy": 80.0
383
+ },
384
+ "entailed_open_conclusion": {
385
+ "correct": 21,
386
+ "n": 27,
387
+ "accuracy": 77.78
388
+ },
389
+ "explicit_negative_closed": {
390
+ "correct": 33,
391
+ "n": 36,
392
+ "accuracy": 91.67
393
+ },
394
+ "explicit_negative_open": {
395
+ "correct": 34,
396
+ "n": 36,
397
+ "accuracy": 94.44
398
+ },
399
+ "open_derived_missing_antecedent": {
400
+ "correct": 20,
401
+ "n": 27,
402
+ "accuracy": 74.07
403
+ },
404
+ "open_missing_direct": {
405
+ "correct": 28,
406
+ "n": 36,
407
+ "accuracy": 77.78
408
+ },
409
+ "open_missing_with_closed_distractor": {
410
+ "correct": 34,
411
+ "n": 51,
412
+ "accuracy": 66.67
413
+ }
414
+ },
415
+ "error_types": {
416
+ "closure_loss_closed_treated_open": 89,
417
+ "correct": 241,
418
+ "closure_leakage_open_treated_closed": 6,
419
+ "truth_correct_source_wrong": 13,
420
+ "truth_wrong": 3,
421
+ "truth_correct_closure_wrong": 8
422
+ }
423
+ }
424
+ },
425
+ {
426
+ "label": "mistral-small",
427
+ "model": "mistralai/mistral-small-2603",
428
+ "repeat": 3,
429
+ "temperature": 0.0,
430
+ "report": {
431
+ "n_dataset": 360,
432
+ "n_scored": 360,
433
+ "coverage": 100.0,
434
+ "models": [
435
+ "mistralai/mistral-small-2603"
436
+ ],
437
+ "api_errors": 0,
438
+ "parse_failures": 0,
439
+ "json_valid": {
440
+ "n": 360,
441
+ "rate": 100.0
442
+ },
443
+ "truth_accuracy": {
444
+ "correct": 267,
445
+ "n": 360,
446
+ "accuracy": 74.17
447
+ },
448
+ "source_accuracy": {
449
+ "correct": 253,
450
+ "n": 360,
451
+ "accuracy": 70.28
452
+ },
453
+ "closure_accuracy": {
454
+ "correct": 290,
455
+ "n": 360,
456
+ "accuracy": 80.56
457
+ },
458
+ "full_accuracy": {
459
+ "correct": 231,
460
+ "n": 360,
461
+ "accuracy": 64.17
462
+ },
463
+ "semantic_switch_full_accuracy": {
464
+ "correct": 31,
465
+ "n": 120,
466
+ "accuracy": 25.83
467
+ },
468
+ "core_switch_full_accuracy": {
469
+ "correct": 8,
470
+ "n": 72,
471
+ "accuracy": 11.11
472
+ },
473
+ "closed_absence_accuracy": {
474
+ "correct": 17,
475
+ "n": 106,
476
+ "accuracy": 16.04
477
+ },
478
+ "open_absence_accuracy": {
479
+ "correct": 98,
480
+ "n": 110,
481
+ "accuracy": 89.09
482
+ },
483
+ "closure_leakage_rate": {
484
+ "count": 10,
485
+ "n": 110,
486
+ "rate": 9.09
487
+ },
488
+ "closure_loss_rate": {
489
+ "count": 88,
490
+ "n": 106,
491
+ "rate": 83.02
492
+ },
493
+ "agent_a_source_accuracy": {
494
+ "correct": 75,
495
+ "n": 166,
496
+ "accuracy": 45.18
497
+ },
498
+ "agent_b_source_accuracy": {
499
+ "correct": 163,
500
+ "n": 179,
501
+ "accuracy": 91.06
502
+ },
503
+ "by_semantics": {
504
+ "cwa": {
505
+ "n": 120,
506
+ "truth": 50.83,
507
+ "source": 49.17,
508
+ "closure": 60.83,
509
+ "full": 40.83
510
+ },
511
+ "lcwa": {
512
+ "n": 120,
513
+ "truth": 75.0,
514
+ "source": 70.83,
515
+ "closure": 90.0,
516
+ "full": 69.17
517
+ },
518
+ "owa": {
519
+ "n": 120,
520
+ "truth": 96.67,
521
+ "source": 90.83,
522
+ "closure": 90.83,
523
+ "full": 82.5
524
+ }
525
+ },
526
+ "by_closure_handling": {
527
+ "closed_absence": {
528
+ "n": 106,
529
+ "truth": 16.04,
530
+ "source": 16.04,
531
+ "closure": 55.66,
532
+ "full": 16.04
533
+ },
534
+ "entailed_or_explicit": {
535
+ "n": 72,
536
+ "truth": 100.0,
537
+ "source": 77.78,
538
+ "closure": 97.22,
539
+ "full": 75.0
540
+ },
541
+ "explicit_negative": {
542
+ "n": 72,
543
+ "truth": 100.0,
544
+ "source": 100.0,
545
+ "closure": 86.11,
546
+ "full": 86.11
547
+ },
548
+ "open_absence": {
549
+ "n": 110,
550
+ "truth": 96.36,
551
+ "source": 98.18,
552
+ "closure": 90.0,
553
+ "full": 89.09
554
+ }
555
+ },
556
+ "by_source_used": {
557
+ "agent_a": {
558
+ "correct": 75,
559
+ "n": 166,
560
+ "accuracy": 45.18
561
+ },
562
+ "agent_b": {
563
+ "correct": 163,
564
+ "n": 179,
565
+ "accuracy": 91.06
566
+ },
567
+ "both": {
568
+ "correct": 15,
569
+ "n": 15,
570
+ "accuracy": 100.0
571
+ }
572
+ },
573
+ "by_family": {
574
+ "closed_derived_missing_antecedent": {
575
+ "correct": 8,
576
+ "n": 21,
577
+ "accuracy": 38.1
578
+ },
579
+ "closed_missing_direct": {
580
+ "correct": 17,
581
+ "n": 42,
582
+ "accuracy": 40.48
583
+ },
584
+ "closed_missing_with_open_distractor": {
585
+ "correct": 11,
586
+ "n": 39,
587
+ "accuracy": 28.21
588
+ },
589
+ "entailed_closed_conclusion": {
590
+ "correct": 35,
591
+ "n": 45,
592
+ "accuracy": 77.78
593
+ },
594
+ "entailed_open_conclusion": {
595
+ "correct": 19,
596
+ "n": 27,
597
+ "accuracy": 70.37
598
+ },
599
+ "explicit_negative_closed": {
600
+ "correct": 29,
601
+ "n": 36,
602
+ "accuracy": 80.56
603
+ },
604
+ "explicit_negative_open": {
605
+ "correct": 33,
606
+ "n": 36,
607
+ "accuracy": 91.67
608
+ },
609
+ "open_derived_missing_antecedent": {
610
+ "correct": 21,
611
+ "n": 27,
612
+ "accuracy": 77.78
613
+ },
614
+ "open_missing_direct": {
615
+ "correct": 28,
616
+ "n": 36,
617
+ "accuracy": 77.78
618
+ },
619
+ "open_missing_with_closed_distractor": {
620
+ "correct": 30,
621
+ "n": 51,
622
+ "accuracy": 58.82
623
+ }
624
+ },
625
+ "error_types": {
626
+ "closure_loss_closed_treated_open": 88,
627
+ "correct": 231,
628
+ "closure_leakage_open_treated_closed": 10,
629
+ "truth_correct_source_wrong": 17,
630
+ "truth_correct_closure_wrong": 12,
631
+ "truth_wrong": 2
632
+ }
633
+ }
634
+ },
635
+ {
636
+ "label": "deepseek-flash",
637
+ "model": "deepseek-v4-flash",
638
+ "repeat": 1,
639
+ "temperature": 0.0,
640
+ "report": {
641
+ "n_dataset": 360,
642
+ "n_scored": 360,
643
+ "coverage": 100.0,
644
+ "models": [
645
+ "deepseek-v4-flash"
646
+ ],
647
+ "api_errors": 0,
648
+ "parse_failures": 0,
649
+ "json_valid": {
650
+ "n": 102,
651
+ "rate": 28.33
652
+ },
653
+ "truth_accuracy": {
654
+ "correct": 326,
655
+ "n": 360,
656
+ "accuracy": 90.56
657
+ },
658
+ "source_accuracy": {
659
+ "correct": 353,
660
+ "n": 360,
661
+ "accuracy": 98.06
662
+ },
663
+ "closure_accuracy": {
664
+ "correct": 342,
665
+ "n": 360,
666
+ "accuracy": 95.0
667
+ },
668
+ "full_accuracy": {
669
+ "correct": 326,
670
+ "n": 360,
671
+ "accuracy": 90.56
672
+ },
673
+ "semantic_switch_full_accuracy": {
674
+ "correct": 96,
675
+ "n": 120,
676
+ "accuracy": 80.0
677
+ },
678
+ "core_switch_full_accuracy": {
679
+ "correct": 48,
680
+ "n": 72,
681
+ "accuracy": 66.67
682
+ },
683
+ "closed_absence_accuracy": {
684
+ "correct": 101,
685
+ "n": 106,
686
+ "accuracy": 95.28
687
+ },
688
+ "open_absence_accuracy": {
689
+ "correct": 81,
690
+ "n": 110,
691
+ "accuracy": 73.64
692
+ },
693
+ "closure_leakage_rate": {
694
+ "count": 29,
695
+ "n": 110,
696
+ "rate": 26.36
697
+ },
698
+ "closure_loss_rate": {
699
+ "count": 5,
700
+ "n": 106,
701
+ "rate": 4.72
702
+ },
703
+ "agent_a_source_accuracy": {
704
+ "correct": 161,
705
+ "n": 166,
706
+ "accuracy": 96.99
707
+ },
708
+ "agent_b_source_accuracy": {
709
+ "correct": 177,
710
+ "n": 179,
711
+ "accuracy": 98.88
712
+ },
713
+ "by_semantics": {
714
+ "cwa": {
715
+ "n": 120,
716
+ "truth": 96.67,
717
+ "source": 96.67,
718
+ "closure": 96.67,
719
+ "full": 96.67
720
+ },
721
+ "lcwa": {
722
+ "n": 120,
723
+ "truth": 86.67,
724
+ "source": 99.17,
725
+ "closure": 92.5,
726
+ "full": 86.67
727
+ },
728
+ "owa": {
729
+ "n": 120,
730
+ "truth": 88.33,
731
+ "source": 98.33,
732
+ "closure": 95.83,
733
+ "full": 88.33
734
+ }
735
+ },
736
+ "by_closure_handling": {
737
+ "closed_absence": {
738
+ "n": 106,
739
+ "truth": 95.28,
740
+ "source": 95.28,
741
+ "closure": 95.28,
742
+ "full": 95.28
743
+ },
744
+ "entailed_or_explicit": {
745
+ "n": 72,
746
+ "truth": 100.0,
747
+ "source": 100.0,
748
+ "closure": 100.0,
749
+ "full": 100.0
750
+ },
751
+ "explicit_negative": {
752
+ "n": 72,
753
+ "truth": 100.0,
754
+ "source": 100.0,
755
+ "closure": 100.0,
756
+ "full": 100.0
757
+ },
758
+ "open_absence": {
759
+ "n": 110,
760
+ "truth": 73.64,
761
+ "source": 98.18,
762
+ "closure": 88.18,
763
+ "full": 73.64
764
+ }
765
+ },
766
+ "by_source_used": {
767
+ "agent_a": {
768
+ "correct": 161,
769
+ "n": 166,
770
+ "accuracy": 96.99
771
+ },
772
+ "agent_b": {
773
+ "correct": 177,
774
+ "n": 179,
775
+ "accuracy": 98.88
776
+ },
777
+ "both": {
778
+ "correct": 15,
779
+ "n": 15,
780
+ "accuracy": 100.0
781
+ }
782
+ },
783
+ "by_family": {
784
+ "closed_derived_missing_antecedent": {
785
+ "correct": 17,
786
+ "n": 21,
787
+ "accuracy": 80.95
788
+ },
789
+ "closed_missing_direct": {
790
+ "correct": 42,
791
+ "n": 42,
792
+ "accuracy": 100.0
793
+ },
794
+ "closed_missing_with_open_distractor": {
795
+ "correct": 38,
796
+ "n": 39,
797
+ "accuracy": 97.44
798
+ },
799
+ "entailed_closed_conclusion": {
800
+ "correct": 45,
801
+ "n": 45,
802
+ "accuracy": 100.0
803
+ },
804
+ "entailed_open_conclusion": {
805
+ "correct": 27,
806
+ "n": 27,
807
+ "accuracy": 100.0
808
+ },
809
+ "explicit_negative_closed": {
810
+ "correct": 36,
811
+ "n": 36,
812
+ "accuracy": 100.0
813
+ },
814
+ "explicit_negative_open": {
815
+ "correct": 36,
816
+ "n": 36,
817
+ "accuracy": 100.0
818
+ },
819
+ "open_derived_missing_antecedent": {
820
+ "correct": 12,
821
+ "n": 27,
822
+ "accuracy": 44.44
823
+ },
824
+ "open_missing_direct": {
825
+ "correct": 24,
826
+ "n": 36,
827
+ "accuracy": 66.67
828
+ },
829
+ "open_missing_with_closed_distractor": {
830
+ "correct": 49,
831
+ "n": 51,
832
+ "accuracy": 96.08
833
+ }
834
+ },
835
+ "error_types": {
836
+ "correct": 326,
837
+ "closure_leakage_open_treated_closed": 29,
838
+ "closure_loss_closed_treated_open": 5
839
+ }
840
+ }
841
+ },
842
+ {
843
+ "label": "deepseek-flash",
844
+ "model": "deepseek-v4-flash",
845
+ "repeat": 2,
846
+ "temperature": 0.0,
847
+ "report": {
848
+ "n_dataset": 360,
849
+ "n_scored": 360,
850
+ "coverage": 100.0,
851
+ "models": [
852
+ "deepseek-v4-flash"
853
+ ],
854
+ "api_errors": 0,
855
+ "parse_failures": 17,
856
+ "json_valid": {
857
+ "n": 154,
858
+ "rate": 42.78
859
+ },
860
+ "truth_accuracy": {
861
+ "correct": 321,
862
+ "n": 360,
863
+ "accuracy": 89.17
864
+ },
865
+ "source_accuracy": {
866
+ "correct": 352,
867
+ "n": 360,
868
+ "accuracy": 97.78
869
+ },
870
+ "closure_accuracy": {
871
+ "correct": 330,
872
+ "n": 360,
873
+ "accuracy": 91.67
874
+ },
875
+ "full_accuracy": {
876
+ "correct": 297,
877
+ "n": 360,
878
+ "accuracy": 82.5
879
+ },
880
+ "semantic_switch_full_accuracy": {
881
+ "correct": 73,
882
+ "n": 120,
883
+ "accuracy": 60.83
884
+ },
885
+ "core_switch_full_accuracy": {
886
+ "correct": 45,
887
+ "n": 72,
888
+ "accuracy": 62.5
889
+ },
890
+ "closed_absence_accuracy": {
891
+ "correct": 101,
892
+ "n": 106,
893
+ "accuracy": 95.28
894
+ },
895
+ "open_absence_accuracy": {
896
+ "correct": 76,
897
+ "n": 110,
898
+ "accuracy": 69.09
899
+ },
900
+ "closure_leakage_rate": {
901
+ "count": 34,
902
+ "n": 110,
903
+ "rate": 30.91
904
+ },
905
+ "closure_loss_rate": {
906
+ "count": 5,
907
+ "n": 106,
908
+ "rate": 4.72
909
+ },
910
+ "agent_a_source_accuracy": {
911
+ "correct": 161,
912
+ "n": 166,
913
+ "accuracy": 96.99
914
+ },
915
+ "agent_b_source_accuracy": {
916
+ "correct": 176,
917
+ "n": 179,
918
+ "accuracy": 98.32
919
+ },
920
+ "by_semantics": {
921
+ "cwa": {
922
+ "n": 120,
923
+ "truth": 95.83,
924
+ "source": 95.83,
925
+ "closure": 95.83,
926
+ "full": 95.83
927
+ },
928
+ "lcwa": {
929
+ "n": 120,
930
+ "truth": 88.33,
931
+ "source": 99.17,
932
+ "closure": 91.67,
933
+ "full": 80.83
934
+ },
935
+ "owa": {
936
+ "n": 120,
937
+ "truth": 83.33,
938
+ "source": 98.33,
939
+ "closure": 87.5,
940
+ "full": 70.83
941
+ }
942
+ },
943
+ "by_closure_handling": {
944
+ "closed_absence": {
945
+ "n": 106,
946
+ "truth": 95.28,
947
+ "source": 95.28,
948
+ "closure": 95.28,
949
+ "full": 95.28
950
+ },
951
+ "entailed_or_explicit": {
952
+ "n": 72,
953
+ "truth": 100.0,
954
+ "source": 98.61,
955
+ "closure": 68.06,
956
+ "full": 66.67
957
+ },
958
+ "explicit_negative": {
959
+ "n": 72,
960
+ "truth": 100.0,
961
+ "source": 100.0,
962
+ "closure": 100.0,
963
+ "full": 100.0
964
+ },
965
+ "open_absence": {
966
+ "n": 110,
967
+ "truth": 69.09,
968
+ "source": 98.18,
969
+ "closure": 98.18,
970
+ "full": 69.09
971
+ }
972
+ },
973
+ "by_source_used": {
974
+ "agent_a": {
975
+ "correct": 161,
976
+ "n": 166,
977
+ "accuracy": 96.99
978
+ },
979
+ "agent_b": {
980
+ "correct": 176,
981
+ "n": 179,
982
+ "accuracy": 98.32
983
+ },
984
+ "both": {
985
+ "correct": 15,
986
+ "n": 15,
987
+ "accuracy": 100.0
988
+ }
989
+ },
990
+ "by_family": {
991
+ "closed_derived_missing_antecedent": {
992
+ "correct": 16,
993
+ "n": 21,
994
+ "accuracy": 76.19
995
+ },
996
+ "closed_missing_direct": {
997
+ "correct": 42,
998
+ "n": 42,
999
+ "accuracy": 100.0
1000
+ },
1001
+ "closed_missing_with_open_distractor": {
1002
+ "correct": 38,
1003
+ "n": 39,
1004
+ "accuracy": 97.44
1005
+ },
1006
+ "entailed_closed_conclusion": {
1007
+ "correct": 34,
1008
+ "n": 45,
1009
+ "accuracy": 75.56
1010
+ },
1011
+ "entailed_open_conclusion": {
1012
+ "correct": 14,
1013
+ "n": 27,
1014
+ "accuracy": 51.85
1015
+ },
1016
+ "explicit_negative_closed": {
1017
+ "correct": 36,
1018
+ "n": 36,
1019
+ "accuracy": 100.0
1020
+ },
1021
+ "explicit_negative_open": {
1022
+ "correct": 36,
1023
+ "n": 36,
1024
+ "accuracy": 100.0
1025
+ },
1026
+ "open_derived_missing_antecedent": {
1027
+ "correct": 9,
1028
+ "n": 27,
1029
+ "accuracy": 33.33
1030
+ },
1031
+ "open_missing_direct": {
1032
+ "correct": 25,
1033
+ "n": 36,
1034
+ "accuracy": 69.44
1035
+ },
1036
+ "open_missing_with_closed_distractor": {
1037
+ "correct": 47,
1038
+ "n": 51,
1039
+ "accuracy": 92.16
1040
+ }
1041
+ },
1042
+ "error_types": {
1043
+ "correct": 297,
1044
+ "closure_leakage_open_treated_closed": 34,
1045
+ "truth_correct_closure_wrong": 23,
1046
+ "closure_loss_closed_treated_open": 5,
1047
+ "truth_correct_source_wrong": 1
1048
+ }
1049
+ }
1050
+ },
1051
+ {
1052
+ "label": "deepseek-flash",
1053
+ "model": "deepseek-v4-flash",
1054
+ "repeat": 3,
1055
+ "temperature": 0.0,
1056
+ "report": {
1057
+ "n_dataset": 360,
1058
+ "n_scored": 360,
1059
+ "coverage": 100.0,
1060
+ "models": [
1061
+ "deepseek-v4-flash"
1062
+ ],
1063
+ "api_errors": 0,
1064
+ "parse_failures": 15,
1065
+ "json_valid": {
1066
+ "n": 151,
1067
+ "rate": 41.94
1068
+ },
1069
+ "truth_accuracy": {
1070
+ "correct": 320,
1071
+ "n": 360,
1072
+ "accuracy": 88.89
1073
+ },
1074
+ "source_accuracy": {
1075
+ "correct": 351,
1076
+ "n": 360,
1077
+ "accuracy": 97.5
1078
+ },
1079
+ "closure_accuracy": {
1080
+ "correct": 332,
1081
+ "n": 360,
1082
+ "accuracy": 92.22
1083
+ },
1084
+ "full_accuracy": {
1085
+ "correct": 297,
1086
+ "n": 360,
1087
+ "accuracy": 82.5
1088
+ },
1089
+ "semantic_switch_full_accuracy": {
1090
+ "correct": 73,
1091
+ "n": 120,
1092
+ "accuracy": 60.83
1093
+ },
1094
+ "core_switch_full_accuracy": {
1095
+ "correct": 45,
1096
+ "n": 72,
1097
+ "accuracy": 62.5
1098
+ },
1099
+ "closed_absence_accuracy": {
1100
+ "correct": 101,
1101
+ "n": 106,
1102
+ "accuracy": 95.28
1103
+ },
1104
+ "open_absence_accuracy": {
1105
+ "correct": 75,
1106
+ "n": 110,
1107
+ "accuracy": 68.18
1108
+ },
1109
+ "closure_leakage_rate": {
1110
+ "count": 35,
1111
+ "n": 110,
1112
+ "rate": 31.82
1113
+ },
1114
+ "closure_loss_rate": {
1115
+ "count": 5,
1116
+ "n": 106,
1117
+ "rate": 4.72
1118
+ },
1119
+ "agent_a_source_accuracy": {
1120
+ "correct": 161,
1121
+ "n": 166,
1122
+ "accuracy": 96.99
1123
+ },
1124
+ "agent_b_source_accuracy": {
1125
+ "correct": 175,
1126
+ "n": 179,
1127
+ "accuracy": 97.77
1128
+ },
1129
+ "by_semantics": {
1130
+ "cwa": {
1131
+ "n": 120,
1132
+ "truth": 95.83,
1133
+ "source": 95.83,
1134
+ "closure": 95.83,
1135
+ "full": 95.83
1136
+ },
1137
+ "lcwa": {
1138
+ "n": 120,
1139
+ "truth": 87.5,
1140
+ "source": 99.17,
1141
+ "closure": 91.67,
1142
+ "full": 80.0
1143
+ },
1144
+ "owa": {
1145
+ "n": 120,
1146
+ "truth": 83.33,
1147
+ "source": 97.5,
1148
+ "closure": 89.17,
1149
+ "full": 71.67
1150
+ }
1151
+ },
1152
+ "by_closure_handling": {
1153
+ "closed_absence": {
1154
+ "n": 106,
1155
+ "truth": 95.28,
1156
+ "source": 95.28,
1157
+ "closure": 95.28,
1158
+ "full": 95.28
1159
+ },
1160
+ "entailed_or_explicit": {
1161
+ "n": 72,
1162
+ "truth": 100.0,
1163
+ "source": 97.22,
1164
+ "closure": 70.83,
1165
+ "full": 68.06
1166
+ },
1167
+ "explicit_negative": {
1168
+ "n": 72,
1169
+ "truth": 100.0,
1170
+ "source": 100.0,
1171
+ "closure": 100.0,
1172
+ "full": 100.0
1173
+ },
1174
+ "open_absence": {
1175
+ "n": 110,
1176
+ "truth": 68.18,
1177
+ "source": 98.18,
1178
+ "closure": 98.18,
1179
+ "full": 68.18
1180
+ }
1181
+ },
1182
+ "by_source_used": {
1183
+ "agent_a": {
1184
+ "correct": 161,
1185
+ "n": 166,
1186
+ "accuracy": 96.99
1187
+ },
1188
+ "agent_b": {
1189
+ "correct": 175,
1190
+ "n": 179,
1191
+ "accuracy": 97.77
1192
+ },
1193
+ "both": {
1194
+ "correct": 15,
1195
+ "n": 15,
1196
+ "accuracy": 100.0
1197
+ }
1198
+ },
1199
+ "by_family": {
1200
+ "closed_derived_missing_antecedent": {
1201
+ "correct": 16,
1202
+ "n": 21,
1203
+ "accuracy": 76.19
1204
+ },
1205
+ "closed_missing_direct": {
1206
+ "correct": 42,
1207
+ "n": 42,
1208
+ "accuracy": 100.0
1209
+ },
1210
+ "closed_missing_with_open_distractor": {
1211
+ "correct": 38,
1212
+ "n": 39,
1213
+ "accuracy": 97.44
1214
+ },
1215
+ "entailed_closed_conclusion": {
1216
+ "correct": 34,
1217
+ "n": 45,
1218
+ "accuracy": 75.56
1219
+ },
1220
+ "entailed_open_conclusion": {
1221
+ "correct": 15,
1222
+ "n": 27,
1223
+ "accuracy": 55.56
1224
+ },
1225
+ "explicit_negative_closed": {
1226
+ "correct": 36,
1227
+ "n": 36,
1228
+ "accuracy": 100.0
1229
+ },
1230
+ "explicit_negative_open": {
1231
+ "correct": 36,
1232
+ "n": 36,
1233
+ "accuracy": 100.0
1234
+ },
1235
+ "open_derived_missing_antecedent": {
1236
+ "correct": 9,
1237
+ "n": 27,
1238
+ "accuracy": 33.33
1239
+ },
1240
+ "open_missing_direct": {
1241
+ "correct": 24,
1242
+ "n": 36,
1243
+ "accuracy": 66.67
1244
+ },
1245
+ "open_missing_with_closed_distractor": {
1246
+ "correct": 47,
1247
+ "n": 51,
1248
+ "accuracy": 92.16
1249
+ }
1250
+ },
1251
+ "error_types": {
1252
+ "correct": 297,
1253
+ "closure_leakage_open_treated_closed": 35,
1254
+ "truth_correct_closure_wrong": 21,
1255
+ "closure_loss_closed_treated_open": 5,
1256
+ "truth_correct_source_wrong": 2
1257
+ }
1258
+ }
1259
+ },
1260
+ {
1261
+ "label": "deepseek-pro",
1262
+ "model": "deepseek-v4-pro",
1263
+ "repeat": 1,
1264
+ "temperature": 0.0,
1265
+ "report": {
1266
+ "n_dataset": 360,
1267
+ "n_scored": 360,
1268
+ "coverage": 100.0,
1269
+ "models": [
1270
+ "deepseek-v4-pro"
1271
+ ],
1272
+ "api_errors": 0,
1273
+ "parse_failures": 0,
1274
+ "json_valid": {
1275
+ "n": 359,
1276
+ "rate": 99.72
1277
+ },
1278
+ "truth_accuracy": {
1279
+ "correct": 343,
1280
+ "n": 360,
1281
+ "accuracy": 95.28
1282
+ },
1283
+ "source_accuracy": {
1284
+ "correct": 338,
1285
+ "n": 360,
1286
+ "accuracy": 93.89
1287
+ },
1288
+ "closure_accuracy": {
1289
+ "correct": 339,
1290
+ "n": 360,
1291
+ "accuracy": 94.17
1292
+ },
1293
+ "full_accuracy": {
1294
+ "correct": 327,
1295
+ "n": 360,
1296
+ "accuracy": 90.83
1297
+ },
1298
+ "semantic_switch_full_accuracy": {
1299
+ "correct": 94,
1300
+ "n": 120,
1301
+ "accuracy": 78.33
1302
+ },
1303
+ "core_switch_full_accuracy": {
1304
+ "correct": 55,
1305
+ "n": 72,
1306
+ "accuracy": 76.39
1307
+ },
1308
+ "closed_absence_accuracy": {
1309
+ "correct": 89,
1310
+ "n": 106,
1311
+ "accuracy": 83.96
1312
+ },
1313
+ "open_absence_accuracy": {
1314
+ "correct": 103,
1315
+ "n": 110,
1316
+ "accuracy": 93.64
1317
+ },
1318
+ "closure_leakage_rate": {
1319
+ "count": 0,
1320
+ "n": 110,
1321
+ "rate": 0.0
1322
+ },
1323
+ "closure_loss_rate": {
1324
+ "count": 17,
1325
+ "n": 106,
1326
+ "rate": 16.04
1327
+ },
1328
+ "agent_a_source_accuracy": {
1329
+ "correct": 153,
1330
+ "n": 166,
1331
+ "accuracy": 92.17
1332
+ },
1333
+ "agent_b_source_accuracy": {
1334
+ "correct": 170,
1335
+ "n": 179,
1336
+ "accuracy": 94.97
1337
+ },
1338
+ "by_semantics": {
1339
+ "cwa": {
1340
+ "n": 120,
1341
+ "truth": 87.5,
1342
+ "source": 90.83,
1343
+ "closure": 90.0,
1344
+ "full": 87.5
1345
+ },
1346
+ "lcwa": {
1347
+ "n": 120,
1348
+ "truth": 98.33,
1349
+ "source": 95.0,
1350
+ "closure": 97.5,
1351
+ "full": 94.17
1352
+ },
1353
+ "owa": {
1354
+ "n": 120,
1355
+ "truth": 100.0,
1356
+ "source": 95.83,
1357
+ "closure": 95.0,
1358
+ "full": 90.83
1359
+ }
1360
+ },
1361
+ "by_closure_handling": {
1362
+ "closed_absence": {
1363
+ "n": 106,
1364
+ "truth": 83.96,
1365
+ "source": 87.74,
1366
+ "closure": 86.79,
1367
+ "full": 83.96
1368
+ },
1369
+ "entailed_or_explicit": {
1370
+ "n": 72,
1371
+ "truth": 100.0,
1372
+ "source": 97.22,
1373
+ "closure": 90.28,
1374
+ "full": 87.5
1375
+ },
1376
+ "explicit_negative": {
1377
+ "n": 72,
1378
+ "truth": 100.0,
1379
+ "source": 100.0,
1380
+ "closure": 100.0,
1381
+ "full": 100.0
1382
+ },
1383
+ "open_absence": {
1384
+ "n": 110,
1385
+ "truth": 100.0,
1386
+ "source": 93.64,
1387
+ "closure": 100.0,
1388
+ "full": 93.64
1389
+ }
1390
+ },
1391
+ "by_source_used": {
1392
+ "agent_a": {
1393
+ "correct": 153,
1394
+ "n": 166,
1395
+ "accuracy": 92.17
1396
+ },
1397
+ "agent_b": {
1398
+ "correct": 170,
1399
+ "n": 179,
1400
+ "accuracy": 94.97
1401
+ },
1402
+ "both": {
1403
+ "correct": 15,
1404
+ "n": 15,
1405
+ "accuracy": 100.0
1406
+ }
1407
+ },
1408
+ "by_family": {
1409
+ "closed_derived_missing_antecedent": {
1410
+ "correct": 15,
1411
+ "n": 21,
1412
+ "accuracy": 71.43
1413
+ },
1414
+ "closed_missing_direct": {
1415
+ "correct": 38,
1416
+ "n": 42,
1417
+ "accuracy": 90.48
1418
+ },
1419
+ "closed_missing_with_open_distractor": {
1420
+ "correct": 38,
1421
+ "n": 39,
1422
+ "accuracy": 97.44
1423
+ },
1424
+ "entailed_closed_conclusion": {
1425
+ "correct": 38,
1426
+ "n": 45,
1427
+ "accuracy": 84.44
1428
+ },
1429
+ "entailed_open_conclusion": {
1430
+ "correct": 25,
1431
+ "n": 27,
1432
+ "accuracy": 92.59
1433
+ },
1434
+ "explicit_negative_closed": {
1435
+ "correct": 36,
1436
+ "n": 36,
1437
+ "accuracy": 100.0
1438
+ },
1439
+ "explicit_negative_open": {
1440
+ "correct": 36,
1441
+ "n": 36,
1442
+ "accuracy": 100.0
1443
+ },
1444
+ "open_derived_missing_antecedent": {
1445
+ "correct": 14,
1446
+ "n": 27,
1447
+ "accuracy": 51.85
1448
+ },
1449
+ "open_missing_direct": {
1450
+ "correct": 36,
1451
+ "n": 36,
1452
+ "accuracy": 100.0
1453
+ },
1454
+ "open_missing_with_closed_distractor": {
1455
+ "correct": 51,
1456
+ "n": 51,
1457
+ "accuracy": 100.0
1458
+ }
1459
+ },
1460
+ "error_types": {
1461
+ "correct": 327,
1462
+ "truth_correct_source_wrong": 9,
1463
+ "closure_loss_closed_treated_open": 17,
1464
+ "truth_correct_closure_wrong": 7
1465
+ }
1466
+ }
1467
+ },
1468
+ {
1469
+ "label": "deepseek-pro",
1470
+ "model": "deepseek-v4-pro",
1471
+ "repeat": 2,
1472
+ "temperature": 0.0,
1473
+ "report": {
1474
+ "n_dataset": 360,
1475
+ "n_scored": 360,
1476
+ "coverage": 100.0,
1477
+ "models": [
1478
+ "deepseek-v4-pro"
1479
+ ],
1480
+ "api_errors": 0,
1481
+ "parse_failures": 0,
1482
+ "json_valid": {
1483
+ "n": 360,
1484
+ "rate": 100.0
1485
+ },
1486
+ "truth_accuracy": {
1487
+ "correct": 345,
1488
+ "n": 360,
1489
+ "accuracy": 95.83
1490
+ },
1491
+ "source_accuracy": {
1492
+ "correct": 352,
1493
+ "n": 360,
1494
+ "accuracy": 97.78
1495
+ },
1496
+ "closure_accuracy": {
1497
+ "correct": 351,
1498
+ "n": 360,
1499
+ "accuracy": 97.5
1500
+ },
1501
+ "full_accuracy": {
1502
+ "correct": 344,
1503
+ "n": 360,
1504
+ "accuracy": 95.56
1505
+ },
1506
+ "semantic_switch_full_accuracy": {
1507
+ "correct": 108,
1508
+ "n": 120,
1509
+ "accuracy": 90.0
1510
+ },
1511
+ "core_switch_full_accuracy": {
1512
+ "correct": 61,
1513
+ "n": 72,
1514
+ "accuracy": 84.72
1515
+ },
1516
+ "closed_absence_accuracy": {
1517
+ "correct": 91,
1518
+ "n": 106,
1519
+ "accuracy": 85.85
1520
+ },
1521
+ "open_absence_accuracy": {
1522
+ "correct": 110,
1523
+ "n": 110,
1524
+ "accuracy": 100.0
1525
+ },
1526
+ "closure_leakage_rate": {
1527
+ "count": 0,
1528
+ "n": 110,
1529
+ "rate": 0.0
1530
+ },
1531
+ "closure_loss_rate": {
1532
+ "count": 15,
1533
+ "n": 106,
1534
+ "rate": 14.15
1535
+ },
1536
+ "agent_a_source_accuracy": {
1537
+ "correct": 158,
1538
+ "n": 166,
1539
+ "accuracy": 95.18
1540
+ },
1541
+ "agent_b_source_accuracy": {
1542
+ "correct": 179,
1543
+ "n": 179,
1544
+ "accuracy": 100.0
1545
+ },
1546
+ "by_semantics": {
1547
+ "cwa": {
1548
+ "n": 120,
1549
+ "truth": 90.83,
1550
+ "source": 96.67,
1551
+ "closure": 96.67,
1552
+ "full": 90.83
1553
+ },
1554
+ "lcwa": {
1555
+ "n": 120,
1556
+ "truth": 96.67,
1557
+ "source": 96.67,
1558
+ "closure": 95.83,
1559
+ "full": 95.83
1560
+ },
1561
+ "owa": {
1562
+ "n": 120,
1563
+ "truth": 100.0,
1564
+ "source": 100.0,
1565
+ "closure": 100.0,
1566
+ "full": 100.0
1567
+ }
1568
+ },
1569
+ "by_closure_handling": {
1570
+ "closed_absence": {
1571
+ "n": 106,
1572
+ "truth": 85.85,
1573
+ "source": 92.45,
1574
+ "closure": 92.45,
1575
+ "full": 85.85
1576
+ },
1577
+ "entailed_or_explicit": {
1578
+ "n": 72,
1579
+ "truth": 100.0,
1580
+ "source": 100.0,
1581
+ "closure": 98.61,
1582
+ "full": 98.61
1583
+ },
1584
+ "explicit_negative": {
1585
+ "n": 72,
1586
+ "truth": 100.0,
1587
+ "source": 100.0,
1588
+ "closure": 100.0,
1589
+ "full": 100.0
1590
+ },
1591
+ "open_absence": {
1592
+ "n": 110,
1593
+ "truth": 100.0,
1594
+ "source": 100.0,
1595
+ "closure": 100.0,
1596
+ "full": 100.0
1597
+ }
1598
+ },
1599
+ "by_source_used": {
1600
+ "agent_a": {
1601
+ "correct": 158,
1602
+ "n": 166,
1603
+ "accuracy": 95.18
1604
+ },
1605
+ "agent_b": {
1606
+ "correct": 179,
1607
+ "n": 179,
1608
+ "accuracy": 100.0
1609
+ },
1610
+ "both": {
1611
+ "correct": 15,
1612
+ "n": 15,
1613
+ "accuracy": 100.0
1614
+ }
1615
+ },
1616
+ "by_family": {
1617
+ "closed_derived_missing_antecedent": {
1618
+ "correct": 11,
1619
+ "n": 21,
1620
+ "accuracy": 52.38
1621
+ },
1622
+ "closed_missing_direct": {
1623
+ "correct": 41,
1624
+ "n": 42,
1625
+ "accuracy": 97.62
1626
+ },
1627
+ "closed_missing_with_open_distractor": {
1628
+ "correct": 39,
1629
+ "n": 39,
1630
+ "accuracy": 100.0
1631
+ },
1632
+ "entailed_closed_conclusion": {
1633
+ "correct": 45,
1634
+ "n": 45,
1635
+ "accuracy": 100.0
1636
+ },
1637
+ "entailed_open_conclusion": {
1638
+ "correct": 26,
1639
+ "n": 27,
1640
+ "accuracy": 96.3
1641
+ },
1642
+ "explicit_negative_closed": {
1643
+ "correct": 36,
1644
+ "n": 36,
1645
+ "accuracy": 100.0
1646
+ },
1647
+ "explicit_negative_open": {
1648
+ "correct": 36,
1649
+ "n": 36,
1650
+ "accuracy": 100.0
1651
+ },
1652
+ "open_derived_missing_antecedent": {
1653
+ "correct": 23,
1654
+ "n": 27,
1655
+ "accuracy": 85.19
1656
+ },
1657
+ "open_missing_direct": {
1658
+ "correct": 36,
1659
+ "n": 36,
1660
+ "accuracy": 100.0
1661
+ },
1662
+ "open_missing_with_closed_distractor": {
1663
+ "correct": 51,
1664
+ "n": 51,
1665
+ "accuracy": 100.0
1666
+ }
1667
+ },
1668
+ "error_types": {
1669
+ "correct": 344,
1670
+ "closure_loss_closed_treated_open": 15,
1671
+ "truth_correct_closure_wrong": 1
1672
+ }
1673
+ }
1674
+ },
1675
+ {
1676
+ "label": "deepseek-pro",
1677
+ "model": "deepseek-v4-pro",
1678
+ "repeat": 3,
1679
+ "temperature": 0.0,
1680
+ "report": {
1681
+ "n_dataset": 360,
1682
+ "n_scored": 360,
1683
+ "coverage": 100.0,
1684
+ "models": [
1685
+ "deepseek-v4-pro"
1686
+ ],
1687
+ "api_errors": 0,
1688
+ "parse_failures": 0,
1689
+ "json_valid": {
1690
+ "n": 360,
1691
+ "rate": 100.0
1692
+ },
1693
+ "truth_accuracy": {
1694
+ "correct": 346,
1695
+ "n": 360,
1696
+ "accuracy": 96.11
1697
+ },
1698
+ "source_accuracy": {
1699
+ "correct": 351,
1700
+ "n": 360,
1701
+ "accuracy": 97.5
1702
+ },
1703
+ "closure_accuracy": {
1704
+ "correct": 346,
1705
+ "n": 360,
1706
+ "accuracy": 96.11
1707
+ },
1708
+ "full_accuracy": {
1709
+ "correct": 339,
1710
+ "n": 360,
1711
+ "accuracy": 94.17
1712
+ },
1713
+ "semantic_switch_full_accuracy": {
1714
+ "correct": 103,
1715
+ "n": 120,
1716
+ "accuracy": 85.83
1717
+ },
1718
+ "core_switch_full_accuracy": {
1719
+ "correct": 61,
1720
+ "n": 72,
1721
+ "accuracy": 84.72
1722
+ },
1723
+ "closed_absence_accuracy": {
1724
+ "correct": 92,
1725
+ "n": 106,
1726
+ "accuracy": 86.79
1727
+ },
1728
+ "open_absence_accuracy": {
1729
+ "correct": 110,
1730
+ "n": 110,
1731
+ "accuracy": 100.0
1732
+ },
1733
+ "closure_leakage_rate": {
1734
+ "count": 0,
1735
+ "n": 110,
1736
+ "rate": 0.0
1737
+ },
1738
+ "closure_loss_rate": {
1739
+ "count": 14,
1740
+ "n": 106,
1741
+ "rate": 13.21
1742
+ },
1743
+ "agent_a_source_accuracy": {
1744
+ "correct": 158,
1745
+ "n": 166,
1746
+ "accuracy": 95.18
1747
+ },
1748
+ "agent_b_source_accuracy": {
1749
+ "correct": 178,
1750
+ "n": 179,
1751
+ "accuracy": 99.44
1752
+ },
1753
+ "by_semantics": {
1754
+ "cwa": {
1755
+ "n": 120,
1756
+ "truth": 91.67,
1757
+ "source": 96.67,
1758
+ "closure": 96.67,
1759
+ "full": 91.67
1760
+ },
1761
+ "lcwa": {
1762
+ "n": 120,
1763
+ "truth": 96.67,
1764
+ "source": 96.67,
1765
+ "closure": 95.83,
1766
+ "full": 95.83
1767
+ },
1768
+ "owa": {
1769
+ "n": 120,
1770
+ "truth": 100.0,
1771
+ "source": 99.17,
1772
+ "closure": 95.83,
1773
+ "full": 95.0
1774
+ }
1775
+ },
1776
+ "by_closure_handling": {
1777
+ "closed_absence": {
1778
+ "n": 106,
1779
+ "truth": 86.79,
1780
+ "source": 92.45,
1781
+ "closure": 92.45,
1782
+ "full": 86.79
1783
+ },
1784
+ "entailed_or_explicit": {
1785
+ "n": 72,
1786
+ "truth": 100.0,
1787
+ "source": 98.61,
1788
+ "closure": 91.67,
1789
+ "full": 90.28
1790
+ },
1791
+ "explicit_negative": {
1792
+ "n": 72,
1793
+ "truth": 100.0,
1794
+ "source": 100.0,
1795
+ "closure": 100.0,
1796
+ "full": 100.0
1797
+ },
1798
+ "open_absence": {
1799
+ "n": 110,
1800
+ "truth": 100.0,
1801
+ "source": 100.0,
1802
+ "closure": 100.0,
1803
+ "full": 100.0
1804
+ }
1805
+ },
1806
+ "by_source_used": {
1807
+ "agent_a": {
1808
+ "correct": 158,
1809
+ "n": 166,
1810
+ "accuracy": 95.18
1811
+ },
1812
+ "agent_b": {
1813
+ "correct": 178,
1814
+ "n": 179,
1815
+ "accuracy": 99.44
1816
+ },
1817
+ "both": {
1818
+ "correct": 15,
1819
+ "n": 15,
1820
+ "accuracy": 100.0
1821
+ }
1822
+ },
1823
+ "by_family": {
1824
+ "closed_derived_missing_antecedent": {
1825
+ "correct": 11,
1826
+ "n": 21,
1827
+ "accuracy": 52.38
1828
+ },
1829
+ "closed_missing_direct": {
1830
+ "correct": 42,
1831
+ "n": 42,
1832
+ "accuracy": 100.0
1833
+ },
1834
+ "closed_missing_with_open_distractor": {
1835
+ "correct": 39,
1836
+ "n": 39,
1837
+ "accuracy": 100.0
1838
+ },
1839
+ "entailed_closed_conclusion": {
1840
+ "correct": 40,
1841
+ "n": 45,
1842
+ "accuracy": 88.89
1843
+ },
1844
+ "entailed_open_conclusion": {
1845
+ "correct": 25,
1846
+ "n": 27,
1847
+ "accuracy": 92.59
1848
+ },
1849
+ "explicit_negative_closed": {
1850
+ "correct": 36,
1851
+ "n": 36,
1852
+ "accuracy": 100.0
1853
+ },
1854
+ "explicit_negative_open": {
1855
+ "correct": 36,
1856
+ "n": 36,
1857
+ "accuracy": 100.0
1858
+ },
1859
+ "open_derived_missing_antecedent": {
1860
+ "correct": 23,
1861
+ "n": 27,
1862
+ "accuracy": 85.19
1863
+ },
1864
+ "open_missing_direct": {
1865
+ "correct": 36,
1866
+ "n": 36,
1867
+ "accuracy": 100.0
1868
+ },
1869
+ "open_missing_with_closed_distractor": {
1870
+ "correct": 51,
1871
+ "n": 51,
1872
+ "accuracy": 100.0
1873
+ }
1874
+ },
1875
+ "error_types": {
1876
+ "correct": 339,
1877
+ "closure_loss_closed_treated_open": 14,
1878
+ "truth_correct_closure_wrong": 6,
1879
+ "truth_correct_source_wrong": 1
1880
+ }
1881
+ }
1882
+ },
1883
+ {
1884
+ "label": "mistral-medium",
1885
+ "model": "mistralai/mistral-medium-3-5",
1886
+ "repeat": 1,
1887
+ "temperature": 0.0,
1888
+ "report": {
1889
+ "n_dataset": 360,
1890
+ "n_scored": 360,
1891
+ "coverage": 100.0,
1892
+ "models": [
1893
+ "mistralai/mistral-medium-3-5"
1894
+ ],
1895
+ "api_errors": 0,
1896
+ "parse_failures": 0,
1897
+ "json_valid": {
1898
+ "n": 360,
1899
+ "rate": 100.0
1900
+ },
1901
+ "truth_accuracy": {
1902
+ "correct": 329,
1903
+ "n": 360,
1904
+ "accuracy": 91.39
1905
+ },
1906
+ "source_accuracy": {
1907
+ "correct": 333,
1908
+ "n": 360,
1909
+ "accuracy": 92.5
1910
+ },
1911
+ "closure_accuracy": {
1912
+ "correct": 285,
1913
+ "n": 360,
1914
+ "accuracy": 79.17
1915
+ },
1916
+ "full_accuracy": {
1917
+ "correct": 262,
1918
+ "n": 360,
1919
+ "accuracy": 72.78
1920
+ },
1921
+ "semantic_switch_full_accuracy": {
1922
+ "correct": 48,
1923
+ "n": 120,
1924
+ "accuracy": 40.0
1925
+ },
1926
+ "core_switch_full_accuracy": {
1927
+ "correct": 48,
1928
+ "n": 72,
1929
+ "accuracy": 66.67
1930
+ },
1931
+ "closed_absence_accuracy": {
1932
+ "correct": 75,
1933
+ "n": 106,
1934
+ "accuracy": 70.75
1935
+ },
1936
+ "open_absence_accuracy": {
1937
+ "correct": 110,
1938
+ "n": 110,
1939
+ "accuracy": 100.0
1940
+ },
1941
+ "closure_leakage_rate": {
1942
+ "count": 0,
1943
+ "n": 110,
1944
+ "rate": 0.0
1945
+ },
1946
+ "closure_loss_rate": {
1947
+ "count": 31,
1948
+ "n": 106,
1949
+ "rate": 29.25
1950
+ },
1951
+ "agent_a_source_accuracy": {
1952
+ "correct": 141,
1953
+ "n": 166,
1954
+ "accuracy": 84.94
1955
+ },
1956
+ "agent_b_source_accuracy": {
1957
+ "correct": 177,
1958
+ "n": 179,
1959
+ "accuracy": 98.88
1960
+ },
1961
+ "by_semantics": {
1962
+ "cwa": {
1963
+ "n": 120,
1964
+ "truth": 80.0,
1965
+ "source": 85.0,
1966
+ "closure": 76.67,
1967
+ "full": 61.67
1968
+ },
1969
+ "lcwa": {
1970
+ "n": 120,
1971
+ "truth": 94.17,
1972
+ "source": 94.17,
1973
+ "closure": 80.0,
1974
+ "full": 76.67
1975
+ },
1976
+ "owa": {
1977
+ "n": 120,
1978
+ "truth": 100.0,
1979
+ "source": 98.33,
1980
+ "closure": 80.83,
1981
+ "full": 80.0
1982
+ }
1983
+ },
1984
+ "by_closure_handling": {
1985
+ "closed_absence": {
1986
+ "n": 106,
1987
+ "truth": 70.75,
1988
+ "source": 76.42,
1989
+ "closure": 91.51,
1990
+ "full": 70.75
1991
+ },
1992
+ "entailed_or_explicit": {
1993
+ "n": 72,
1994
+ "truth": 100.0,
1995
+ "source": 97.22,
1996
+ "closure": 55.56,
1997
+ "full": 54.17
1998
+ },
1999
+ "explicit_negative": {
2000
+ "n": 72,
2001
+ "truth": 100.0,
2002
+ "source": 100.0,
2003
+ "closure": 52.78,
2004
+ "full": 52.78
2005
+ },
2006
+ "open_absence": {
2007
+ "n": 110,
2008
+ "truth": 100.0,
2009
+ "source": 100.0,
2010
+ "closure": 100.0,
2011
+ "full": 100.0
2012
+ }
2013
+ },
2014
+ "by_source_used": {
2015
+ "agent_a": {
2016
+ "correct": 141,
2017
+ "n": 166,
2018
+ "accuracy": 84.94
2019
+ },
2020
+ "agent_b": {
2021
+ "correct": 177,
2022
+ "n": 179,
2023
+ "accuracy": 98.88
2024
+ },
2025
+ "both": {
2026
+ "correct": 15,
2027
+ "n": 15,
2028
+ "accuracy": 100.0
2029
+ }
2030
+ },
2031
+ "by_family": {
2032
+ "closed_derived_missing_antecedent": {
2033
+ "correct": 7,
2034
+ "n": 21,
2035
+ "accuracy": 33.33
2036
+ },
2037
+ "closed_missing_direct": {
2038
+ "correct": 37,
2039
+ "n": 42,
2040
+ "accuracy": 88.1
2041
+ },
2042
+ "closed_missing_with_open_distractor": {
2043
+ "correct": 36,
2044
+ "n": 39,
2045
+ "accuracy": 92.31
2046
+ },
2047
+ "entailed_closed_conclusion": {
2048
+ "correct": 30,
2049
+ "n": 45,
2050
+ "accuracy": 66.67
2051
+ },
2052
+ "entailed_open_conclusion": {
2053
+ "correct": 9,
2054
+ "n": 27,
2055
+ "accuracy": 33.33
2056
+ },
2057
+ "explicit_negative_closed": {
2058
+ "correct": 14,
2059
+ "n": 36,
2060
+ "accuracy": 38.89
2061
+ },
2062
+ "explicit_negative_open": {
2063
+ "correct": 24,
2064
+ "n": 36,
2065
+ "accuracy": 66.67
2066
+ },
2067
+ "open_derived_missing_antecedent": {
2068
+ "correct": 20,
2069
+ "n": 27,
2070
+ "accuracy": 74.07
2071
+ },
2072
+ "open_missing_direct": {
2073
+ "correct": 36,
2074
+ "n": 36,
2075
+ "accuracy": 100.0
2076
+ },
2077
+ "open_missing_with_closed_distractor": {
2078
+ "correct": 49,
2079
+ "n": 51,
2080
+ "accuracy": 96.08
2081
+ }
2082
+ },
2083
+ "error_types": {
2084
+ "correct": 262,
2085
+ "closure_loss_closed_treated_open": 31,
2086
+ "truth_correct_closure_wrong": 65,
2087
+ "truth_correct_source_wrong": 2
2088
+ }
2089
+ }
2090
+ },
2091
+ {
2092
+ "label": "mistral-medium",
2093
+ "model": "mistralai/mistral-medium-3-5",
2094
+ "repeat": 2,
2095
+ "temperature": 0.0,
2096
+ "report": {
2097
+ "n_dataset": 360,
2098
+ "n_scored": 360,
2099
+ "coverage": 100.0,
2100
+ "models": [
2101
+ "mistralai/mistral-medium-3-5"
2102
+ ],
2103
+ "api_errors": 0,
2104
+ "parse_failures": 0,
2105
+ "json_valid": {
2106
+ "n": 360,
2107
+ "rate": 100.0
2108
+ },
2109
+ "truth_accuracy": {
2110
+ "correct": 330,
2111
+ "n": 360,
2112
+ "accuracy": 91.67
2113
+ },
2114
+ "source_accuracy": {
2115
+ "correct": 336,
2116
+ "n": 360,
2117
+ "accuracy": 93.33
2118
+ },
2119
+ "closure_accuracy": {
2120
+ "correct": 315,
2121
+ "n": 360,
2122
+ "accuracy": 87.5
2123
+ },
2124
+ "full_accuracy": {
2125
+ "correct": 297,
2126
+ "n": 360,
2127
+ "accuracy": 82.5
2128
+ },
2129
+ "semantic_switch_full_accuracy": {
2130
+ "correct": 73,
2131
+ "n": 120,
2132
+ "accuracy": 60.83
2133
+ },
2134
+ "core_switch_full_accuracy": {
2135
+ "correct": 49,
2136
+ "n": 72,
2137
+ "accuracy": 68.06
2138
+ },
2139
+ "closed_absence_accuracy": {
2140
+ "correct": 76,
2141
+ "n": 106,
2142
+ "accuracy": 71.7
2143
+ },
2144
+ "open_absence_accuracy": {
2145
+ "correct": 110,
2146
+ "n": 110,
2147
+ "accuracy": 100.0
2148
+ },
2149
+ "closure_leakage_rate": {
2150
+ "count": 0,
2151
+ "n": 110,
2152
+ "rate": 0.0
2153
+ },
2154
+ "closure_loss_rate": {
2155
+ "count": 30,
2156
+ "n": 106,
2157
+ "rate": 28.3
2158
+ },
2159
+ "agent_a_source_accuracy": {
2160
+ "correct": 143,
2161
+ "n": 166,
2162
+ "accuracy": 86.14
2163
+ },
2164
+ "agent_b_source_accuracy": {
2165
+ "correct": 178,
2166
+ "n": 179,
2167
+ "accuracy": 99.44
2168
+ },
2169
+ "by_semantics": {
2170
+ "cwa": {
2171
+ "n": 120,
2172
+ "truth": 80.83,
2173
+ "source": 86.67,
2174
+ "closure": 95.83,
2175
+ "full": 80.83
2176
+ },
2177
+ "lcwa": {
2178
+ "n": 120,
2179
+ "truth": 94.17,
2180
+ "source": 94.17,
2181
+ "closure": 86.67,
2182
+ "full": 86.67
2183
+ },
2184
+ "owa": {
2185
+ "n": 120,
2186
+ "truth": 100.0,
2187
+ "source": 99.17,
2188
+ "closure": 80.0,
2189
+ "full": 80.0
2190
+ }
2191
+ },
2192
+ "by_closure_handling": {
2193
+ "closed_absence": {
2194
+ "n": 106,
2195
+ "truth": 71.7,
2196
+ "source": 78.3,
2197
+ "closure": 88.68,
2198
+ "full": 71.7
2199
+ },
2200
+ "entailed_or_explicit": {
2201
+ "n": 72,
2202
+ "truth": 100.0,
2203
+ "source": 98.61,
2204
+ "closure": 54.17,
2205
+ "full": 54.17
2206
+ },
2207
+ "explicit_negative": {
2208
+ "n": 72,
2209
+ "truth": 100.0,
2210
+ "source": 100.0,
2211
+ "closure": 100.0,
2212
+ "full": 100.0
2213
+ },
2214
+ "open_absence": {
2215
+ "n": 110,
2216
+ "truth": 100.0,
2217
+ "source": 100.0,
2218
+ "closure": 100.0,
2219
+ "full": 100.0
2220
+ }
2221
+ },
2222
+ "by_source_used": {
2223
+ "agent_a": {
2224
+ "correct": 143,
2225
+ "n": 166,
2226
+ "accuracy": 86.14
2227
+ },
2228
+ "agent_b": {
2229
+ "correct": 178,
2230
+ "n": 179,
2231
+ "accuracy": 99.44
2232
+ },
2233
+ "both": {
2234
+ "correct": 15,
2235
+ "n": 15,
2236
+ "accuracy": 100.0
2237
+ }
2238
+ },
2239
+ "by_family": {
2240
+ "closed_derived_missing_antecedent": {
2241
+ "correct": 7,
2242
+ "n": 21,
2243
+ "accuracy": 33.33
2244
+ },
2245
+ "closed_missing_direct": {
2246
+ "correct": 35,
2247
+ "n": 42,
2248
+ "accuracy": 83.33
2249
+ },
2250
+ "closed_missing_with_open_distractor": {
2251
+ "correct": 35,
2252
+ "n": 39,
2253
+ "accuracy": 89.74
2254
+ },
2255
+ "entailed_closed_conclusion": {
2256
+ "correct": 30,
2257
+ "n": 45,
2258
+ "accuracy": 66.67
2259
+ },
2260
+ "entailed_open_conclusion": {
2261
+ "correct": 9,
2262
+ "n": 27,
2263
+ "accuracy": 33.33
2264
+ },
2265
+ "explicit_negative_closed": {
2266
+ "correct": 36,
2267
+ "n": 36,
2268
+ "accuracy": 100.0
2269
+ },
2270
+ "explicit_negative_open": {
2271
+ "correct": 36,
2272
+ "n": 36,
2273
+ "accuracy": 100.0
2274
+ },
2275
+ "open_derived_missing_antecedent": {
2276
+ "correct": 22,
2277
+ "n": 27,
2278
+ "accuracy": 81.48
2279
+ },
2280
+ "open_missing_direct": {
2281
+ "correct": 36,
2282
+ "n": 36,
2283
+ "accuracy": 100.0
2284
+ },
2285
+ "open_missing_with_closed_distractor": {
2286
+ "correct": 51,
2287
+ "n": 51,
2288
+ "accuracy": 100.0
2289
+ }
2290
+ },
2291
+ "error_types": {
2292
+ "correct": 297,
2293
+ "closure_loss_closed_treated_open": 30,
2294
+ "truth_correct_closure_wrong": 32,
2295
+ "truth_correct_source_wrong": 1
2296
+ }
2297
+ }
2298
+ },
2299
+ {
2300
+ "label": "mistral-medium",
2301
+ "model": "mistralai/mistral-medium-3-5",
2302
+ "repeat": 3,
2303
+ "temperature": 0.0,
2304
+ "report": {
2305
+ "n_dataset": 360,
2306
+ "n_scored": 360,
2307
+ "coverage": 100.0,
2308
+ "models": [
2309
+ "mistralai/mistral-medium-3-5"
2310
+ ],
2311
+ "api_errors": 0,
2312
+ "parse_failures": 0,
2313
+ "json_valid": {
2314
+ "n": 360,
2315
+ "rate": 100.0
2316
+ },
2317
+ "truth_accuracy": {
2318
+ "correct": 330,
2319
+ "n": 360,
2320
+ "accuracy": 91.67
2321
+ },
2322
+ "source_accuracy": {
2323
+ "correct": 337,
2324
+ "n": 360,
2325
+ "accuracy": 93.61
2326
+ },
2327
+ "closure_accuracy": {
2328
+ "correct": 316,
2329
+ "n": 360,
2330
+ "accuracy": 87.78
2331
+ },
2332
+ "full_accuracy": {
2333
+ "correct": 297,
2334
+ "n": 360,
2335
+ "accuracy": 82.5
2336
+ },
2337
+ "semantic_switch_full_accuracy": {
2338
+ "correct": 73,
2339
+ "n": 120,
2340
+ "accuracy": 60.83
2341
+ },
2342
+ "core_switch_full_accuracy": {
2343
+ "correct": 49,
2344
+ "n": 72,
2345
+ "accuracy": 68.06
2346
+ },
2347
+ "closed_absence_accuracy": {
2348
+ "correct": 76,
2349
+ "n": 106,
2350
+ "accuracy": 71.7
2351
+ },
2352
+ "open_absence_accuracy": {
2353
+ "correct": 110,
2354
+ "n": 110,
2355
+ "accuracy": 100.0
2356
+ },
2357
+ "closure_leakage_rate": {
2358
+ "count": 0,
2359
+ "n": 110,
2360
+ "rate": 0.0
2361
+ },
2362
+ "closure_loss_rate": {
2363
+ "count": 30,
2364
+ "n": 106,
2365
+ "rate": 28.3
2366
+ },
2367
+ "agent_a_source_accuracy": {
2368
+ "correct": 143,
2369
+ "n": 166,
2370
+ "accuracy": 86.14
2371
+ },
2372
+ "agent_b_source_accuracy": {
2373
+ "correct": 179,
2374
+ "n": 179,
2375
+ "accuracy": 100.0
2376
+ },
2377
+ "by_semantics": {
2378
+ "cwa": {
2379
+ "n": 120,
2380
+ "truth": 80.83,
2381
+ "source": 86.67,
2382
+ "closure": 95.83,
2383
+ "full": 80.83
2384
+ },
2385
+ "lcwa": {
2386
+ "n": 120,
2387
+ "truth": 94.17,
2388
+ "source": 94.17,
2389
+ "closure": 87.5,
2390
+ "full": 86.67
2391
+ },
2392
+ "owa": {
2393
+ "n": 120,
2394
+ "truth": 100.0,
2395
+ "source": 100.0,
2396
+ "closure": 80.0,
2397
+ "full": 80.0
2398
+ }
2399
+ },
2400
+ "by_closure_handling": {
2401
+ "closed_absence": {
2402
+ "n": 106,
2403
+ "truth": 71.7,
2404
+ "source": 78.3,
2405
+ "closure": 89.62,
2406
+ "full": 71.7
2407
+ },
2408
+ "entailed_or_explicit": {
2409
+ "n": 72,
2410
+ "truth": 100.0,
2411
+ "source": 100.0,
2412
+ "closure": 54.17,
2413
+ "full": 54.17
2414
+ },
2415
+ "explicit_negative": {
2416
+ "n": 72,
2417
+ "truth": 100.0,
2418
+ "source": 100.0,
2419
+ "closure": 100.0,
2420
+ "full": 100.0
2421
+ },
2422
+ "open_absence": {
2423
+ "n": 110,
2424
+ "truth": 100.0,
2425
+ "source": 100.0,
2426
+ "closure": 100.0,
2427
+ "full": 100.0
2428
+ }
2429
+ },
2430
+ "by_source_used": {
2431
+ "agent_a": {
2432
+ "correct": 143,
2433
+ "n": 166,
2434
+ "accuracy": 86.14
2435
+ },
2436
+ "agent_b": {
2437
+ "correct": 179,
2438
+ "n": 179,
2439
+ "accuracy": 100.0
2440
+ },
2441
+ "both": {
2442
+ "correct": 15,
2443
+ "n": 15,
2444
+ "accuracy": 100.0
2445
+ }
2446
+ },
2447
+ "by_family": {
2448
+ "closed_derived_missing_antecedent": {
2449
+ "correct": 7,
2450
+ "n": 21,
2451
+ "accuracy": 33.33
2452
+ },
2453
+ "closed_missing_direct": {
2454
+ "correct": 37,
2455
+ "n": 42,
2456
+ "accuracy": 88.1
2457
+ },
2458
+ "closed_missing_with_open_distractor": {
2459
+ "correct": 34,
2460
+ "n": 39,
2461
+ "accuracy": 87.18
2462
+ },
2463
+ "entailed_closed_conclusion": {
2464
+ "correct": 30,
2465
+ "n": 45,
2466
+ "accuracy": 66.67
2467
+ },
2468
+ "entailed_open_conclusion": {
2469
+ "correct": 9,
2470
+ "n": 27,
2471
+ "accuracy": 33.33
2472
+ },
2473
+ "explicit_negative_closed": {
2474
+ "correct": 36,
2475
+ "n": 36,
2476
+ "accuracy": 100.0
2477
+ },
2478
+ "explicit_negative_open": {
2479
+ "correct": 36,
2480
+ "n": 36,
2481
+ "accuracy": 100.0
2482
+ },
2483
+ "open_derived_missing_antecedent": {
2484
+ "correct": 21,
2485
+ "n": 27,
2486
+ "accuracy": 77.78
2487
+ },
2488
+ "open_missing_direct": {
2489
+ "correct": 36,
2490
+ "n": 36,
2491
+ "accuracy": 100.0
2492
+ },
2493
+ "open_missing_with_closed_distractor": {
2494
+ "correct": 51,
2495
+ "n": 51,
2496
+ "accuracy": 100.0
2497
+ }
2498
+ },
2499
+ "error_types": {
2500
+ "correct": 297,
2501
+ "closure_loss_closed_treated_open": 30,
2502
+ "truth_correct_closure_wrong": 33
2503
+ }
2504
+ }
2505
+ },
2506
+ {
2507
+ "label": "llama-scout",
2508
+ "model": "meta-llama/llama-4-scout",
2509
+ "repeat": 1,
2510
+ "temperature": 0.0,
2511
+ "report": {
2512
+ "n_dataset": 360,
2513
+ "n_scored": 360,
2514
+ "coverage": 100.0,
2515
+ "models": [
2516
+ "meta-llama/llama-4-scout"
2517
+ ],
2518
+ "api_errors": 0,
2519
+ "parse_failures": 11,
2520
+ "json_valid": {
2521
+ "n": 104,
2522
+ "rate": 28.89
2523
+ },
2524
+ "truth_accuracy": {
2525
+ "correct": 278,
2526
+ "n": 360,
2527
+ "accuracy": 77.22
2528
+ },
2529
+ "source_accuracy": {
2530
+ "correct": 274,
2531
+ "n": 360,
2532
+ "accuracy": 76.11
2533
+ },
2534
+ "closure_accuracy": {
2535
+ "correct": 267,
2536
+ "n": 360,
2537
+ "accuracy": 74.17
2538
+ },
2539
+ "full_accuracy": {
2540
+ "correct": 248,
2541
+ "n": 360,
2542
+ "accuracy": 68.89
2543
+ },
2544
+ "semantic_switch_full_accuracy": {
2545
+ "correct": 42,
2546
+ "n": 120,
2547
+ "accuracy": 35.0
2548
+ },
2549
+ "core_switch_full_accuracy": {
2550
+ "correct": 10,
2551
+ "n": 72,
2552
+ "accuracy": 13.89
2553
+ },
2554
+ "closed_absence_accuracy": {
2555
+ "correct": 18,
2556
+ "n": 106,
2557
+ "accuracy": 16.98
2558
+ },
2559
+ "open_absence_accuracy": {
2560
+ "correct": 106,
2561
+ "n": 110,
2562
+ "accuracy": 96.36
2563
+ },
2564
+ "closure_leakage_rate": {
2565
+ "count": 1,
2566
+ "n": 110,
2567
+ "rate": 0.91
2568
+ },
2569
+ "closure_loss_rate": {
2570
+ "count": 76,
2571
+ "n": 106,
2572
+ "rate": 71.7
2573
+ },
2574
+ "agent_a_source_accuracy": {
2575
+ "correct": 92,
2576
+ "n": 166,
2577
+ "accuracy": 55.42
2578
+ },
2579
+ "agent_b_source_accuracy": {
2580
+ "correct": 167,
2581
+ "n": 179,
2582
+ "accuracy": 93.3
2583
+ },
2584
+ "by_semantics": {
2585
+ "cwa": {
2586
+ "n": 120,
2587
+ "truth": 58.33,
2588
+ "source": 65.83,
2589
+ "closure": 54.17,
2590
+ "full": 50.0
2591
+ },
2592
+ "lcwa": {
2593
+ "n": 120,
2594
+ "truth": 74.17,
2595
+ "source": 66.67,
2596
+ "closure": 70.0,
2597
+ "full": 62.5
2598
+ },
2599
+ "owa": {
2600
+ "n": 120,
2601
+ "truth": 99.17,
2602
+ "source": 95.83,
2603
+ "closure": 98.33,
2604
+ "full": 94.17
2605
+ }
2606
+ },
2607
+ "by_closure_handling": {
2608
+ "closed_absence": {
2609
+ "n": 106,
2610
+ "truth": 27.36,
2611
+ "source": 33.02,
2612
+ "closure": 23.58,
2613
+ "full": 16.98
2614
+ },
2615
+ "entailed_or_explicit": {
2616
+ "n": 72,
2617
+ "truth": 95.83,
2618
+ "source": 87.5,
2619
+ "closure": 95.83,
2620
+ "full": 84.72
2621
+ },
2622
+ "explicit_negative": {
2623
+ "n": 72,
2624
+ "truth": 100.0,
2625
+ "source": 94.44,
2626
+ "closure": 90.28,
2627
+ "full": 87.5
2628
+ },
2629
+ "open_absence": {
2630
+ "n": 110,
2631
+ "truth": 98.18,
2632
+ "source": 98.18,
2633
+ "closure": 98.18,
2634
+ "full": 96.36
2635
+ }
2636
+ },
2637
+ "by_source_used": {
2638
+ "agent_a": {
2639
+ "correct": 92,
2640
+ "n": 166,
2641
+ "accuracy": 55.42
2642
+ },
2643
+ "agent_b": {
2644
+ "correct": 167,
2645
+ "n": 179,
2646
+ "accuracy": 93.3
2647
+ },
2648
+ "both": {
2649
+ "correct": 15,
2650
+ "n": 15,
2651
+ "accuracy": 100.0
2652
+ }
2653
+ },
2654
+ "by_family": {
2655
+ "closed_derived_missing_antecedent": {
2656
+ "correct": 8,
2657
+ "n": 21,
2658
+ "accuracy": 38.1
2659
+ },
2660
+ "closed_missing_direct": {
2661
+ "correct": 17,
2662
+ "n": 42,
2663
+ "accuracy": 40.48
2664
+ },
2665
+ "closed_missing_with_open_distractor": {
2666
+ "correct": 16,
2667
+ "n": 39,
2668
+ "accuracy": 41.03
2669
+ },
2670
+ "entailed_closed_conclusion": {
2671
+ "correct": 39,
2672
+ "n": 45,
2673
+ "accuracy": 86.67
2674
+ },
2675
+ "entailed_open_conclusion": {
2676
+ "correct": 22,
2677
+ "n": 27,
2678
+ "accuracy": 81.48
2679
+ },
2680
+ "explicit_negative_closed": {
2681
+ "correct": 31,
2682
+ "n": 36,
2683
+ "accuracy": 86.11
2684
+ },
2685
+ "explicit_negative_open": {
2686
+ "correct": 32,
2687
+ "n": 36,
2688
+ "accuracy": 88.89
2689
+ },
2690
+ "open_derived_missing_antecedent": {
2691
+ "correct": 22,
2692
+ "n": 27,
2693
+ "accuracy": 81.48
2694
+ },
2695
+ "open_missing_direct": {
2696
+ "correct": 27,
2697
+ "n": 36,
2698
+ "accuracy": 75.0
2699
+ },
2700
+ "open_missing_with_closed_distractor": {
2701
+ "correct": 34,
2702
+ "n": 51,
2703
+ "accuracy": 66.67
2704
+ }
2705
+ },
2706
+ "error_types": {
2707
+ "closure_loss_closed_treated_open": 76,
2708
+ "truth_correct_source_wrong": 21,
2709
+ "correct": 248,
2710
+ "truth_correct_closure_wrong": 9,
2711
+ "closure_leakage_open_treated_closed": 1,
2712
+ "truth_wrong": 2,
2713
+ "parse_failure": 3
2714
+ }
2715
+ }
2716
+ },
2717
+ {
2718
+ "label": "llama-scout",
2719
+ "model": "meta-llama/llama-4-scout",
2720
+ "repeat": 2,
2721
+ "temperature": 0.0,
2722
+ "report": {
2723
+ "n_dataset": 360,
2724
+ "n_scored": 360,
2725
+ "coverage": 100.0,
2726
+ "models": [
2727
+ "meta-llama/llama-4-scout"
2728
+ ],
2729
+ "api_errors": 0,
2730
+ "parse_failures": 6,
2731
+ "json_valid": {
2732
+ "n": 118,
2733
+ "rate": 32.78
2734
+ },
2735
+ "truth_accuracy": {
2736
+ "correct": 277,
2737
+ "n": 360,
2738
+ "accuracy": 76.94
2739
+ },
2740
+ "source_accuracy": {
2741
+ "correct": 281,
2742
+ "n": 360,
2743
+ "accuracy": 78.06
2744
+ },
2745
+ "closure_accuracy": {
2746
+ "correct": 270,
2747
+ "n": 360,
2748
+ "accuracy": 75.0
2749
+ },
2750
+ "full_accuracy": {
2751
+ "correct": 255,
2752
+ "n": 360,
2753
+ "accuracy": 70.83
2754
+ },
2755
+ "semantic_switch_full_accuracy": {
2756
+ "correct": 42,
2757
+ "n": 120,
2758
+ "accuracy": 35.0
2759
+ },
2760
+ "core_switch_full_accuracy": {
2761
+ "correct": 11,
2762
+ "n": 72,
2763
+ "accuracy": 15.28
2764
+ },
2765
+ "closed_absence_accuracy": {
2766
+ "correct": 24,
2767
+ "n": 106,
2768
+ "accuracy": 22.64
2769
+ },
2770
+ "open_absence_accuracy": {
2771
+ "correct": 104,
2772
+ "n": 110,
2773
+ "accuracy": 94.55
2774
+ },
2775
+ "closure_leakage_rate": {
2776
+ "count": 5,
2777
+ "n": 110,
2778
+ "rate": 4.55
2779
+ },
2780
+ "closure_loss_rate": {
2781
+ "count": 74,
2782
+ "n": 106,
2783
+ "rate": 69.81
2784
+ },
2785
+ "agent_a_source_accuracy": {
2786
+ "correct": 89,
2787
+ "n": 166,
2788
+ "accuracy": 53.61
2789
+ },
2790
+ "agent_b_source_accuracy": {
2791
+ "correct": 177,
2792
+ "n": 179,
2793
+ "accuracy": 98.88
2794
+ },
2795
+ "by_semantics": {
2796
+ "cwa": {
2797
+ "n": 120,
2798
+ "truth": 57.5,
2799
+ "source": 59.17,
2800
+ "closure": 55.83,
2801
+ "full": 48.33
2802
+ },
2803
+ "lcwa": {
2804
+ "n": 120,
2805
+ "truth": 76.67,
2806
+ "source": 75.83,
2807
+ "closure": 75.0,
2808
+ "full": 71.67
2809
+ },
2810
+ "owa": {
2811
+ "n": 120,
2812
+ "truth": 96.67,
2813
+ "source": 99.17,
2814
+ "closure": 94.17,
2815
+ "full": 92.5
2816
+ }
2817
+ },
2818
+ "by_closure_handling": {
2819
+ "closed_absence": {
2820
+ "n": 106,
2821
+ "truth": 28.3,
2822
+ "source": 33.02,
2823
+ "closure": 28.3,
2824
+ "full": 22.64
2825
+ },
2826
+ "entailed_or_explicit": {
2827
+ "n": 72,
2828
+ "truth": 100.0,
2829
+ "source": 90.28,
2830
+ "closure": 93.06,
2831
+ "full": 83.33
2832
+ },
2833
+ "explicit_negative": {
2834
+ "n": 72,
2835
+ "truth": 98.61,
2836
+ "source": 98.61,
2837
+ "closure": 94.44,
2838
+ "full": 93.06
2839
+ },
2840
+ "open_absence": {
2841
+ "n": 110,
2842
+ "truth": 94.55,
2843
+ "source": 100.0,
2844
+ "closure": 95.45,
2845
+ "full": 94.55
2846
+ }
2847
+ },
2848
+ "by_source_used": {
2849
+ "agent_a": {
2850
+ "correct": 89,
2851
+ "n": 166,
2852
+ "accuracy": 53.61
2853
+ },
2854
+ "agent_b": {
2855
+ "correct": 177,
2856
+ "n": 179,
2857
+ "accuracy": 98.88
2858
+ },
2859
+ "both": {
2860
+ "correct": 15,
2861
+ "n": 15,
2862
+ "accuracy": 100.0
2863
+ }
2864
+ },
2865
+ "by_family": {
2866
+ "closed_derived_missing_antecedent": {
2867
+ "correct": 7,
2868
+ "n": 21,
2869
+ "accuracy": 33.33
2870
+ },
2871
+ "closed_missing_direct": {
2872
+ "correct": 20,
2873
+ "n": 42,
2874
+ "accuracy": 47.62
2875
+ },
2876
+ "closed_missing_with_open_distractor": {
2877
+ "correct": 18,
2878
+ "n": 39,
2879
+ "accuracy": 46.15
2880
+ },
2881
+ "entailed_closed_conclusion": {
2882
+ "correct": 38,
2883
+ "n": 45,
2884
+ "accuracy": 84.44
2885
+ },
2886
+ "entailed_open_conclusion": {
2887
+ "correct": 22,
2888
+ "n": 27,
2889
+ "accuracy": 81.48
2890
+ },
2891
+ "explicit_negative_closed": {
2892
+ "correct": 33,
2893
+ "n": 36,
2894
+ "accuracy": 91.67
2895
+ },
2896
+ "explicit_negative_open": {
2897
+ "correct": 34,
2898
+ "n": 36,
2899
+ "accuracy": 94.44
2900
+ },
2901
+ "open_derived_missing_antecedent": {
2902
+ "correct": 21,
2903
+ "n": 27,
2904
+ "accuracy": 77.78
2905
+ },
2906
+ "open_missing_direct": {
2907
+ "correct": 26,
2908
+ "n": 36,
2909
+ "accuracy": 72.22
2910
+ },
2911
+ "open_missing_with_closed_distractor": {
2912
+ "correct": 36,
2913
+ "n": 51,
2914
+ "accuracy": 70.59
2915
+ }
2916
+ },
2917
+ "error_types": {
2918
+ "closure_loss_closed_treated_open": 74,
2919
+ "correct": 255,
2920
+ "closure_leakage_open_treated_closed": 5,
2921
+ "truth_correct_source_wrong": 12,
2922
+ "truth_correct_closure_wrong": 10,
2923
+ "truth_wrong": 4
2924
+ }
2925
+ }
2926
+ },
2927
+ {
2928
+ "label": "llama-scout",
2929
+ "model": "meta-llama/llama-4-scout",
2930
+ "repeat": 3,
2931
+ "temperature": 0.0,
2932
+ "report": {
2933
+ "n_dataset": 360,
2934
+ "n_scored": 360,
2935
+ "coverage": 100.0,
2936
+ "models": [
2937
+ "meta-llama/llama-4-scout"
2938
+ ],
2939
+ "api_errors": 0,
2940
+ "parse_failures": 10,
2941
+ "json_valid": {
2942
+ "n": 121,
2943
+ "rate": 33.61
2944
+ },
2945
+ "truth_accuracy": {
2946
+ "correct": 275,
2947
+ "n": 360,
2948
+ "accuracy": 76.39
2949
+ },
2950
+ "source_accuracy": {
2951
+ "correct": 286,
2952
+ "n": 360,
2953
+ "accuracy": 79.44
2954
+ },
2955
+ "closure_accuracy": {
2956
+ "correct": 266,
2957
+ "n": 360,
2958
+ "accuracy": 73.89
2959
+ },
2960
+ "full_accuracy": {
2961
+ "correct": 260,
2962
+ "n": 360,
2963
+ "accuracy": 72.22
2964
+ },
2965
+ "semantic_switch_full_accuracy": {
2966
+ "correct": 48,
2967
+ "n": 120,
2968
+ "accuracy": 40.0
2969
+ },
2970
+ "core_switch_full_accuracy": {
2971
+ "correct": 11,
2972
+ "n": 72,
2973
+ "accuracy": 15.28
2974
+ },
2975
+ "closed_absence_accuracy": {
2976
+ "correct": 24,
2977
+ "n": 106,
2978
+ "accuracy": 22.64
2979
+ },
2980
+ "open_absence_accuracy": {
2981
+ "correct": 105,
2982
+ "n": 110,
2983
+ "accuracy": 95.45
2984
+ },
2985
+ "closure_leakage_rate": {
2986
+ "count": 3,
2987
+ "n": 110,
2988
+ "rate": 2.73
2989
+ },
2990
+ "closure_loss_rate": {
2991
+ "count": 76,
2992
+ "n": 106,
2993
+ "rate": 71.7
2994
+ },
2995
+ "agent_a_source_accuracy": {
2996
+ "correct": 97,
2997
+ "n": 166,
2998
+ "accuracy": 58.43
2999
+ },
3000
+ "agent_b_source_accuracy": {
3001
+ "correct": 175,
3002
+ "n": 179,
3003
+ "accuracy": 97.77
3004
+ },
3005
+ "by_semantics": {
3006
+ "cwa": {
3007
+ "n": 120,
3008
+ "truth": 53.33,
3009
+ "source": 63.33,
3010
+ "closure": 52.5,
3011
+ "full": 50.83
3012
+ },
3013
+ "lcwa": {
3014
+ "n": 120,
3015
+ "truth": 77.5,
3016
+ "source": 76.67,
3017
+ "closure": 74.17,
3018
+ "full": 72.5
3019
+ },
3020
+ "owa": {
3021
+ "n": 120,
3022
+ "truth": 98.33,
3023
+ "source": 98.33,
3024
+ "closure": 95.0,
3025
+ "full": 93.33
3026
+ }
3027
+ },
3028
+ "by_closure_handling": {
3029
+ "closed_absence": {
3030
+ "n": 106,
3031
+ "truth": 24.53,
3032
+ "source": 36.79,
3033
+ "closure": 22.64,
3034
+ "full": 22.64
3035
+ },
3036
+ "entailed_or_explicit": {
3037
+ "n": 72,
3038
+ "truth": 98.61,
3039
+ "source": 91.67,
3040
+ "closure": 91.67,
3041
+ "full": 84.72
3042
+ },
3043
+ "explicit_negative": {
3044
+ "n": 72,
3045
+ "truth": 100.0,
3046
+ "source": 100.0,
3047
+ "closure": 97.22,
3048
+ "full": 97.22
3049
+ },
3050
+ "open_absence": {
3051
+ "n": 110,
3052
+ "truth": 96.36,
3053
+ "source": 99.09,
3054
+ "closure": 96.36,
3055
+ "full": 95.45
3056
+ }
3057
+ },
3058
+ "by_source_used": {
3059
+ "agent_a": {
3060
+ "correct": 97,
3061
+ "n": 166,
3062
+ "accuracy": 58.43
3063
+ },
3064
+ "agent_b": {
3065
+ "correct": 175,
3066
+ "n": 179,
3067
+ "accuracy": 97.77
3068
+ },
3069
+ "both": {
3070
+ "correct": 14,
3071
+ "n": 15,
3072
+ "accuracy": 93.33
3073
+ }
3074
+ },
3075
+ "by_family": {
3076
+ "closed_derived_missing_antecedent": {
3077
+ "correct": 7,
3078
+ "n": 21,
3079
+ "accuracy": 33.33
3080
+ },
3081
+ "closed_missing_direct": {
3082
+ "correct": 19,
3083
+ "n": 42,
3084
+ "accuracy": 45.24
3085
+ },
3086
+ "closed_missing_with_open_distractor": {
3087
+ "correct": 19,
3088
+ "n": 39,
3089
+ "accuracy": 48.72
3090
+ },
3091
+ "entailed_closed_conclusion": {
3092
+ "correct": 41,
3093
+ "n": 45,
3094
+ "accuracy": 91.11
3095
+ },
3096
+ "entailed_open_conclusion": {
3097
+ "correct": 20,
3098
+ "n": 27,
3099
+ "accuracy": 74.07
3100
+ },
3101
+ "explicit_negative_closed": {
3102
+ "correct": 34,
3103
+ "n": 36,
3104
+ "accuracy": 94.44
3105
+ },
3106
+ "explicit_negative_open": {
3107
+ "correct": 36,
3108
+ "n": 36,
3109
+ "accuracy": 100.0
3110
+ },
3111
+ "open_derived_missing_antecedent": {
3112
+ "correct": 18,
3113
+ "n": 27,
3114
+ "accuracy": 66.67
3115
+ },
3116
+ "open_missing_direct": {
3117
+ "correct": 28,
3118
+ "n": 36,
3119
+ "accuracy": 77.78
3120
+ },
3121
+ "open_missing_with_closed_distractor": {
3122
+ "correct": 38,
3123
+ "n": 51,
3124
+ "accuracy": 74.51
3125
+ }
3126
+ },
3127
+ "error_types": {
3128
+ "closure_loss_closed_treated_open": 76,
3129
+ "correct": 260,
3130
+ "parse_failure": 3,
3131
+ "truth_correct_closure_wrong": 9,
3132
+ "closure_leakage_open_treated_closed": 3,
3133
+ "truth_correct_source_wrong": 6,
3134
+ "truth_wrong": 3
3135
+ }
3136
+ }
3137
+ },
3138
+ {
3139
+ "label": "llama-maverick",
3140
+ "model": "meta-llama/llama-4-maverick",
3141
+ "repeat": 1,
3142
+ "temperature": 0.0,
3143
+ "report": {
3144
+ "n_dataset": 360,
3145
+ "n_scored": 360,
3146
+ "coverage": 100.0,
3147
+ "models": [
3148
+ "meta-llama/llama-4-maverick"
3149
+ ],
3150
+ "api_errors": 0,
3151
+ "parse_failures": 0,
3152
+ "json_valid": {
3153
+ "n": 0,
3154
+ "rate": 0.0
3155
+ },
3156
+ "truth_accuracy": {
3157
+ "correct": 360,
3158
+ "n": 360,
3159
+ "accuracy": 100.0
3160
+ },
3161
+ "source_accuracy": {
3162
+ "correct": 351,
3163
+ "n": 360,
3164
+ "accuracy": 97.5
3165
+ },
3166
+ "closure_accuracy": {
3167
+ "correct": 351,
3168
+ "n": 360,
3169
+ "accuracy": 97.5
3170
+ },
3171
+ "full_accuracy": {
3172
+ "correct": 343,
3173
+ "n": 360,
3174
+ "accuracy": 95.28
3175
+ },
3176
+ "semantic_switch_full_accuracy": {
3177
+ "correct": 106,
3178
+ "n": 120,
3179
+ "accuracy": 88.33
3180
+ },
3181
+ "core_switch_full_accuracy": {
3182
+ "correct": 60,
3183
+ "n": 72,
3184
+ "accuracy": 83.33
3185
+ },
3186
+ "closed_absence_accuracy": {
3187
+ "correct": 93,
3188
+ "n": 106,
3189
+ "accuracy": 87.74
3190
+ },
3191
+ "open_absence_accuracy": {
3192
+ "correct": 108,
3193
+ "n": 110,
3194
+ "accuracy": 98.18
3195
+ },
3196
+ "closure_leakage_rate": {
3197
+ "count": 0,
3198
+ "n": 110,
3199
+ "rate": 0.0
3200
+ },
3201
+ "closure_loss_rate": {
3202
+ "count": 0,
3203
+ "n": 106,
3204
+ "rate": 0.0
3205
+ },
3206
+ "agent_a_source_accuracy": {
3207
+ "correct": 159,
3208
+ "n": 166,
3209
+ "accuracy": 95.78
3210
+ },
3211
+ "agent_b_source_accuracy": {
3212
+ "correct": 177,
3213
+ "n": 179,
3214
+ "accuracy": 98.88
3215
+ },
3216
+ "by_semantics": {
3217
+ "cwa": {
3218
+ "n": 120,
3219
+ "truth": 100.0,
3220
+ "source": 100.0,
3221
+ "closure": 95.0,
3222
+ "full": 95.0
3223
+ },
3224
+ "lcwa": {
3225
+ "n": 120,
3226
+ "truth": 100.0,
3227
+ "source": 93.33,
3228
+ "closure": 98.33,
3229
+ "full": 92.5
3230
+ },
3231
+ "owa": {
3232
+ "n": 120,
3233
+ "truth": 100.0,
3234
+ "source": 99.17,
3235
+ "closure": 99.17,
3236
+ "full": 98.33
3237
+ }
3238
+ },
3239
+ "by_closure_handling": {
3240
+ "closed_absence": {
3241
+ "n": 106,
3242
+ "truth": 100.0,
3243
+ "source": 93.4,
3244
+ "closure": 93.4,
3245
+ "full": 87.74
3246
+ },
3247
+ "entailed_or_explicit": {
3248
+ "n": 72,
3249
+ "truth": 100.0,
3250
+ "source": 100.0,
3251
+ "closure": 97.22,
3252
+ "full": 97.22
3253
+ },
3254
+ "explicit_negative": {
3255
+ "n": 72,
3256
+ "truth": 100.0,
3257
+ "source": 100.0,
3258
+ "closure": 100.0,
3259
+ "full": 100.0
3260
+ },
3261
+ "open_absence": {
3262
+ "n": 110,
3263
+ "truth": 100.0,
3264
+ "source": 98.18,
3265
+ "closure": 100.0,
3266
+ "full": 98.18
3267
+ }
3268
+ },
3269
+ "by_source_used": {
3270
+ "agent_a": {
3271
+ "correct": 159,
3272
+ "n": 166,
3273
+ "accuracy": 95.78
3274
+ },
3275
+ "agent_b": {
3276
+ "correct": 177,
3277
+ "n": 179,
3278
+ "accuracy": 98.88
3279
+ },
3280
+ "both": {
3281
+ "correct": 15,
3282
+ "n": 15,
3283
+ "accuracy": 100.0
3284
+ }
3285
+ },
3286
+ "by_family": {
3287
+ "closed_derived_missing_antecedent": {
3288
+ "correct": 12,
3289
+ "n": 21,
3290
+ "accuracy": 57.14
3291
+ },
3292
+ "closed_missing_direct": {
3293
+ "correct": 40,
3294
+ "n": 42,
3295
+ "accuracy": 95.24
3296
+ },
3297
+ "closed_missing_with_open_distractor": {
3298
+ "correct": 38,
3299
+ "n": 39,
3300
+ "accuracy": 97.44
3301
+ },
3302
+ "entailed_closed_conclusion": {
3303
+ "correct": 43,
3304
+ "n": 45,
3305
+ "accuracy": 95.56
3306
+ },
3307
+ "entailed_open_conclusion": {
3308
+ "correct": 27,
3309
+ "n": 27,
3310
+ "accuracy": 100.0
3311
+ },
3312
+ "explicit_negative_closed": {
3313
+ "correct": 36,
3314
+ "n": 36,
3315
+ "accuracy": 100.0
3316
+ },
3317
+ "explicit_negative_open": {
3318
+ "correct": 36,
3319
+ "n": 36,
3320
+ "accuracy": 100.0
3321
+ },
3322
+ "open_derived_missing_antecedent": {
3323
+ "correct": 24,
3324
+ "n": 27,
3325
+ "accuracy": 88.89
3326
+ },
3327
+ "open_missing_direct": {
3328
+ "correct": 36,
3329
+ "n": 36,
3330
+ "accuracy": 100.0
3331
+ },
3332
+ "open_missing_with_closed_distractor": {
3333
+ "correct": 51,
3334
+ "n": 51,
3335
+ "accuracy": 100.0
3336
+ }
3337
+ },
3338
+ "error_types": {
3339
+ "correct": 343,
3340
+ "truth_correct_closure_wrong": 8,
3341
+ "truth_correct_source_wrong": 9
3342
+ }
3343
+ }
3344
+ },
3345
+ {
3346
+ "label": "llama-maverick",
3347
+ "model": "meta-llama/llama-4-maverick",
3348
+ "repeat": 2,
3349
+ "temperature": 0.0,
3350
+ "report": {
3351
+ "n_dataset": 360,
3352
+ "n_scored": 360,
3353
+ "coverage": 100.0,
3354
+ "models": [
3355
+ "meta-llama/llama-4-maverick"
3356
+ ],
3357
+ "api_errors": 0,
3358
+ "parse_failures": 0,
3359
+ "json_valid": {
3360
+ "n": 0,
3361
+ "rate": 0.0
3362
+ },
3363
+ "truth_accuracy": {
3364
+ "correct": 354,
3365
+ "n": 360,
3366
+ "accuracy": 98.33
3367
+ },
3368
+ "source_accuracy": {
3369
+ "correct": 348,
3370
+ "n": 360,
3371
+ "accuracy": 96.67
3372
+ },
3373
+ "closure_accuracy": {
3374
+ "correct": 350,
3375
+ "n": 360,
3376
+ "accuracy": 97.22
3377
+ },
3378
+ "full_accuracy": {
3379
+ "correct": 344,
3380
+ "n": 360,
3381
+ "accuracy": 95.56
3382
+ },
3383
+ "semantic_switch_full_accuracy": {
3384
+ "correct": 104,
3385
+ "n": 120,
3386
+ "accuracy": 86.67
3387
+ },
3388
+ "core_switch_full_accuracy": {
3389
+ "correct": 60,
3390
+ "n": 72,
3391
+ "accuracy": 83.33
3392
+ },
3393
+ "closed_absence_accuracy": {
3394
+ "correct": 94,
3395
+ "n": 106,
3396
+ "accuracy": 88.68
3397
+ },
3398
+ "open_absence_accuracy": {
3399
+ "correct": 110,
3400
+ "n": 110,
3401
+ "accuracy": 100.0
3402
+ },
3403
+ "closure_leakage_rate": {
3404
+ "count": 0,
3405
+ "n": 110,
3406
+ "rate": 0.0
3407
+ },
3408
+ "closure_loss_rate": {
3409
+ "count": 6,
3410
+ "n": 106,
3411
+ "rate": 5.66
3412
+ },
3413
+ "agent_a_source_accuracy": {
3414
+ "correct": 154,
3415
+ "n": 166,
3416
+ "accuracy": 92.77
3417
+ },
3418
+ "agent_b_source_accuracy": {
3419
+ "correct": 179,
3420
+ "n": 179,
3421
+ "accuracy": 100.0
3422
+ },
3423
+ "by_semantics": {
3424
+ "cwa": {
3425
+ "n": 120,
3426
+ "truth": 95.0,
3427
+ "source": 95.0,
3428
+ "closure": 93.33,
3429
+ "full": 93.33
3430
+ },
3431
+ "lcwa": {
3432
+ "n": 120,
3433
+ "truth": 100.0,
3434
+ "source": 95.0,
3435
+ "closure": 99.17,
3436
+ "full": 94.17
3437
+ },
3438
+ "owa": {
3439
+ "n": 120,
3440
+ "truth": 100.0,
3441
+ "source": 100.0,
3442
+ "closure": 99.17,
3443
+ "full": 99.17
3444
+ }
3445
+ },
3446
+ "by_closure_handling": {
3447
+ "closed_absence": {
3448
+ "n": 106,
3449
+ "truth": 94.34,
3450
+ "source": 88.68,
3451
+ "closure": 94.34,
3452
+ "full": 88.68
3453
+ },
3454
+ "entailed_or_explicit": {
3455
+ "n": 72,
3456
+ "truth": 100.0,
3457
+ "source": 100.0,
3458
+ "closure": 97.22,
3459
+ "full": 97.22
3460
+ },
3461
+ "explicit_negative": {
3462
+ "n": 72,
3463
+ "truth": 100.0,
3464
+ "source": 100.0,
3465
+ "closure": 97.22,
3466
+ "full": 97.22
3467
+ },
3468
+ "open_absence": {
3469
+ "n": 110,
3470
+ "truth": 100.0,
3471
+ "source": 100.0,
3472
+ "closure": 100.0,
3473
+ "full": 100.0
3474
+ }
3475
+ },
3476
+ "by_source_used": {
3477
+ "agent_a": {
3478
+ "correct": 154,
3479
+ "n": 166,
3480
+ "accuracy": 92.77
3481
+ },
3482
+ "agent_b": {
3483
+ "correct": 179,
3484
+ "n": 179,
3485
+ "accuracy": 100.0
3486
+ },
3487
+ "both": {
3488
+ "correct": 15,
3489
+ "n": 15,
3490
+ "accuracy": 100.0
3491
+ }
3492
+ },
3493
+ "by_family": {
3494
+ "closed_derived_missing_antecedent": {
3495
+ "correct": 15,
3496
+ "n": 21,
3497
+ "accuracy": 71.43
3498
+ },
3499
+ "closed_missing_direct": {
3500
+ "correct": 39,
3501
+ "n": 42,
3502
+ "accuracy": 92.86
3503
+ },
3504
+ "closed_missing_with_open_distractor": {
3505
+ "correct": 37,
3506
+ "n": 39,
3507
+ "accuracy": 94.87
3508
+ },
3509
+ "entailed_closed_conclusion": {
3510
+ "correct": 44,
3511
+ "n": 45,
3512
+ "accuracy": 97.78
3513
+ },
3514
+ "entailed_open_conclusion": {
3515
+ "correct": 26,
3516
+ "n": 27,
3517
+ "accuracy": 96.3
3518
+ },
3519
+ "explicit_negative_closed": {
3520
+ "correct": 35,
3521
+ "n": 36,
3522
+ "accuracy": 97.22
3523
+ },
3524
+ "explicit_negative_open": {
3525
+ "correct": 35,
3526
+ "n": 36,
3527
+ "accuracy": 97.22
3528
+ },
3529
+ "open_derived_missing_antecedent": {
3530
+ "correct": 26,
3531
+ "n": 27,
3532
+ "accuracy": 96.3
3533
+ },
3534
+ "open_missing_direct": {
3535
+ "correct": 36,
3536
+ "n": 36,
3537
+ "accuracy": 100.0
3538
+ },
3539
+ "open_missing_with_closed_distractor": {
3540
+ "correct": 51,
3541
+ "n": 51,
3542
+ "accuracy": 100.0
3543
+ }
3544
+ },
3545
+ "error_types": {
3546
+ "correct": 344,
3547
+ "truth_correct_closure_wrong": 4,
3548
+ "closure_loss_closed_treated_open": 6,
3549
+ "truth_correct_source_wrong": 6
3550
+ }
3551
+ }
3552
+ },
3553
+ {
3554
+ "label": "llama-maverick",
3555
+ "model": "meta-llama/llama-4-maverick",
3556
+ "repeat": 3,
3557
+ "temperature": 0.0,
3558
+ "report": {
3559
+ "n_dataset": 360,
3560
+ "n_scored": 360,
3561
+ "coverage": 100.0,
3562
+ "models": [
3563
+ "meta-llama/llama-4-maverick"
3564
+ ],
3565
+ "api_errors": 0,
3566
+ "parse_failures": 0,
3567
+ "json_valid": {
3568
+ "n": 0,
3569
+ "rate": 0.0
3570
+ },
3571
+ "truth_accuracy": {
3572
+ "correct": 355,
3573
+ "n": 360,
3574
+ "accuracy": 98.61
3575
+ },
3576
+ "source_accuracy": {
3577
+ "correct": 350,
3578
+ "n": 360,
3579
+ "accuracy": 97.22
3580
+ },
3581
+ "closure_accuracy": {
3582
+ "correct": 348,
3583
+ "n": 360,
3584
+ "accuracy": 96.67
3585
+ },
3586
+ "full_accuracy": {
3587
+ "correct": 343,
3588
+ "n": 360,
3589
+ "accuracy": 95.28
3590
+ },
3591
+ "semantic_switch_full_accuracy": {
3592
+ "correct": 103,
3593
+ "n": 120,
3594
+ "accuracy": 85.83
3595
+ },
3596
+ "core_switch_full_accuracy": {
3597
+ "correct": 62,
3598
+ "n": 72,
3599
+ "accuracy": 86.11
3600
+ },
3601
+ "closed_absence_accuracy": {
3602
+ "correct": 96,
3603
+ "n": 106,
3604
+ "accuracy": 90.57
3605
+ },
3606
+ "open_absence_accuracy": {
3607
+ "correct": 110,
3608
+ "n": 110,
3609
+ "accuracy": 100.0
3610
+ },
3611
+ "closure_leakage_rate": {
3612
+ "count": 0,
3613
+ "n": 110,
3614
+ "rate": 0.0
3615
+ },
3616
+ "closure_loss_rate": {
3617
+ "count": 5,
3618
+ "n": 106,
3619
+ "rate": 4.72
3620
+ },
3621
+ "agent_a_source_accuracy": {
3622
+ "correct": 156,
3623
+ "n": 166,
3624
+ "accuracy": 93.98
3625
+ },
3626
+ "agent_b_source_accuracy": {
3627
+ "correct": 179,
3628
+ "n": 179,
3629
+ "accuracy": 100.0
3630
+ },
3631
+ "by_semantics": {
3632
+ "cwa": {
3633
+ "n": 120,
3634
+ "truth": 95.83,
3635
+ "source": 95.83,
3636
+ "closure": 93.33,
3637
+ "full": 93.33
3638
+ },
3639
+ "lcwa": {
3640
+ "n": 120,
3641
+ "truth": 100.0,
3642
+ "source": 95.83,
3643
+ "closure": 97.5,
3644
+ "full": 93.33
3645
+ },
3646
+ "owa": {
3647
+ "n": 120,
3648
+ "truth": 100.0,
3649
+ "source": 100.0,
3650
+ "closure": 99.17,
3651
+ "full": 99.17
3652
+ }
3653
+ },
3654
+ "by_closure_handling": {
3655
+ "closed_absence": {
3656
+ "n": 106,
3657
+ "truth": 95.28,
3658
+ "source": 90.57,
3659
+ "closure": 95.28,
3660
+ "full": 90.57
3661
+ },
3662
+ "entailed_or_explicit": {
3663
+ "n": 72,
3664
+ "truth": 100.0,
3665
+ "source": 100.0,
3666
+ "closure": 95.83,
3667
+ "full": 95.83
3668
+ },
3669
+ "explicit_negative": {
3670
+ "n": 72,
3671
+ "truth": 100.0,
3672
+ "source": 100.0,
3673
+ "closure": 94.44,
3674
+ "full": 94.44
3675
+ },
3676
+ "open_absence": {
3677
+ "n": 110,
3678
+ "truth": 100.0,
3679
+ "source": 100.0,
3680
+ "closure": 100.0,
3681
+ "full": 100.0
3682
+ }
3683
+ },
3684
+ "by_source_used": {
3685
+ "agent_a": {
3686
+ "correct": 156,
3687
+ "n": 166,
3688
+ "accuracy": 93.98
3689
+ },
3690
+ "agent_b": {
3691
+ "correct": 179,
3692
+ "n": 179,
3693
+ "accuracy": 100.0
3694
+ },
3695
+ "both": {
3696
+ "correct": 15,
3697
+ "n": 15,
3698
+ "accuracy": 100.0
3699
+ }
3700
+ },
3701
+ "by_family": {
3702
+ "closed_derived_missing_antecedent": {
3703
+ "correct": 16,
3704
+ "n": 21,
3705
+ "accuracy": 76.19
3706
+ },
3707
+ "closed_missing_direct": {
3708
+ "correct": 40,
3709
+ "n": 42,
3710
+ "accuracy": 95.24
3711
+ },
3712
+ "closed_missing_with_open_distractor": {
3713
+ "correct": 37,
3714
+ "n": 39,
3715
+ "accuracy": 94.87
3716
+ },
3717
+ "entailed_closed_conclusion": {
3718
+ "correct": 44,
3719
+ "n": 45,
3720
+ "accuracy": 97.78
3721
+ },
3722
+ "entailed_open_conclusion": {
3723
+ "correct": 25,
3724
+ "n": 27,
3725
+ "accuracy": 92.59
3726
+ },
3727
+ "explicit_negative_closed": {
3728
+ "correct": 34,
3729
+ "n": 36,
3730
+ "accuracy": 94.44
3731
+ },
3732
+ "explicit_negative_open": {
3733
+ "correct": 34,
3734
+ "n": 36,
3735
+ "accuracy": 94.44
3736
+ },
3737
+ "open_derived_missing_antecedent": {
3738
+ "correct": 26,
3739
+ "n": 27,
3740
+ "accuracy": 96.3
3741
+ },
3742
+ "open_missing_direct": {
3743
+ "correct": 36,
3744
+ "n": 36,
3745
+ "accuracy": 100.0
3746
+ },
3747
+ "open_missing_with_closed_distractor": {
3748
+ "correct": 51,
3749
+ "n": 51,
3750
+ "accuracy": 100.0
3751
+ }
3752
+ },
3753
+ "error_types": {
3754
+ "correct": 343,
3755
+ "closure_loss_closed_treated_open": 5,
3756
+ "truth_correct_source_wrong": 5,
3757
+ "truth_correct_closure_wrong": 7
3758
+ }
3759
+ }
3760
+ }
3761
+ ]
3762
+ }
results/reports/closurebench_replicate_manifest.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "data/base/full.jsonl",
3
+ "dataset_size": 960,
4
+ "repeats": 3,
5
+ "shards": 4,
6
+ "runs": [
7
+ {
8
+ "label": "mistral-small",
9
+ "model": "mistralai/mistral-small-2603",
10
+ "repeat": 1,
11
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-small_repeat_1_scored.jsonl"
12
+ },
13
+ {
14
+ "label": "mistral-small",
15
+ "model": "mistralai/mistral-small-2603",
16
+ "repeat": 2,
17
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-small_repeat_2_scored.jsonl"
18
+ },
19
+ {
20
+ "label": "mistral-small",
21
+ "model": "mistralai/mistral-small-2603",
22
+ "repeat": 3,
23
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-small_repeat_3_scored.jsonl"
24
+ },
25
+ {
26
+ "label": "deepseek-flash",
27
+ "model": "deepseek-v4-flash",
28
+ "repeat": 1,
29
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-flash_repeat_1_scored.jsonl"
30
+ },
31
+ {
32
+ "label": "deepseek-flash",
33
+ "model": "deepseek-v4-flash",
34
+ "repeat": 2,
35
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-flash_repeat_2_scored.jsonl"
36
+ },
37
+ {
38
+ "label": "deepseek-flash",
39
+ "model": "deepseek-v4-flash",
40
+ "repeat": 3,
41
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-flash_repeat_3_scored.jsonl"
42
+ },
43
+ {
44
+ "label": "deepseek-pro",
45
+ "model": "deepseek-v4-pro",
46
+ "repeat": 1,
47
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-pro_repeat_1_scored.jsonl"
48
+ },
49
+ {
50
+ "label": "deepseek-pro",
51
+ "model": "deepseek-v4-pro",
52
+ "repeat": 2,
53
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-pro_repeat_2_scored.jsonl"
54
+ },
55
+ {
56
+ "label": "deepseek-pro",
57
+ "model": "deepseek-v4-pro",
58
+ "repeat": 3,
59
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-pro_repeat_3_scored.jsonl"
60
+ },
61
+ {
62
+ "label": "mistral-medium",
63
+ "model": "mistralai/mistral-medium-3-5",
64
+ "repeat": 1,
65
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-medium_repeat_1_scored.jsonl"
66
+ },
67
+ {
68
+ "label": "mistral-medium",
69
+ "model": "mistralai/mistral-medium-3-5",
70
+ "repeat": 2,
71
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-medium_repeat_2_scored.jsonl"
72
+ },
73
+ {
74
+ "label": "mistral-medium",
75
+ "model": "mistralai/mistral-medium-3-5",
76
+ "repeat": 3,
77
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-medium_repeat_3_scored.jsonl"
78
+ },
79
+ {
80
+ "label": "llama-scout",
81
+ "model": "meta-llama/llama-4-scout",
82
+ "repeat": 1,
83
+ "scored": "results/scored/replicates/closure_contract_v3_llama-scout_repeat_1_scored.jsonl"
84
+ },
85
+ {
86
+ "label": "llama-scout",
87
+ "model": "meta-llama/llama-4-scout",
88
+ "repeat": 2,
89
+ "scored": "results/scored/replicates/closure_contract_v3_llama-scout_repeat_2_scored.jsonl"
90
+ },
91
+ {
92
+ "label": "llama-scout",
93
+ "model": "meta-llama/llama-4-scout",
94
+ "repeat": 3,
95
+ "scored": "results/scored/replicates/closure_contract_v3_llama-scout_repeat_3_scored.jsonl"
96
+ },
97
+ {
98
+ "label": "llama-maverick",
99
+ "model": "meta-llama/llama-4-maverick",
100
+ "repeat": 1,
101
+ "scored": "results/scored/replicates/closure_contract_v3_llama-maverick_repeat_1_scored.jsonl"
102
+ },
103
+ {
104
+ "label": "llama-maverick",
105
+ "model": "meta-llama/llama-4-maverick",
106
+ "repeat": 2,
107
+ "scored": "results/scored/replicates/closure_contract_v3_llama-maverick_repeat_2_scored.jsonl"
108
+ },
109
+ {
110
+ "label": "llama-maverick",
111
+ "model": "meta-llama/llama-4-maverick",
112
+ "repeat": 3,
113
+ "scored": "results/scored/replicates/closure_contract_v3_llama-maverick_repeat_3_scored.jsonl"
114
+ }
115
+ ]
116
+ }
results/reports/closurebench_replicate_summary.json ADDED
@@ -0,0 +1,1627 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "data/base/full.jsonl",
3
+ "n_dataset": 960,
4
+ "manifest": "results/reports/closurebench_replicate_manifest.json",
5
+ "runs": {
6
+ "deepseek-flash": {
7
+ "model": "deepseek-v4-flash",
8
+ "n_repeats": 3,
9
+ "replicates": [
10
+ {
11
+ "n_scored": 960,
12
+ "n_dataset": 960,
13
+ "coverage": 100.0,
14
+ "models": [
15
+ "deepseek-v4-flash"
16
+ ],
17
+ "api_errors": 0,
18
+ "parse_failures": 0,
19
+ "semantic_switch_accuracy": {
20
+ "correct": 263,
21
+ "n": 320,
22
+ "accuracy": 82.19
23
+ },
24
+ "core_contrastive_switch_accuracy": {
25
+ "correct": 135,
26
+ "n": 192,
27
+ "accuracy": 70.31
28
+ },
29
+ "lcwa_closed_scope_accuracy": {
30
+ "correct": 51,
31
+ "n": 96,
32
+ "accuracy": 53.12
33
+ },
34
+ "lcwa_open_scope_accuracy": {
35
+ "correct": 96,
36
+ "n": 96,
37
+ "accuracy": 100.0
38
+ },
39
+ "cwa_accuracy": {
40
+ "correct": 277,
41
+ "n": 320,
42
+ "accuracy": 86.56
43
+ },
44
+ "owa_accuracy": {
45
+ "correct": 320,
46
+ "n": 320,
47
+ "accuracy": 100.0
48
+ },
49
+ "false_accuracy": {
50
+ "correct": 392,
51
+ "n": 480,
52
+ "accuracy": 81.67
53
+ },
54
+ "unknown_accuracy": {
55
+ "correct": 288,
56
+ "n": 288,
57
+ "accuracy": 100.0
58
+ },
59
+ "overall_accuracy": {
60
+ "correct": 872,
61
+ "n": 960,
62
+ "accuracy": 90.83
63
+ },
64
+ "repeat": 1,
65
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-flash_repeat_1_scored.jsonl"
66
+ },
67
+ {
68
+ "n_scored": 960,
69
+ "n_dataset": 960,
70
+ "coverage": 100.0,
71
+ "models": [
72
+ "deepseek-v4-flash"
73
+ ],
74
+ "api_errors": 0,
75
+ "parse_failures": 0,
76
+ "semantic_switch_accuracy": {
77
+ "correct": 259,
78
+ "n": 320,
79
+ "accuracy": 80.94
80
+ },
81
+ "core_contrastive_switch_accuracy": {
82
+ "correct": 131,
83
+ "n": 192,
84
+ "accuracy": 68.23
85
+ },
86
+ "lcwa_closed_scope_accuracy": {
87
+ "correct": 47,
88
+ "n": 96,
89
+ "accuracy": 48.96
90
+ },
91
+ "lcwa_open_scope_accuracy": {
92
+ "correct": 96,
93
+ "n": 96,
94
+ "accuracy": 100.0
95
+ },
96
+ "cwa_accuracy": {
97
+ "correct": 275,
98
+ "n": 320,
99
+ "accuracy": 85.94
100
+ },
101
+ "owa_accuracy": {
102
+ "correct": 320,
103
+ "n": 320,
104
+ "accuracy": 100.0
105
+ },
106
+ "false_accuracy": {
107
+ "correct": 386,
108
+ "n": 480,
109
+ "accuracy": 80.42
110
+ },
111
+ "unknown_accuracy": {
112
+ "correct": 288,
113
+ "n": 288,
114
+ "accuracy": 100.0
115
+ },
116
+ "overall_accuracy": {
117
+ "correct": 866,
118
+ "n": 960,
119
+ "accuracy": 90.21
120
+ },
121
+ "repeat": 2,
122
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-flash_repeat_2_scored.jsonl"
123
+ },
124
+ {
125
+ "n_scored": 960,
126
+ "n_dataset": 960,
127
+ "coverage": 100.0,
128
+ "models": [
129
+ "deepseek-v4-flash"
130
+ ],
131
+ "api_errors": 0,
132
+ "parse_failures": 0,
133
+ "semantic_switch_accuracy": {
134
+ "correct": 258,
135
+ "n": 320,
136
+ "accuracy": 80.62
137
+ },
138
+ "core_contrastive_switch_accuracy": {
139
+ "correct": 130,
140
+ "n": 192,
141
+ "accuracy": 67.71
142
+ },
143
+ "lcwa_closed_scope_accuracy": {
144
+ "correct": 45,
145
+ "n": 96,
146
+ "accuracy": 46.88
147
+ },
148
+ "lcwa_open_scope_accuracy": {
149
+ "correct": 96,
150
+ "n": 96,
151
+ "accuracy": 100.0
152
+ },
153
+ "cwa_accuracy": {
154
+ "correct": 274,
155
+ "n": 320,
156
+ "accuracy": 85.62
157
+ },
158
+ "owa_accuracy": {
159
+ "correct": 320,
160
+ "n": 320,
161
+ "accuracy": 100.0
162
+ },
163
+ "false_accuracy": {
164
+ "correct": 383,
165
+ "n": 480,
166
+ "accuracy": 79.79
167
+ },
168
+ "unknown_accuracy": {
169
+ "correct": 288,
170
+ "n": 288,
171
+ "accuracy": 100.0
172
+ },
173
+ "overall_accuracy": {
174
+ "correct": 863,
175
+ "n": 960,
176
+ "accuracy": 89.9
177
+ },
178
+ "repeat": 3,
179
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-flash_repeat_3_scored.jsonl"
180
+ }
181
+ ],
182
+ "metrics": {
183
+ "semantic_switch_accuracy": {
184
+ "mean": 81.25,
185
+ "sd": 0.83,
186
+ "ci95_half_width": 2.06,
187
+ "min": 80.62,
188
+ "max": 82.19,
189
+ "values": [
190
+ 82.19,
191
+ 80.94,
192
+ 80.62
193
+ ]
194
+ },
195
+ "core_contrastive_switch_accuracy": {
196
+ "mean": 68.75,
197
+ "sd": 1.38,
198
+ "ci95_half_width": 3.42,
199
+ "min": 67.71,
200
+ "max": 70.31,
201
+ "values": [
202
+ 70.31,
203
+ 68.23,
204
+ 67.71
205
+ ]
206
+ },
207
+ "lcwa_closed_scope_accuracy": {
208
+ "mean": 49.65,
209
+ "sd": 3.18,
210
+ "ci95_half_width": 7.89,
211
+ "min": 46.88,
212
+ "max": 53.12,
213
+ "values": [
214
+ 53.12,
215
+ 48.96,
216
+ 46.88
217
+ ]
218
+ },
219
+ "lcwa_open_scope_accuracy": {
220
+ "mean": 100.0,
221
+ "sd": 0.0,
222
+ "ci95_half_width": 0.0,
223
+ "min": 100.0,
224
+ "max": 100.0,
225
+ "values": [
226
+ 100.0,
227
+ 100.0,
228
+ 100.0
229
+ ]
230
+ },
231
+ "cwa_accuracy": {
232
+ "mean": 86.04,
233
+ "sd": 0.48,
234
+ "ci95_half_width": 1.19,
235
+ "min": 85.62,
236
+ "max": 86.56,
237
+ "values": [
238
+ 86.56,
239
+ 85.94,
240
+ 85.62
241
+ ]
242
+ },
243
+ "owa_accuracy": {
244
+ "mean": 100.0,
245
+ "sd": 0.0,
246
+ "ci95_half_width": 0.0,
247
+ "min": 100.0,
248
+ "max": 100.0,
249
+ "values": [
250
+ 100.0,
251
+ 100.0,
252
+ 100.0
253
+ ]
254
+ },
255
+ "overall_accuracy": {
256
+ "mean": 90.31,
257
+ "sd": 0.47,
258
+ "ci95_half_width": 1.18,
259
+ "min": 89.9,
260
+ "max": 90.83,
261
+ "values": [
262
+ 90.83,
263
+ 90.21,
264
+ 89.9
265
+ ]
266
+ }
267
+ },
268
+ "item_answer_consistency": {
269
+ "n": 960,
270
+ "consistent": 949,
271
+ "rate": 98.85
272
+ },
273
+ "mean_parse_failures": 0.0,
274
+ "mean_api_errors": 0.0
275
+ },
276
+ "deepseek-pro": {
277
+ "model": "deepseek-v4-pro",
278
+ "n_repeats": 3,
279
+ "replicates": [
280
+ {
281
+ "n_scored": 960,
282
+ "n_dataset": 960,
283
+ "coverage": 100.0,
284
+ "models": [
285
+ "deepseek-v4-pro"
286
+ ],
287
+ "api_errors": 0,
288
+ "parse_failures": 0,
289
+ "semantic_switch_accuracy": {
290
+ "correct": 277,
291
+ "n": 320,
292
+ "accuracy": 86.56
293
+ },
294
+ "core_contrastive_switch_accuracy": {
295
+ "correct": 149,
296
+ "n": 192,
297
+ "accuracy": 77.6
298
+ },
299
+ "lcwa_closed_scope_accuracy": {
300
+ "correct": 61,
301
+ "n": 96,
302
+ "accuracy": 63.54
303
+ },
304
+ "lcwa_open_scope_accuracy": {
305
+ "correct": 96,
306
+ "n": 96,
307
+ "accuracy": 100.0
308
+ },
309
+ "cwa_accuracy": {
310
+ "correct": 293,
311
+ "n": 320,
312
+ "accuracy": 91.56
313
+ },
314
+ "owa_accuracy": {
315
+ "correct": 320,
316
+ "n": 320,
317
+ "accuracy": 100.0
318
+ },
319
+ "false_accuracy": {
320
+ "correct": 418,
321
+ "n": 480,
322
+ "accuracy": 87.08
323
+ },
324
+ "unknown_accuracy": {
325
+ "correct": 288,
326
+ "n": 288,
327
+ "accuracy": 100.0
328
+ },
329
+ "overall_accuracy": {
330
+ "correct": 898,
331
+ "n": 960,
332
+ "accuracy": 93.54
333
+ },
334
+ "repeat": 1,
335
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-pro_repeat_1_scored.jsonl"
336
+ },
337
+ {
338
+ "n_scored": 960,
339
+ "n_dataset": 960,
340
+ "coverage": 100.0,
341
+ "models": [
342
+ "deepseek-v4-pro"
343
+ ],
344
+ "api_errors": 0,
345
+ "parse_failures": 0,
346
+ "semantic_switch_accuracy": {
347
+ "correct": 276,
348
+ "n": 320,
349
+ "accuracy": 86.25
350
+ },
351
+ "core_contrastive_switch_accuracy": {
352
+ "correct": 148,
353
+ "n": 192,
354
+ "accuracy": 77.08
355
+ },
356
+ "lcwa_closed_scope_accuracy": {
357
+ "correct": 59,
358
+ "n": 96,
359
+ "accuracy": 61.46
360
+ },
361
+ "lcwa_open_scope_accuracy": {
362
+ "correct": 96,
363
+ "n": 96,
364
+ "accuracy": 100.0
365
+ },
366
+ "cwa_accuracy": {
367
+ "correct": 294,
368
+ "n": 320,
369
+ "accuracy": 91.88
370
+ },
371
+ "owa_accuracy": {
372
+ "correct": 320,
373
+ "n": 320,
374
+ "accuracy": 100.0
375
+ },
376
+ "false_accuracy": {
377
+ "correct": 417,
378
+ "n": 480,
379
+ "accuracy": 86.88
380
+ },
381
+ "unknown_accuracy": {
382
+ "correct": 288,
383
+ "n": 288,
384
+ "accuracy": 100.0
385
+ },
386
+ "overall_accuracy": {
387
+ "correct": 897,
388
+ "n": 960,
389
+ "accuracy": 93.44
390
+ },
391
+ "repeat": 2,
392
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-pro_repeat_2_scored.jsonl"
393
+ },
394
+ {
395
+ "n_scored": 960,
396
+ "n_dataset": 960,
397
+ "coverage": 100.0,
398
+ "models": [
399
+ "deepseek-v4-pro"
400
+ ],
401
+ "api_errors": 0,
402
+ "parse_failures": 0,
403
+ "semantic_switch_accuracy": {
404
+ "correct": 277,
405
+ "n": 320,
406
+ "accuracy": 86.56
407
+ },
408
+ "core_contrastive_switch_accuracy": {
409
+ "correct": 149,
410
+ "n": 192,
411
+ "accuracy": 77.6
412
+ },
413
+ "lcwa_closed_scope_accuracy": {
414
+ "correct": 59,
415
+ "n": 96,
416
+ "accuracy": 61.46
417
+ },
418
+ "lcwa_open_scope_accuracy": {
419
+ "correct": 96,
420
+ "n": 96,
421
+ "accuracy": 100.0
422
+ },
423
+ "cwa_accuracy": {
424
+ "correct": 298,
425
+ "n": 320,
426
+ "accuracy": 93.12
427
+ },
428
+ "owa_accuracy": {
429
+ "correct": 320,
430
+ "n": 320,
431
+ "accuracy": 100.0
432
+ },
433
+ "false_accuracy": {
434
+ "correct": 421,
435
+ "n": 480,
436
+ "accuracy": 87.71
437
+ },
438
+ "unknown_accuracy": {
439
+ "correct": 288,
440
+ "n": 288,
441
+ "accuracy": 100.0
442
+ },
443
+ "overall_accuracy": {
444
+ "correct": 901,
445
+ "n": 960,
446
+ "accuracy": 93.85
447
+ },
448
+ "repeat": 3,
449
+ "scored": "results/scored/replicates/closure_contract_v3_deepseek-pro_repeat_3_scored.jsonl"
450
+ }
451
+ ],
452
+ "metrics": {
453
+ "semantic_switch_accuracy": {
454
+ "mean": 86.46,
455
+ "sd": 0.18,
456
+ "ci95_half_width": 0.44,
457
+ "min": 86.25,
458
+ "max": 86.56,
459
+ "values": [
460
+ 86.56,
461
+ 86.25,
462
+ 86.56
463
+ ]
464
+ },
465
+ "core_contrastive_switch_accuracy": {
466
+ "mean": 77.43,
467
+ "sd": 0.3,
468
+ "ci95_half_width": 0.75,
469
+ "min": 77.08,
470
+ "max": 77.6,
471
+ "values": [
472
+ 77.6,
473
+ 77.08,
474
+ 77.6
475
+ ]
476
+ },
477
+ "lcwa_closed_scope_accuracy": {
478
+ "mean": 62.15,
479
+ "sd": 1.2,
480
+ "ci95_half_width": 2.98,
481
+ "min": 61.46,
482
+ "max": 63.54,
483
+ "values": [
484
+ 63.54,
485
+ 61.46,
486
+ 61.46
487
+ ]
488
+ },
489
+ "lcwa_open_scope_accuracy": {
490
+ "mean": 100.0,
491
+ "sd": 0.0,
492
+ "ci95_half_width": 0.0,
493
+ "min": 100.0,
494
+ "max": 100.0,
495
+ "values": [
496
+ 100.0,
497
+ 100.0,
498
+ 100.0
499
+ ]
500
+ },
501
+ "cwa_accuracy": {
502
+ "mean": 92.19,
503
+ "sd": 0.82,
504
+ "ci95_half_width": 2.05,
505
+ "min": 91.56,
506
+ "max": 93.12,
507
+ "values": [
508
+ 91.56,
509
+ 91.88,
510
+ 93.12
511
+ ]
512
+ },
513
+ "owa_accuracy": {
514
+ "mean": 100.0,
515
+ "sd": 0.0,
516
+ "ci95_half_width": 0.0,
517
+ "min": 100.0,
518
+ "max": 100.0,
519
+ "values": [
520
+ 100.0,
521
+ 100.0,
522
+ 100.0
523
+ ]
524
+ },
525
+ "overall_accuracy": {
526
+ "mean": 93.61,
527
+ "sd": 0.21,
528
+ "ci95_half_width": 0.53,
529
+ "min": 93.44,
530
+ "max": 93.85,
531
+ "values": [
532
+ 93.54,
533
+ 93.44,
534
+ 93.85
535
+ ]
536
+ }
537
+ },
538
+ "item_answer_consistency": {
539
+ "n": 960,
540
+ "consistent": 946,
541
+ "rate": 98.54
542
+ },
543
+ "mean_parse_failures": 0.0,
544
+ "mean_api_errors": 0.0
545
+ },
546
+ "llama-maverick": {
547
+ "model": "meta-llama/llama-4-maverick",
548
+ "n_repeats": 3,
549
+ "replicates": [
550
+ {
551
+ "n_scored": 960,
552
+ "n_dataset": 960,
553
+ "coverage": 100.0,
554
+ "models": [
555
+ "meta-llama/llama-4-maverick"
556
+ ],
557
+ "api_errors": 0,
558
+ "parse_failures": 0,
559
+ "semantic_switch_accuracy": {
560
+ "correct": 318,
561
+ "n": 320,
562
+ "accuracy": 99.38
563
+ },
564
+ "core_contrastive_switch_accuracy": {
565
+ "correct": 190,
566
+ "n": 192,
567
+ "accuracy": 98.96
568
+ },
569
+ "lcwa_closed_scope_accuracy": {
570
+ "correct": 95,
571
+ "n": 96,
572
+ "accuracy": 98.96
573
+ },
574
+ "lcwa_open_scope_accuracy": {
575
+ "correct": 96,
576
+ "n": 96,
577
+ "accuracy": 100.0
578
+ },
579
+ "cwa_accuracy": {
580
+ "correct": 319,
581
+ "n": 320,
582
+ "accuracy": 99.69
583
+ },
584
+ "owa_accuracy": {
585
+ "correct": 320,
586
+ "n": 320,
587
+ "accuracy": 100.0
588
+ },
589
+ "false_accuracy": {
590
+ "correct": 478,
591
+ "n": 480,
592
+ "accuracy": 99.58
593
+ },
594
+ "unknown_accuracy": {
595
+ "correct": 288,
596
+ "n": 288,
597
+ "accuracy": 100.0
598
+ },
599
+ "overall_accuracy": {
600
+ "correct": 958,
601
+ "n": 960,
602
+ "accuracy": 99.79
603
+ },
604
+ "repeat": 1,
605
+ "scored": "results/scored/replicates/closure_contract_v3_llama-maverick_repeat_1_scored.jsonl"
606
+ },
607
+ {
608
+ "n_scored": 960,
609
+ "n_dataset": 960,
610
+ "coverage": 100.0,
611
+ "models": [
612
+ "meta-llama/llama-4-maverick"
613
+ ],
614
+ "api_errors": 0,
615
+ "parse_failures": 0,
616
+ "semantic_switch_accuracy": {
617
+ "correct": 319,
618
+ "n": 320,
619
+ "accuracy": 99.69
620
+ },
621
+ "core_contrastive_switch_accuracy": {
622
+ "correct": 191,
623
+ "n": 192,
624
+ "accuracy": 99.48
625
+ },
626
+ "lcwa_closed_scope_accuracy": {
627
+ "correct": 96,
628
+ "n": 96,
629
+ "accuracy": 100.0
630
+ },
631
+ "lcwa_open_scope_accuracy": {
632
+ "correct": 96,
633
+ "n": 96,
634
+ "accuracy": 100.0
635
+ },
636
+ "cwa_accuracy": {
637
+ "correct": 319,
638
+ "n": 320,
639
+ "accuracy": 99.69
640
+ },
641
+ "owa_accuracy": {
642
+ "correct": 320,
643
+ "n": 320,
644
+ "accuracy": 100.0
645
+ },
646
+ "false_accuracy": {
647
+ "correct": 479,
648
+ "n": 480,
649
+ "accuracy": 99.79
650
+ },
651
+ "unknown_accuracy": {
652
+ "correct": 288,
653
+ "n": 288,
654
+ "accuracy": 100.0
655
+ },
656
+ "overall_accuracy": {
657
+ "correct": 959,
658
+ "n": 960,
659
+ "accuracy": 99.9
660
+ },
661
+ "repeat": 2,
662
+ "scored": "results/scored/replicates/closure_contract_v3_llama-maverick_repeat_2_scored.jsonl"
663
+ },
664
+ {
665
+ "n_scored": 960,
666
+ "n_dataset": 960,
667
+ "coverage": 100.0,
668
+ "models": [
669
+ "meta-llama/llama-4-maverick"
670
+ ],
671
+ "api_errors": 0,
672
+ "parse_failures": 0,
673
+ "semantic_switch_accuracy": {
674
+ "correct": 319,
675
+ "n": 320,
676
+ "accuracy": 99.69
677
+ },
678
+ "core_contrastive_switch_accuracy": {
679
+ "correct": 191,
680
+ "n": 192,
681
+ "accuracy": 99.48
682
+ },
683
+ "lcwa_closed_scope_accuracy": {
684
+ "correct": 96,
685
+ "n": 96,
686
+ "accuracy": 100.0
687
+ },
688
+ "lcwa_open_scope_accuracy": {
689
+ "correct": 96,
690
+ "n": 96,
691
+ "accuracy": 100.0
692
+ },
693
+ "cwa_accuracy": {
694
+ "correct": 319,
695
+ "n": 320,
696
+ "accuracy": 99.69
697
+ },
698
+ "owa_accuracy": {
699
+ "correct": 320,
700
+ "n": 320,
701
+ "accuracy": 100.0
702
+ },
703
+ "false_accuracy": {
704
+ "correct": 479,
705
+ "n": 480,
706
+ "accuracy": 99.79
707
+ },
708
+ "unknown_accuracy": {
709
+ "correct": 288,
710
+ "n": 288,
711
+ "accuracy": 100.0
712
+ },
713
+ "overall_accuracy": {
714
+ "correct": 959,
715
+ "n": 960,
716
+ "accuracy": 99.9
717
+ },
718
+ "repeat": 3,
719
+ "scored": "results/scored/replicates/closure_contract_v3_llama-maverick_repeat_3_scored.jsonl"
720
+ }
721
+ ],
722
+ "metrics": {
723
+ "semantic_switch_accuracy": {
724
+ "mean": 99.59,
725
+ "sd": 0.18,
726
+ "ci95_half_width": 0.44,
727
+ "min": 99.38,
728
+ "max": 99.69,
729
+ "values": [
730
+ 99.38,
731
+ 99.69,
732
+ 99.69
733
+ ]
734
+ },
735
+ "core_contrastive_switch_accuracy": {
736
+ "mean": 99.31,
737
+ "sd": 0.3,
738
+ "ci95_half_width": 0.75,
739
+ "min": 98.96,
740
+ "max": 99.48,
741
+ "values": [
742
+ 98.96,
743
+ 99.48,
744
+ 99.48
745
+ ]
746
+ },
747
+ "lcwa_closed_scope_accuracy": {
748
+ "mean": 99.65,
749
+ "sd": 0.6,
750
+ "ci95_half_width": 1.49,
751
+ "min": 98.96,
752
+ "max": 100.0,
753
+ "values": [
754
+ 98.96,
755
+ 100.0,
756
+ 100.0
757
+ ]
758
+ },
759
+ "lcwa_open_scope_accuracy": {
760
+ "mean": 100.0,
761
+ "sd": 0.0,
762
+ "ci95_half_width": 0.0,
763
+ "min": 100.0,
764
+ "max": 100.0,
765
+ "values": [
766
+ 100.0,
767
+ 100.0,
768
+ 100.0
769
+ ]
770
+ },
771
+ "cwa_accuracy": {
772
+ "mean": 99.69,
773
+ "sd": 0.0,
774
+ "ci95_half_width": 0.0,
775
+ "min": 99.69,
776
+ "max": 99.69,
777
+ "values": [
778
+ 99.69,
779
+ 99.69,
780
+ 99.69
781
+ ]
782
+ },
783
+ "owa_accuracy": {
784
+ "mean": 100.0,
785
+ "sd": 0.0,
786
+ "ci95_half_width": 0.0,
787
+ "min": 100.0,
788
+ "max": 100.0,
789
+ "values": [
790
+ 100.0,
791
+ 100.0,
792
+ 100.0
793
+ ]
794
+ },
795
+ "overall_accuracy": {
796
+ "mean": 99.86,
797
+ "sd": 0.06,
798
+ "ci95_half_width": 0.16,
799
+ "min": 99.79,
800
+ "max": 99.9,
801
+ "values": [
802
+ 99.79,
803
+ 99.9,
804
+ 99.9
805
+ ]
806
+ }
807
+ },
808
+ "item_answer_consistency": {
809
+ "n": 960,
810
+ "consistent": 959,
811
+ "rate": 99.9
812
+ },
813
+ "mean_parse_failures": 0.0,
814
+ "mean_api_errors": 0.0
815
+ },
816
+ "llama-scout": {
817
+ "model": "meta-llama/llama-4-scout",
818
+ "n_repeats": 3,
819
+ "replicates": [
820
+ {
821
+ "n_scored": 960,
822
+ "n_dataset": 960,
823
+ "coverage": 100.0,
824
+ "models": [
825
+ "meta-llama/llama-4-scout"
826
+ ],
827
+ "api_errors": 0,
828
+ "parse_failures": 1,
829
+ "semantic_switch_accuracy": {
830
+ "correct": 162,
831
+ "n": 320,
832
+ "accuracy": 50.62
833
+ },
834
+ "core_contrastive_switch_accuracy": {
835
+ "correct": 35,
836
+ "n": 192,
837
+ "accuracy": 18.23
838
+ },
839
+ "lcwa_closed_scope_accuracy": {
840
+ "correct": 4,
841
+ "n": 96,
842
+ "accuracy": 4.17
843
+ },
844
+ "lcwa_open_scope_accuracy": {
845
+ "correct": 52,
846
+ "n": 96,
847
+ "accuracy": 54.17
848
+ },
849
+ "cwa_accuracy": {
850
+ "correct": 223,
851
+ "n": 320,
852
+ "accuracy": 69.69
853
+ },
854
+ "owa_accuracy": {
855
+ "correct": 281,
856
+ "n": 320,
857
+ "accuracy": 87.81
858
+ },
859
+ "false_accuracy": {
860
+ "correct": 290,
861
+ "n": 480,
862
+ "accuracy": 60.42
863
+ },
864
+ "unknown_accuracy": {
865
+ "correct": 206,
866
+ "n": 288,
867
+ "accuracy": 71.53
868
+ },
869
+ "overall_accuracy": {
870
+ "correct": 688,
871
+ "n": 960,
872
+ "accuracy": 71.67
873
+ },
874
+ "repeat": 1,
875
+ "scored": "results/scored/replicates/closure_contract_v3_llama-scout_repeat_1_scored.jsonl"
876
+ },
877
+ {
878
+ "n_scored": 960,
879
+ "n_dataset": 960,
880
+ "coverage": 100.0,
881
+ "models": [
882
+ "meta-llama/llama-4-scout"
883
+ ],
884
+ "api_errors": 0,
885
+ "parse_failures": 1,
886
+ "semantic_switch_accuracy": {
887
+ "correct": 164,
888
+ "n": 320,
889
+ "accuracy": 51.25
890
+ },
891
+ "core_contrastive_switch_accuracy": {
892
+ "correct": 37,
893
+ "n": 192,
894
+ "accuracy": 19.27
895
+ },
896
+ "lcwa_closed_scope_accuracy": {
897
+ "correct": 6,
898
+ "n": 96,
899
+ "accuracy": 6.25
900
+ },
901
+ "lcwa_open_scope_accuracy": {
902
+ "correct": 52,
903
+ "n": 96,
904
+ "accuracy": 54.17
905
+ },
906
+ "cwa_accuracy": {
907
+ "correct": 220,
908
+ "n": 320,
909
+ "accuracy": 68.75
910
+ },
911
+ "owa_accuracy": {
912
+ "correct": 278,
913
+ "n": 320,
914
+ "accuracy": 86.88
915
+ },
916
+ "false_accuracy": {
917
+ "correct": 290,
918
+ "n": 480,
919
+ "accuracy": 60.42
920
+ },
921
+ "unknown_accuracy": {
922
+ "correct": 202,
923
+ "n": 288,
924
+ "accuracy": 70.14
925
+ },
926
+ "overall_accuracy": {
927
+ "correct": 684,
928
+ "n": 960,
929
+ "accuracy": 71.25
930
+ },
931
+ "repeat": 2,
932
+ "scored": "results/scored/replicates/closure_contract_v3_llama-scout_repeat_2_scored.jsonl"
933
+ },
934
+ {
935
+ "n_scored": 960,
936
+ "n_dataset": 960,
937
+ "coverage": 100.0,
938
+ "models": [
939
+ "meta-llama/llama-4-scout"
940
+ ],
941
+ "api_errors": 0,
942
+ "parse_failures": 2,
943
+ "semantic_switch_accuracy": {
944
+ "correct": 161,
945
+ "n": 320,
946
+ "accuracy": 50.31
947
+ },
948
+ "core_contrastive_switch_accuracy": {
949
+ "correct": 33,
950
+ "n": 192,
951
+ "accuracy": 17.19
952
+ },
953
+ "lcwa_closed_scope_accuracy": {
954
+ "correct": 3,
955
+ "n": 96,
956
+ "accuracy": 3.12
957
+ },
958
+ "lcwa_open_scope_accuracy": {
959
+ "correct": 47,
960
+ "n": 96,
961
+ "accuracy": 48.96
962
+ },
963
+ "cwa_accuracy": {
964
+ "correct": 222,
965
+ "n": 320,
966
+ "accuracy": 69.38
967
+ },
968
+ "owa_accuracy": {
969
+ "correct": 278,
970
+ "n": 320,
971
+ "accuracy": 86.88
972
+ },
973
+ "false_accuracy": {
974
+ "correct": 289,
975
+ "n": 480,
976
+ "accuracy": 60.21
977
+ },
978
+ "unknown_accuracy": {
979
+ "correct": 197,
980
+ "n": 288,
981
+ "accuracy": 68.4
982
+ },
983
+ "overall_accuracy": {
984
+ "correct": 678,
985
+ "n": 960,
986
+ "accuracy": 70.62
987
+ },
988
+ "repeat": 3,
989
+ "scored": "results/scored/replicates/closure_contract_v3_llama-scout_repeat_3_scored.jsonl"
990
+ }
991
+ ],
992
+ "metrics": {
993
+ "semantic_switch_accuracy": {
994
+ "mean": 50.73,
995
+ "sd": 0.48,
996
+ "ci95_half_width": 1.19,
997
+ "min": 50.31,
998
+ "max": 51.25,
999
+ "values": [
1000
+ 50.62,
1001
+ 51.25,
1002
+ 50.31
1003
+ ]
1004
+ },
1005
+ "core_contrastive_switch_accuracy": {
1006
+ "mean": 18.23,
1007
+ "sd": 1.04,
1008
+ "ci95_half_width": 2.58,
1009
+ "min": 17.19,
1010
+ "max": 19.27,
1011
+ "values": [
1012
+ 18.23,
1013
+ 19.27,
1014
+ 17.19
1015
+ ]
1016
+ },
1017
+ "lcwa_closed_scope_accuracy": {
1018
+ "mean": 4.51,
1019
+ "sd": 1.59,
1020
+ "ci95_half_width": 3.96,
1021
+ "min": 3.12,
1022
+ "max": 6.25,
1023
+ "values": [
1024
+ 4.17,
1025
+ 6.25,
1026
+ 3.12
1027
+ ]
1028
+ },
1029
+ "lcwa_open_scope_accuracy": {
1030
+ "mean": 52.43,
1031
+ "sd": 3.01,
1032
+ "ci95_half_width": 7.47,
1033
+ "min": 48.96,
1034
+ "max": 54.17,
1035
+ "values": [
1036
+ 54.17,
1037
+ 54.17,
1038
+ 48.96
1039
+ ]
1040
+ },
1041
+ "cwa_accuracy": {
1042
+ "mean": 69.27,
1043
+ "sd": 0.48,
1044
+ "ci95_half_width": 1.19,
1045
+ "min": 68.75,
1046
+ "max": 69.69,
1047
+ "values": [
1048
+ 69.69,
1049
+ 68.75,
1050
+ 69.38
1051
+ ]
1052
+ },
1053
+ "owa_accuracy": {
1054
+ "mean": 87.19,
1055
+ "sd": 0.54,
1056
+ "ci95_half_width": 1.33,
1057
+ "min": 86.88,
1058
+ "max": 87.81,
1059
+ "values": [
1060
+ 87.81,
1061
+ 86.88,
1062
+ 86.88
1063
+ ]
1064
+ },
1065
+ "overall_accuracy": {
1066
+ "mean": 71.18,
1067
+ "sd": 0.53,
1068
+ "ci95_half_width": 1.31,
1069
+ "min": 70.62,
1070
+ "max": 71.67,
1071
+ "values": [
1072
+ 71.67,
1073
+ 71.25,
1074
+ 70.62
1075
+ ]
1076
+ }
1077
+ },
1078
+ "item_answer_consistency": {
1079
+ "n": 960,
1080
+ "consistent": 895,
1081
+ "rate": 93.23
1082
+ },
1083
+ "mean_parse_failures": 1.33,
1084
+ "mean_api_errors": 0.0
1085
+ },
1086
+ "mistral-medium": {
1087
+ "model": "mistralai/mistral-medium-3-5",
1088
+ "n_repeats": 3,
1089
+ "replicates": [
1090
+ {
1091
+ "n_scored": 960,
1092
+ "n_dataset": 960,
1093
+ "coverage": 100.0,
1094
+ "models": [
1095
+ "mistralai/mistral-medium-3-5"
1096
+ ],
1097
+ "api_errors": 0,
1098
+ "parse_failures": 0,
1099
+ "semantic_switch_accuracy": {
1100
+ "correct": 281,
1101
+ "n": 320,
1102
+ "accuracy": 87.81
1103
+ },
1104
+ "core_contrastive_switch_accuracy": {
1105
+ "correct": 153,
1106
+ "n": 192,
1107
+ "accuracy": 79.69
1108
+ },
1109
+ "lcwa_closed_scope_accuracy": {
1110
+ "correct": 57,
1111
+ "n": 96,
1112
+ "accuracy": 59.38
1113
+ },
1114
+ "lcwa_open_scope_accuracy": {
1115
+ "correct": 96,
1116
+ "n": 96,
1117
+ "accuracy": 100.0
1118
+ },
1119
+ "cwa_accuracy": {
1120
+ "correct": 320,
1121
+ "n": 320,
1122
+ "accuracy": 100.0
1123
+ },
1124
+ "owa_accuracy": {
1125
+ "correct": 320,
1126
+ "n": 320,
1127
+ "accuracy": 100.0
1128
+ },
1129
+ "false_accuracy": {
1130
+ "correct": 441,
1131
+ "n": 480,
1132
+ "accuracy": 91.88
1133
+ },
1134
+ "unknown_accuracy": {
1135
+ "correct": 288,
1136
+ "n": 288,
1137
+ "accuracy": 100.0
1138
+ },
1139
+ "overall_accuracy": {
1140
+ "correct": 921,
1141
+ "n": 960,
1142
+ "accuracy": 95.94
1143
+ },
1144
+ "repeat": 1,
1145
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-medium_repeat_1_scored.jsonl"
1146
+ },
1147
+ {
1148
+ "n_scored": 960,
1149
+ "n_dataset": 960,
1150
+ "coverage": 100.0,
1151
+ "models": [
1152
+ "mistralai/mistral-medium-3-5"
1153
+ ],
1154
+ "api_errors": 0,
1155
+ "parse_failures": 0,
1156
+ "semantic_switch_accuracy": {
1157
+ "correct": 278,
1158
+ "n": 320,
1159
+ "accuracy": 86.88
1160
+ },
1161
+ "core_contrastive_switch_accuracy": {
1162
+ "correct": 150,
1163
+ "n": 192,
1164
+ "accuracy": 78.12
1165
+ },
1166
+ "lcwa_closed_scope_accuracy": {
1167
+ "correct": 54,
1168
+ "n": 96,
1169
+ "accuracy": 56.25
1170
+ },
1171
+ "lcwa_open_scope_accuracy": {
1172
+ "correct": 96,
1173
+ "n": 96,
1174
+ "accuracy": 100.0
1175
+ },
1176
+ "cwa_accuracy": {
1177
+ "correct": 320,
1178
+ "n": 320,
1179
+ "accuracy": 100.0
1180
+ },
1181
+ "owa_accuracy": {
1182
+ "correct": 320,
1183
+ "n": 320,
1184
+ "accuracy": 100.0
1185
+ },
1186
+ "false_accuracy": {
1187
+ "correct": 438,
1188
+ "n": 480,
1189
+ "accuracy": 91.25
1190
+ },
1191
+ "unknown_accuracy": {
1192
+ "correct": 288,
1193
+ "n": 288,
1194
+ "accuracy": 100.0
1195
+ },
1196
+ "overall_accuracy": {
1197
+ "correct": 918,
1198
+ "n": 960,
1199
+ "accuracy": 95.62
1200
+ },
1201
+ "repeat": 2,
1202
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-medium_repeat_2_scored.jsonl"
1203
+ },
1204
+ {
1205
+ "n_scored": 960,
1206
+ "n_dataset": 960,
1207
+ "coverage": 100.0,
1208
+ "models": [
1209
+ "mistralai/mistral-medium-3-5"
1210
+ ],
1211
+ "api_errors": 0,
1212
+ "parse_failures": 0,
1213
+ "semantic_switch_accuracy": {
1214
+ "correct": 277,
1215
+ "n": 320,
1216
+ "accuracy": 86.56
1217
+ },
1218
+ "core_contrastive_switch_accuracy": {
1219
+ "correct": 149,
1220
+ "n": 192,
1221
+ "accuracy": 77.6
1222
+ },
1223
+ "lcwa_closed_scope_accuracy": {
1224
+ "correct": 53,
1225
+ "n": 96,
1226
+ "accuracy": 55.21
1227
+ },
1228
+ "lcwa_open_scope_accuracy": {
1229
+ "correct": 96,
1230
+ "n": 96,
1231
+ "accuracy": 100.0
1232
+ },
1233
+ "cwa_accuracy": {
1234
+ "correct": 317,
1235
+ "n": 320,
1236
+ "accuracy": 99.06
1237
+ },
1238
+ "owa_accuracy": {
1239
+ "correct": 320,
1240
+ "n": 320,
1241
+ "accuracy": 100.0
1242
+ },
1243
+ "false_accuracy": {
1244
+ "correct": 434,
1245
+ "n": 480,
1246
+ "accuracy": 90.42
1247
+ },
1248
+ "unknown_accuracy": {
1249
+ "correct": 288,
1250
+ "n": 288,
1251
+ "accuracy": 100.0
1252
+ },
1253
+ "overall_accuracy": {
1254
+ "correct": 914,
1255
+ "n": 960,
1256
+ "accuracy": 95.21
1257
+ },
1258
+ "repeat": 3,
1259
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-medium_repeat_3_scored.jsonl"
1260
+ }
1261
+ ],
1262
+ "metrics": {
1263
+ "semantic_switch_accuracy": {
1264
+ "mean": 87.08,
1265
+ "sd": 0.65,
1266
+ "ci95_half_width": 1.61,
1267
+ "min": 86.56,
1268
+ "max": 87.81,
1269
+ "values": [
1270
+ 87.81,
1271
+ 86.88,
1272
+ 86.56
1273
+ ]
1274
+ },
1275
+ "core_contrastive_switch_accuracy": {
1276
+ "mean": 78.47,
1277
+ "sd": 1.09,
1278
+ "ci95_half_width": 2.7,
1279
+ "min": 77.6,
1280
+ "max": 79.69,
1281
+ "values": [
1282
+ 79.69,
1283
+ 78.12,
1284
+ 77.6
1285
+ ]
1286
+ },
1287
+ "lcwa_closed_scope_accuracy": {
1288
+ "mean": 56.95,
1289
+ "sd": 2.17,
1290
+ "ci95_half_width": 5.39,
1291
+ "min": 55.21,
1292
+ "max": 59.38,
1293
+ "values": [
1294
+ 59.38,
1295
+ 56.25,
1296
+ 55.21
1297
+ ]
1298
+ },
1299
+ "lcwa_open_scope_accuracy": {
1300
+ "mean": 100.0,
1301
+ "sd": 0.0,
1302
+ "ci95_half_width": 0.0,
1303
+ "min": 100.0,
1304
+ "max": 100.0,
1305
+ "values": [
1306
+ 100.0,
1307
+ 100.0,
1308
+ 100.0
1309
+ ]
1310
+ },
1311
+ "cwa_accuracy": {
1312
+ "mean": 99.69,
1313
+ "sd": 0.54,
1314
+ "ci95_half_width": 1.35,
1315
+ "min": 99.06,
1316
+ "max": 100.0,
1317
+ "values": [
1318
+ 100.0,
1319
+ 100.0,
1320
+ 99.06
1321
+ ]
1322
+ },
1323
+ "owa_accuracy": {
1324
+ "mean": 100.0,
1325
+ "sd": 0.0,
1326
+ "ci95_half_width": 0.0,
1327
+ "min": 100.0,
1328
+ "max": 100.0,
1329
+ "values": [
1330
+ 100.0,
1331
+ 100.0,
1332
+ 100.0
1333
+ ]
1334
+ },
1335
+ "overall_accuracy": {
1336
+ "mean": 95.59,
1337
+ "sd": 0.37,
1338
+ "ci95_half_width": 0.91,
1339
+ "min": 95.21,
1340
+ "max": 95.94,
1341
+ "values": [
1342
+ 95.94,
1343
+ 95.62,
1344
+ 95.21
1345
+ ]
1346
+ }
1347
+ },
1348
+ "item_answer_consistency": {
1349
+ "n": 960,
1350
+ "consistent": 936,
1351
+ "rate": 97.5
1352
+ },
1353
+ "mean_parse_failures": 0.0,
1354
+ "mean_api_errors": 0.0
1355
+ },
1356
+ "mistral-small": {
1357
+ "model": "mistralai/mistral-small-2603",
1358
+ "n_repeats": 3,
1359
+ "replicates": [
1360
+ {
1361
+ "n_scored": 960,
1362
+ "n_dataset": 960,
1363
+ "coverage": 100.0,
1364
+ "models": [
1365
+ "mistralai/mistral-small-2603"
1366
+ ],
1367
+ "api_errors": 0,
1368
+ "parse_failures": 0,
1369
+ "semantic_switch_accuracy": {
1370
+ "correct": 176,
1371
+ "n": 320,
1372
+ "accuracy": 55.0
1373
+ },
1374
+ "core_contrastive_switch_accuracy": {
1375
+ "correct": 50,
1376
+ "n": 192,
1377
+ "accuracy": 26.04
1378
+ },
1379
+ "lcwa_closed_scope_accuracy": {
1380
+ "correct": 29,
1381
+ "n": 96,
1382
+ "accuracy": 30.21
1383
+ },
1384
+ "lcwa_open_scope_accuracy": {
1385
+ "correct": 29,
1386
+ "n": 96,
1387
+ "accuracy": 30.21
1388
+ },
1389
+ "cwa_accuracy": {
1390
+ "correct": 293,
1391
+ "n": 320,
1392
+ "accuracy": 91.56
1393
+ },
1394
+ "owa_accuracy": {
1395
+ "correct": 288,
1396
+ "n": 320,
1397
+ "accuracy": 90.0
1398
+ },
1399
+ "false_accuracy": {
1400
+ "correct": 384,
1401
+ "n": 480,
1402
+ "accuracy": 80.0
1403
+ },
1404
+ "unknown_accuracy": {
1405
+ "correct": 191,
1406
+ "n": 288,
1407
+ "accuracy": 66.32
1408
+ },
1409
+ "overall_accuracy": {
1410
+ "correct": 767,
1411
+ "n": 960,
1412
+ "accuracy": 79.9
1413
+ },
1414
+ "repeat": 1,
1415
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-small_repeat_1_scored.jsonl"
1416
+ },
1417
+ {
1418
+ "n_scored": 960,
1419
+ "n_dataset": 960,
1420
+ "coverage": 100.0,
1421
+ "models": [
1422
+ "mistralai/mistral-small-2603"
1423
+ ],
1424
+ "api_errors": 0,
1425
+ "parse_failures": 0,
1426
+ "semantic_switch_accuracy": {
1427
+ "correct": 172,
1428
+ "n": 320,
1429
+ "accuracy": 53.75
1430
+ },
1431
+ "core_contrastive_switch_accuracy": {
1432
+ "correct": 48,
1433
+ "n": 192,
1434
+ "accuracy": 25.0
1435
+ },
1436
+ "lcwa_closed_scope_accuracy": {
1437
+ "correct": 27,
1438
+ "n": 96,
1439
+ "accuracy": 28.12
1440
+ },
1441
+ "lcwa_open_scope_accuracy": {
1442
+ "correct": 29,
1443
+ "n": 96,
1444
+ "accuracy": 30.21
1445
+ },
1446
+ "cwa_accuracy": {
1447
+ "correct": 293,
1448
+ "n": 320,
1449
+ "accuracy": 91.56
1450
+ },
1451
+ "owa_accuracy": {
1452
+ "correct": 288,
1453
+ "n": 320,
1454
+ "accuracy": 90.0
1455
+ },
1456
+ "false_accuracy": {
1457
+ "correct": 380,
1458
+ "n": 480,
1459
+ "accuracy": 79.17
1460
+ },
1461
+ "unknown_accuracy": {
1462
+ "correct": 193,
1463
+ "n": 288,
1464
+ "accuracy": 67.01
1465
+ },
1466
+ "overall_accuracy": {
1467
+ "correct": 765,
1468
+ "n": 960,
1469
+ "accuracy": 79.69
1470
+ },
1471
+ "repeat": 2,
1472
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-small_repeat_2_scored.jsonl"
1473
+ },
1474
+ {
1475
+ "n_scored": 960,
1476
+ "n_dataset": 960,
1477
+ "coverage": 100.0,
1478
+ "models": [
1479
+ "mistralai/mistral-small-2603"
1480
+ ],
1481
+ "api_errors": 0,
1482
+ "parse_failures": 0,
1483
+ "semantic_switch_accuracy": {
1484
+ "correct": 187,
1485
+ "n": 320,
1486
+ "accuracy": 58.44
1487
+ },
1488
+ "core_contrastive_switch_accuracy": {
1489
+ "correct": 61,
1490
+ "n": 192,
1491
+ "accuracy": 31.77
1492
+ },
1493
+ "lcwa_closed_scope_accuracy": {
1494
+ "correct": 35,
1495
+ "n": 96,
1496
+ "accuracy": 36.46
1497
+ },
1498
+ "lcwa_open_scope_accuracy": {
1499
+ "correct": 32,
1500
+ "n": 96,
1501
+ "accuracy": 33.33
1502
+ },
1503
+ "cwa_accuracy": {
1504
+ "correct": 296,
1505
+ "n": 320,
1506
+ "accuracy": 92.5
1507
+ },
1508
+ "owa_accuracy": {
1509
+ "correct": 292,
1510
+ "n": 320,
1511
+ "accuracy": 91.25
1512
+ },
1513
+ "false_accuracy": {
1514
+ "correct": 393,
1515
+ "n": 480,
1516
+ "accuracy": 81.88
1517
+ },
1518
+ "unknown_accuracy": {
1519
+ "correct": 198,
1520
+ "n": 288,
1521
+ "accuracy": 68.75
1522
+ },
1523
+ "overall_accuracy": {
1524
+ "correct": 783,
1525
+ "n": 960,
1526
+ "accuracy": 81.56
1527
+ },
1528
+ "repeat": 3,
1529
+ "scored": "results/scored/replicates/closure_contract_v3_mistral-small_repeat_3_scored.jsonl"
1530
+ }
1531
+ ],
1532
+ "metrics": {
1533
+ "semantic_switch_accuracy": {
1534
+ "mean": 55.73,
1535
+ "sd": 2.43,
1536
+ "ci95_half_width": 6.03,
1537
+ "min": 53.75,
1538
+ "max": 58.44,
1539
+ "values": [
1540
+ 55.0,
1541
+ 53.75,
1542
+ 58.44
1543
+ ]
1544
+ },
1545
+ "core_contrastive_switch_accuracy": {
1546
+ "mean": 27.6,
1547
+ "sd": 3.65,
1548
+ "ci95_half_width": 9.06,
1549
+ "min": 25.0,
1550
+ "max": 31.77,
1551
+ "values": [
1552
+ 26.04,
1553
+ 25.0,
1554
+ 31.77
1555
+ ]
1556
+ },
1557
+ "lcwa_closed_scope_accuracy": {
1558
+ "mean": 31.6,
1559
+ "sd": 4.34,
1560
+ "ci95_half_width": 10.78,
1561
+ "min": 28.12,
1562
+ "max": 36.46,
1563
+ "values": [
1564
+ 30.21,
1565
+ 28.12,
1566
+ 36.46
1567
+ ]
1568
+ },
1569
+ "lcwa_open_scope_accuracy": {
1570
+ "mean": 31.25,
1571
+ "sd": 1.8,
1572
+ "ci95_half_width": 4.48,
1573
+ "min": 30.21,
1574
+ "max": 33.33,
1575
+ "values": [
1576
+ 30.21,
1577
+ 30.21,
1578
+ 33.33
1579
+ ]
1580
+ },
1581
+ "cwa_accuracy": {
1582
+ "mean": 91.87,
1583
+ "sd": 0.54,
1584
+ "ci95_half_width": 1.35,
1585
+ "min": 91.56,
1586
+ "max": 92.5,
1587
+ "values": [
1588
+ 91.56,
1589
+ 91.56,
1590
+ 92.5
1591
+ ]
1592
+ },
1593
+ "owa_accuracy": {
1594
+ "mean": 90.42,
1595
+ "sd": 0.72,
1596
+ "ci95_half_width": 1.79,
1597
+ "min": 90.0,
1598
+ "max": 91.25,
1599
+ "values": [
1600
+ 90.0,
1601
+ 90.0,
1602
+ 91.25
1603
+ ]
1604
+ },
1605
+ "overall_accuracy": {
1606
+ "mean": 80.38,
1607
+ "sd": 1.02,
1608
+ "ci95_half_width": 2.55,
1609
+ "min": 79.69,
1610
+ "max": 81.56,
1611
+ "values": [
1612
+ 79.9,
1613
+ 79.69,
1614
+ 81.56
1615
+ ]
1616
+ }
1617
+ },
1618
+ "item_answer_consistency": {
1619
+ "n": 960,
1620
+ "consistent": 877,
1621
+ "rate": 91.35
1622
+ },
1623
+ "mean_parse_failures": 0.0,
1624
+ "mean_api_errors": 0.0
1625
+ }
1626
+ }
1627
+ }
results/reports/closurebench_temp1_replicate_manifest.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "data/base/full.jsonl",
3
+ "dataset_size": 960,
4
+ "repeats": 3,
5
+ "shards": 4,
6
+ "temperature": 1.0,
7
+ "run_tag": "temp1",
8
+ "runs": [
9
+ {
10
+ "label": "mistral-small",
11
+ "model": "mistralai/mistral-small-2603",
12
+ "repeat": 1,
13
+ "temperature": 1.0,
14
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-small_repeat_1_scored.jsonl"
15
+ },
16
+ {
17
+ "label": "mistral-small",
18
+ "model": "mistralai/mistral-small-2603",
19
+ "repeat": 2,
20
+ "temperature": 1.0,
21
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-small_repeat_2_scored.jsonl"
22
+ },
23
+ {
24
+ "label": "mistral-small",
25
+ "model": "mistralai/mistral-small-2603",
26
+ "repeat": 3,
27
+ "temperature": 1.0,
28
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-small_repeat_3_scored.jsonl"
29
+ },
30
+ {
31
+ "label": "deepseek-flash",
32
+ "model": "deepseek-v4-flash",
33
+ "repeat": 1,
34
+ "temperature": 1.0,
35
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-flash_repeat_1_scored.jsonl"
36
+ },
37
+ {
38
+ "label": "deepseek-flash",
39
+ "model": "deepseek-v4-flash",
40
+ "repeat": 2,
41
+ "temperature": 1.0,
42
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-flash_repeat_2_scored.jsonl"
43
+ },
44
+ {
45
+ "label": "deepseek-flash",
46
+ "model": "deepseek-v4-flash",
47
+ "repeat": 3,
48
+ "temperature": 1.0,
49
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-flash_repeat_3_scored.jsonl"
50
+ },
51
+ {
52
+ "label": "deepseek-pro",
53
+ "model": "deepseek-v4-pro",
54
+ "repeat": 1,
55
+ "temperature": 1.0,
56
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-pro_repeat_1_scored.jsonl"
57
+ },
58
+ {
59
+ "label": "deepseek-pro",
60
+ "model": "deepseek-v4-pro",
61
+ "repeat": 2,
62
+ "temperature": 1.0,
63
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-pro_repeat_2_scored.jsonl"
64
+ },
65
+ {
66
+ "label": "deepseek-pro",
67
+ "model": "deepseek-v4-pro",
68
+ "repeat": 3,
69
+ "temperature": 1.0,
70
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-pro_repeat_3_scored.jsonl"
71
+ },
72
+ {
73
+ "label": "mistral-medium",
74
+ "model": "mistralai/mistral-medium-3-5",
75
+ "repeat": 1,
76
+ "temperature": 1.0,
77
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-medium_repeat_1_scored.jsonl"
78
+ },
79
+ {
80
+ "label": "mistral-medium",
81
+ "model": "mistralai/mistral-medium-3-5",
82
+ "repeat": 2,
83
+ "temperature": 1.0,
84
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-medium_repeat_2_scored.jsonl"
85
+ },
86
+ {
87
+ "label": "mistral-medium",
88
+ "model": "mistralai/mistral-medium-3-5",
89
+ "repeat": 3,
90
+ "temperature": 1.0,
91
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-medium_repeat_3_scored.jsonl"
92
+ },
93
+ {
94
+ "label": "llama-scout",
95
+ "model": "meta-llama/llama-4-scout",
96
+ "repeat": 1,
97
+ "temperature": 1.0,
98
+ "scored": "results/scored/replicates/closurebench_temp1_llama-scout_repeat_1_scored.jsonl"
99
+ },
100
+ {
101
+ "label": "llama-scout",
102
+ "model": "meta-llama/llama-4-scout",
103
+ "repeat": 2,
104
+ "temperature": 1.0,
105
+ "scored": "results/scored/replicates/closurebench_temp1_llama-scout_repeat_2_scored.jsonl"
106
+ },
107
+ {
108
+ "label": "llama-scout",
109
+ "model": "meta-llama/llama-4-scout",
110
+ "repeat": 3,
111
+ "temperature": 1.0,
112
+ "scored": "results/scored/replicates/closurebench_temp1_llama-scout_repeat_3_scored.jsonl"
113
+ },
114
+ {
115
+ "label": "llama-maverick",
116
+ "model": "meta-llama/llama-4-maverick",
117
+ "repeat": 1,
118
+ "temperature": 1.0,
119
+ "scored": "results/scored/replicates/closurebench_temp1_llama-maverick_repeat_1_scored.jsonl"
120
+ },
121
+ {
122
+ "label": "llama-maverick",
123
+ "model": "meta-llama/llama-4-maverick",
124
+ "repeat": 2,
125
+ "temperature": 1.0,
126
+ "scored": "results/scored/replicates/closurebench_temp1_llama-maverick_repeat_2_scored.jsonl"
127
+ },
128
+ {
129
+ "label": "llama-maverick",
130
+ "model": "meta-llama/llama-4-maverick",
131
+ "repeat": 3,
132
+ "temperature": 1.0,
133
+ "scored": "results/scored/replicates/closurebench_temp1_llama-maverick_repeat_3_scored.jsonl"
134
+ }
135
+ ]
136
+ }
results/reports/closurebench_temp1_replicate_summary.json ADDED
@@ -0,0 +1,1627 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "data/base/full.jsonl",
3
+ "n_dataset": 960,
4
+ "manifest": "results/reports/closurebench_temp1_replicate_manifest.json",
5
+ "runs": {
6
+ "deepseek-flash": {
7
+ "model": "deepseek-v4-flash",
8
+ "n_repeats": 3,
9
+ "replicates": [
10
+ {
11
+ "n_scored": 960,
12
+ "n_dataset": 960,
13
+ "coverage": 100.0,
14
+ "models": [
15
+ "deepseek-v4-flash"
16
+ ],
17
+ "api_errors": 0,
18
+ "parse_failures": 0,
19
+ "semantic_switch_accuracy": {
20
+ "correct": 242,
21
+ "n": 320,
22
+ "accuracy": 75.62
23
+ },
24
+ "core_contrastive_switch_accuracy": {
25
+ "correct": 114,
26
+ "n": 192,
27
+ "accuracy": 59.38
28
+ },
29
+ "lcwa_closed_scope_accuracy": {
30
+ "correct": 48,
31
+ "n": 96,
32
+ "accuracy": 50.0
33
+ },
34
+ "lcwa_open_scope_accuracy": {
35
+ "correct": 95,
36
+ "n": 96,
37
+ "accuracy": 98.96
38
+ },
39
+ "cwa_accuracy": {
40
+ "correct": 259,
41
+ "n": 320,
42
+ "accuracy": 80.94
43
+ },
44
+ "owa_accuracy": {
45
+ "correct": 319,
46
+ "n": 320,
47
+ "accuracy": 99.69
48
+ },
49
+ "false_accuracy": {
50
+ "correct": 371,
51
+ "n": 480,
52
+ "accuracy": 77.29
53
+ },
54
+ "unknown_accuracy": {
55
+ "correct": 286,
56
+ "n": 288,
57
+ "accuracy": 99.31
58
+ },
59
+ "overall_accuracy": {
60
+ "correct": 849,
61
+ "n": 960,
62
+ "accuracy": 88.44
63
+ },
64
+ "repeat": 1,
65
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-flash_repeat_1_scored.jsonl"
66
+ },
67
+ {
68
+ "n_scored": 960,
69
+ "n_dataset": 960,
70
+ "coverage": 100.0,
71
+ "models": [
72
+ "deepseek-v4-flash"
73
+ ],
74
+ "api_errors": 0,
75
+ "parse_failures": 0,
76
+ "semantic_switch_accuracy": {
77
+ "correct": 241,
78
+ "n": 320,
79
+ "accuracy": 75.31
80
+ },
81
+ "core_contrastive_switch_accuracy": {
82
+ "correct": 115,
83
+ "n": 192,
84
+ "accuracy": 59.9
85
+ },
86
+ "lcwa_closed_scope_accuracy": {
87
+ "correct": 48,
88
+ "n": 96,
89
+ "accuracy": 50.0
90
+ },
91
+ "lcwa_open_scope_accuracy": {
92
+ "correct": 93,
93
+ "n": 96,
94
+ "accuracy": 96.88
95
+ },
96
+ "cwa_accuracy": {
97
+ "correct": 266,
98
+ "n": 320,
99
+ "accuracy": 83.12
100
+ },
101
+ "owa_accuracy": {
102
+ "correct": 318,
103
+ "n": 320,
104
+ "accuracy": 99.38
105
+ },
106
+ "false_accuracy": {
107
+ "correct": 377,
108
+ "n": 480,
109
+ "accuracy": 78.54
110
+ },
111
+ "unknown_accuracy": {
112
+ "correct": 285,
113
+ "n": 288,
114
+ "accuracy": 98.96
115
+ },
116
+ "overall_accuracy": {
117
+ "correct": 853,
118
+ "n": 960,
119
+ "accuracy": 88.85
120
+ },
121
+ "repeat": 2,
122
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-flash_repeat_2_scored.jsonl"
123
+ },
124
+ {
125
+ "n_scored": 960,
126
+ "n_dataset": 960,
127
+ "coverage": 100.0,
128
+ "models": [
129
+ "deepseek-v4-flash"
130
+ ],
131
+ "api_errors": 0,
132
+ "parse_failures": 0,
133
+ "semantic_switch_accuracy": {
134
+ "correct": 236,
135
+ "n": 320,
136
+ "accuracy": 73.75
137
+ },
138
+ "core_contrastive_switch_accuracy": {
139
+ "correct": 112,
140
+ "n": 192,
141
+ "accuracy": 58.33
142
+ },
143
+ "lcwa_closed_scope_accuracy": {
144
+ "correct": 52,
145
+ "n": 96,
146
+ "accuracy": 54.17
147
+ },
148
+ "lcwa_open_scope_accuracy": {
149
+ "correct": 95,
150
+ "n": 96,
151
+ "accuracy": 98.96
152
+ },
153
+ "cwa_accuracy": {
154
+ "correct": 263,
155
+ "n": 320,
156
+ "accuracy": 82.19
157
+ },
158
+ "owa_accuracy": {
159
+ "correct": 317,
160
+ "n": 320,
161
+ "accuracy": 99.06
162
+ },
163
+ "false_accuracy": {
164
+ "correct": 379,
165
+ "n": 480,
166
+ "accuracy": 78.96
167
+ },
168
+ "unknown_accuracy": {
169
+ "correct": 285,
170
+ "n": 288,
171
+ "accuracy": 98.96
172
+ },
173
+ "overall_accuracy": {
174
+ "correct": 853,
175
+ "n": 960,
176
+ "accuracy": 88.85
177
+ },
178
+ "repeat": 3,
179
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-flash_repeat_3_scored.jsonl"
180
+ }
181
+ ],
182
+ "metrics": {
183
+ "semantic_switch_accuracy": {
184
+ "mean": 74.89,
185
+ "sd": 1.0,
186
+ "ci95_half_width": 2.49,
187
+ "min": 73.75,
188
+ "max": 75.62,
189
+ "values": [
190
+ 75.62,
191
+ 75.31,
192
+ 73.75
193
+ ]
194
+ },
195
+ "core_contrastive_switch_accuracy": {
196
+ "mean": 59.2,
197
+ "sd": 0.8,
198
+ "ci95_half_width": 1.99,
199
+ "min": 58.33,
200
+ "max": 59.9,
201
+ "values": [
202
+ 59.38,
203
+ 59.9,
204
+ 58.33
205
+ ]
206
+ },
207
+ "lcwa_closed_scope_accuracy": {
208
+ "mean": 51.39,
209
+ "sd": 2.41,
210
+ "ci95_half_width": 5.98,
211
+ "min": 50.0,
212
+ "max": 54.17,
213
+ "values": [
214
+ 50.0,
215
+ 50.0,
216
+ 54.17
217
+ ]
218
+ },
219
+ "lcwa_open_scope_accuracy": {
220
+ "mean": 98.27,
221
+ "sd": 1.2,
222
+ "ci95_half_width": 2.98,
223
+ "min": 96.88,
224
+ "max": 98.96,
225
+ "values": [
226
+ 98.96,
227
+ 96.88,
228
+ 98.96
229
+ ]
230
+ },
231
+ "cwa_accuracy": {
232
+ "mean": 82.08,
233
+ "sd": 1.09,
234
+ "ci95_half_width": 2.72,
235
+ "min": 80.94,
236
+ "max": 83.12,
237
+ "values": [
238
+ 80.94,
239
+ 83.12,
240
+ 82.19
241
+ ]
242
+ },
243
+ "owa_accuracy": {
244
+ "mean": 99.38,
245
+ "sd": 0.32,
246
+ "ci95_half_width": 0.78,
247
+ "min": 99.06,
248
+ "max": 99.69,
249
+ "values": [
250
+ 99.69,
251
+ 99.38,
252
+ 99.06
253
+ ]
254
+ },
255
+ "overall_accuracy": {
256
+ "mean": 88.71,
257
+ "sd": 0.24,
258
+ "ci95_half_width": 0.59,
259
+ "min": 88.44,
260
+ "max": 88.85,
261
+ "values": [
262
+ 88.44,
263
+ 88.85,
264
+ 88.85
265
+ ]
266
+ }
267
+ },
268
+ "item_answer_consistency": {
269
+ "n": 960,
270
+ "consistent": 829,
271
+ "rate": 86.35
272
+ },
273
+ "mean_parse_failures": 0.0,
274
+ "mean_api_errors": 0.0
275
+ },
276
+ "deepseek-pro": {
277
+ "model": "deepseek-v4-pro",
278
+ "n_repeats": 3,
279
+ "replicates": [
280
+ {
281
+ "n_scored": 960,
282
+ "n_dataset": 960,
283
+ "coverage": 100.0,
284
+ "models": [
285
+ "deepseek-v4-pro"
286
+ ],
287
+ "api_errors": 0,
288
+ "parse_failures": 0,
289
+ "semantic_switch_accuracy": {
290
+ "correct": 238,
291
+ "n": 320,
292
+ "accuracy": 74.38
293
+ },
294
+ "core_contrastive_switch_accuracy": {
295
+ "correct": 112,
296
+ "n": 192,
297
+ "accuracy": 58.33
298
+ },
299
+ "lcwa_closed_scope_accuracy": {
300
+ "correct": 51,
301
+ "n": 96,
302
+ "accuracy": 53.12
303
+ },
304
+ "lcwa_open_scope_accuracy": {
305
+ "correct": 88,
306
+ "n": 96,
307
+ "accuracy": 91.67
308
+ },
309
+ "cwa_accuracy": {
310
+ "correct": 277,
311
+ "n": 320,
312
+ "accuracy": 86.56
313
+ },
314
+ "owa_accuracy": {
315
+ "correct": 317,
316
+ "n": 320,
317
+ "accuracy": 99.06
318
+ },
319
+ "false_accuracy": {
320
+ "correct": 390,
321
+ "n": 480,
322
+ "accuracy": 81.25
323
+ },
324
+ "unknown_accuracy": {
325
+ "correct": 278,
326
+ "n": 288,
327
+ "accuracy": 96.53
328
+ },
329
+ "overall_accuracy": {
330
+ "correct": 860,
331
+ "n": 960,
332
+ "accuracy": 89.58
333
+ },
334
+ "repeat": 1,
335
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-pro_repeat_1_scored.jsonl"
336
+ },
337
+ {
338
+ "n_scored": 960,
339
+ "n_dataset": 960,
340
+ "coverage": 100.0,
341
+ "models": [
342
+ "deepseek-v4-pro"
343
+ ],
344
+ "api_errors": 0,
345
+ "parse_failures": 0,
346
+ "semantic_switch_accuracy": {
347
+ "correct": 243,
348
+ "n": 320,
349
+ "accuracy": 75.94
350
+ },
351
+ "core_contrastive_switch_accuracy": {
352
+ "correct": 116,
353
+ "n": 192,
354
+ "accuracy": 60.42
355
+ },
356
+ "lcwa_closed_scope_accuracy": {
357
+ "correct": 53,
358
+ "n": 96,
359
+ "accuracy": 55.21
360
+ },
361
+ "lcwa_open_scope_accuracy": {
362
+ "correct": 89,
363
+ "n": 96,
364
+ "accuracy": 92.71
365
+ },
366
+ "cwa_accuracy": {
367
+ "correct": 281,
368
+ "n": 320,
369
+ "accuracy": 87.81
370
+ },
371
+ "owa_accuracy": {
372
+ "correct": 319,
373
+ "n": 320,
374
+ "accuracy": 99.69
375
+ },
376
+ "false_accuracy": {
377
+ "correct": 397,
378
+ "n": 480,
379
+ "accuracy": 82.71
380
+ },
381
+ "unknown_accuracy": {
382
+ "correct": 281,
383
+ "n": 288,
384
+ "accuracy": 97.57
385
+ },
386
+ "overall_accuracy": {
387
+ "correct": 870,
388
+ "n": 960,
389
+ "accuracy": 90.62
390
+ },
391
+ "repeat": 2,
392
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-pro_repeat_2_scored.jsonl"
393
+ },
394
+ {
395
+ "n_scored": 960,
396
+ "n_dataset": 960,
397
+ "coverage": 100.0,
398
+ "models": [
399
+ "deepseek-v4-pro"
400
+ ],
401
+ "api_errors": 0,
402
+ "parse_failures": 0,
403
+ "semantic_switch_accuracy": {
404
+ "correct": 248,
405
+ "n": 320,
406
+ "accuracy": 77.5
407
+ },
408
+ "core_contrastive_switch_accuracy": {
409
+ "correct": 124,
410
+ "n": 192,
411
+ "accuracy": 64.58
412
+ },
413
+ "lcwa_closed_scope_accuracy": {
414
+ "correct": 59,
415
+ "n": 96,
416
+ "accuracy": 61.46
417
+ },
418
+ "lcwa_open_scope_accuracy": {
419
+ "correct": 92,
420
+ "n": 96,
421
+ "accuracy": 95.83
422
+ },
423
+ "cwa_accuracy": {
424
+ "correct": 284,
425
+ "n": 320,
426
+ "accuracy": 88.75
427
+ },
428
+ "owa_accuracy": {
429
+ "correct": 316,
430
+ "n": 320,
431
+ "accuracy": 98.75
432
+ },
433
+ "false_accuracy": {
434
+ "correct": 404,
435
+ "n": 480,
436
+ "accuracy": 84.17
437
+ },
438
+ "unknown_accuracy": {
439
+ "correct": 283,
440
+ "n": 288,
441
+ "accuracy": 98.26
442
+ },
443
+ "overall_accuracy": {
444
+ "correct": 878,
445
+ "n": 960,
446
+ "accuracy": 91.46
447
+ },
448
+ "repeat": 3,
449
+ "scored": "results/scored/replicates/closurebench_temp1_deepseek-pro_repeat_3_scored.jsonl"
450
+ }
451
+ ],
452
+ "metrics": {
453
+ "semantic_switch_accuracy": {
454
+ "mean": 75.94,
455
+ "sd": 1.56,
456
+ "ci95_half_width": 3.88,
457
+ "min": 74.38,
458
+ "max": 77.5,
459
+ "values": [
460
+ 74.38,
461
+ 75.94,
462
+ 77.5
463
+ ]
464
+ },
465
+ "core_contrastive_switch_accuracy": {
466
+ "mean": 61.11,
467
+ "sd": 3.18,
468
+ "ci95_half_width": 7.9,
469
+ "min": 58.33,
470
+ "max": 64.58,
471
+ "values": [
472
+ 58.33,
473
+ 60.42,
474
+ 64.58
475
+ ]
476
+ },
477
+ "lcwa_closed_scope_accuracy": {
478
+ "mean": 56.6,
479
+ "sd": 4.34,
480
+ "ci95_half_width": 10.78,
481
+ "min": 53.12,
482
+ "max": 61.46,
483
+ "values": [
484
+ 53.12,
485
+ 55.21,
486
+ 61.46
487
+ ]
488
+ },
489
+ "lcwa_open_scope_accuracy": {
490
+ "mean": 93.4,
491
+ "sd": 2.16,
492
+ "ci95_half_width": 5.38,
493
+ "min": 91.67,
494
+ "max": 95.83,
495
+ "values": [
496
+ 91.67,
497
+ 92.71,
498
+ 95.83
499
+ ]
500
+ },
501
+ "cwa_accuracy": {
502
+ "mean": 87.71,
503
+ "sd": 1.1,
504
+ "ci95_half_width": 2.73,
505
+ "min": 86.56,
506
+ "max": 88.75,
507
+ "values": [
508
+ 86.56,
509
+ 87.81,
510
+ 88.75
511
+ ]
512
+ },
513
+ "owa_accuracy": {
514
+ "mean": 99.17,
515
+ "sd": 0.48,
516
+ "ci95_half_width": 1.19,
517
+ "min": 98.75,
518
+ "max": 99.69,
519
+ "values": [
520
+ 99.06,
521
+ 99.69,
522
+ 98.75
523
+ ]
524
+ },
525
+ "overall_accuracy": {
526
+ "mean": 90.55,
527
+ "sd": 0.94,
528
+ "ci95_half_width": 2.34,
529
+ "min": 89.58,
530
+ "max": 91.46,
531
+ "values": [
532
+ 89.58,
533
+ 90.62,
534
+ 91.46
535
+ ]
536
+ }
537
+ },
538
+ "item_answer_consistency": {
539
+ "n": 960,
540
+ "consistent": 816,
541
+ "rate": 85.0
542
+ },
543
+ "mean_parse_failures": 0.0,
544
+ "mean_api_errors": 0.0
545
+ },
546
+ "llama-maverick": {
547
+ "model": "meta-llama/llama-4-maverick",
548
+ "n_repeats": 3,
549
+ "replicates": [
550
+ {
551
+ "n_scored": 960,
552
+ "n_dataset": 960,
553
+ "coverage": 100.0,
554
+ "models": [
555
+ "meta-llama/llama-4-maverick"
556
+ ],
557
+ "api_errors": 0,
558
+ "parse_failures": 0,
559
+ "semantic_switch_accuracy": {
560
+ "correct": 315,
561
+ "n": 320,
562
+ "accuracy": 98.44
563
+ },
564
+ "core_contrastive_switch_accuracy": {
565
+ "correct": 187,
566
+ "n": 192,
567
+ "accuracy": 97.4
568
+ },
569
+ "lcwa_closed_scope_accuracy": {
570
+ "correct": 94,
571
+ "n": 96,
572
+ "accuracy": 97.92
573
+ },
574
+ "lcwa_open_scope_accuracy": {
575
+ "correct": 96,
576
+ "n": 96,
577
+ "accuracy": 100.0
578
+ },
579
+ "cwa_accuracy": {
580
+ "correct": 317,
581
+ "n": 320,
582
+ "accuracy": 99.06
583
+ },
584
+ "owa_accuracy": {
585
+ "correct": 320,
586
+ "n": 320,
587
+ "accuracy": 100.0
588
+ },
589
+ "false_accuracy": {
590
+ "correct": 475,
591
+ "n": 480,
592
+ "accuracy": 98.96
593
+ },
594
+ "unknown_accuracy": {
595
+ "correct": 288,
596
+ "n": 288,
597
+ "accuracy": 100.0
598
+ },
599
+ "overall_accuracy": {
600
+ "correct": 955,
601
+ "n": 960,
602
+ "accuracy": 99.48
603
+ },
604
+ "repeat": 1,
605
+ "scored": "results/scored/replicates/closurebench_temp1_llama-maverick_repeat_1_scored.jsonl"
606
+ },
607
+ {
608
+ "n_scored": 960,
609
+ "n_dataset": 960,
610
+ "coverage": 100.0,
611
+ "models": [
612
+ "meta-llama/llama-4-maverick"
613
+ ],
614
+ "api_errors": 0,
615
+ "parse_failures": 0,
616
+ "semantic_switch_accuracy": {
617
+ "correct": 316,
618
+ "n": 320,
619
+ "accuracy": 98.75
620
+ },
621
+ "core_contrastive_switch_accuracy": {
622
+ "correct": 188,
623
+ "n": 192,
624
+ "accuracy": 97.92
625
+ },
626
+ "lcwa_closed_scope_accuracy": {
627
+ "correct": 96,
628
+ "n": 96,
629
+ "accuracy": 100.0
630
+ },
631
+ "lcwa_open_scope_accuracy": {
632
+ "correct": 94,
633
+ "n": 96,
634
+ "accuracy": 97.92
635
+ },
636
+ "cwa_accuracy": {
637
+ "correct": 318,
638
+ "n": 320,
639
+ "accuracy": 99.38
640
+ },
641
+ "owa_accuracy": {
642
+ "correct": 320,
643
+ "n": 320,
644
+ "accuracy": 100.0
645
+ },
646
+ "false_accuracy": {
647
+ "correct": 478,
648
+ "n": 480,
649
+ "accuracy": 99.58
650
+ },
651
+ "unknown_accuracy": {
652
+ "correct": 286,
653
+ "n": 288,
654
+ "accuracy": 99.31
655
+ },
656
+ "overall_accuracy": {
657
+ "correct": 956,
658
+ "n": 960,
659
+ "accuracy": 99.58
660
+ },
661
+ "repeat": 2,
662
+ "scored": "results/scored/replicates/closurebench_temp1_llama-maverick_repeat_2_scored.jsonl"
663
+ },
664
+ {
665
+ "n_scored": 960,
666
+ "n_dataset": 960,
667
+ "coverage": 100.0,
668
+ "models": [
669
+ "meta-llama/llama-4-maverick"
670
+ ],
671
+ "api_errors": 1,
672
+ "parse_failures": 1,
673
+ "semantic_switch_accuracy": {
674
+ "correct": 316,
675
+ "n": 320,
676
+ "accuracy": 98.75
677
+ },
678
+ "core_contrastive_switch_accuracy": {
679
+ "correct": 189,
680
+ "n": 192,
681
+ "accuracy": 98.44
682
+ },
683
+ "lcwa_closed_scope_accuracy": {
684
+ "correct": 96,
685
+ "n": 96,
686
+ "accuracy": 100.0
687
+ },
688
+ "lcwa_open_scope_accuracy": {
689
+ "correct": 96,
690
+ "n": 96,
691
+ "accuracy": 100.0
692
+ },
693
+ "cwa_accuracy": {
694
+ "correct": 317,
695
+ "n": 320,
696
+ "accuracy": 99.06
697
+ },
698
+ "owa_accuracy": {
699
+ "correct": 320,
700
+ "n": 320,
701
+ "accuracy": 100.0
702
+ },
703
+ "false_accuracy": {
704
+ "correct": 476,
705
+ "n": 480,
706
+ "accuracy": 99.17
707
+ },
708
+ "unknown_accuracy": {
709
+ "correct": 288,
710
+ "n": 288,
711
+ "accuracy": 100.0
712
+ },
713
+ "overall_accuracy": {
714
+ "correct": 956,
715
+ "n": 960,
716
+ "accuracy": 99.58
717
+ },
718
+ "repeat": 3,
719
+ "scored": "results/scored/replicates/closurebench_temp1_llama-maverick_repeat_3_scored.jsonl"
720
+ }
721
+ ],
722
+ "metrics": {
723
+ "semantic_switch_accuracy": {
724
+ "mean": 98.65,
725
+ "sd": 0.18,
726
+ "ci95_half_width": 0.44,
727
+ "min": 98.44,
728
+ "max": 98.75,
729
+ "values": [
730
+ 98.44,
731
+ 98.75,
732
+ 98.75
733
+ ]
734
+ },
735
+ "core_contrastive_switch_accuracy": {
736
+ "mean": 97.92,
737
+ "sd": 0.52,
738
+ "ci95_half_width": 1.29,
739
+ "min": 97.4,
740
+ "max": 98.44,
741
+ "values": [
742
+ 97.4,
743
+ 97.92,
744
+ 98.44
745
+ ]
746
+ },
747
+ "lcwa_closed_scope_accuracy": {
748
+ "mean": 99.31,
749
+ "sd": 1.2,
750
+ "ci95_half_width": 2.98,
751
+ "min": 97.92,
752
+ "max": 100.0,
753
+ "values": [
754
+ 97.92,
755
+ 100.0,
756
+ 100.0
757
+ ]
758
+ },
759
+ "lcwa_open_scope_accuracy": {
760
+ "mean": 99.31,
761
+ "sd": 1.2,
762
+ "ci95_half_width": 2.98,
763
+ "min": 97.92,
764
+ "max": 100.0,
765
+ "values": [
766
+ 100.0,
767
+ 97.92,
768
+ 100.0
769
+ ]
770
+ },
771
+ "cwa_accuracy": {
772
+ "mean": 99.17,
773
+ "sd": 0.18,
774
+ "ci95_half_width": 0.46,
775
+ "min": 99.06,
776
+ "max": 99.38,
777
+ "values": [
778
+ 99.06,
779
+ 99.38,
780
+ 99.06
781
+ ]
782
+ },
783
+ "owa_accuracy": {
784
+ "mean": 100.0,
785
+ "sd": 0.0,
786
+ "ci95_half_width": 0.0,
787
+ "min": 100.0,
788
+ "max": 100.0,
789
+ "values": [
790
+ 100.0,
791
+ 100.0,
792
+ 100.0
793
+ ]
794
+ },
795
+ "overall_accuracy": {
796
+ "mean": 99.55,
797
+ "sd": 0.06,
798
+ "ci95_half_width": 0.14,
799
+ "min": 99.48,
800
+ "max": 99.58,
801
+ "values": [
802
+ 99.48,
803
+ 99.58,
804
+ 99.58
805
+ ]
806
+ }
807
+ },
808
+ "item_answer_consistency": {
809
+ "n": 960,
810
+ "consistent": 950,
811
+ "rate": 98.96
812
+ },
813
+ "mean_parse_failures": 0.33,
814
+ "mean_api_errors": 0.33
815
+ },
816
+ "llama-scout": {
817
+ "model": "meta-llama/llama-4-scout",
818
+ "n_repeats": 3,
819
+ "replicates": [
820
+ {
821
+ "n_scored": 960,
822
+ "n_dataset": 960,
823
+ "coverage": 100.0,
824
+ "models": [
825
+ "meta-llama/llama-4-scout"
826
+ ],
827
+ "api_errors": 0,
828
+ "parse_failures": 1,
829
+ "semantic_switch_accuracy": {
830
+ "correct": 161,
831
+ "n": 320,
832
+ "accuracy": 50.31
833
+ },
834
+ "core_contrastive_switch_accuracy": {
835
+ "correct": 34,
836
+ "n": 192,
837
+ "accuracy": 17.71
838
+ },
839
+ "lcwa_closed_scope_accuracy": {
840
+ "correct": 3,
841
+ "n": 96,
842
+ "accuracy": 3.12
843
+ },
844
+ "lcwa_open_scope_accuracy": {
845
+ "correct": 54,
846
+ "n": 96,
847
+ "accuracy": 56.25
848
+ },
849
+ "cwa_accuracy": {
850
+ "correct": 216,
851
+ "n": 320,
852
+ "accuracy": 67.5
853
+ },
854
+ "owa_accuracy": {
855
+ "correct": 278,
856
+ "n": 320,
857
+ "accuracy": 86.88
858
+ },
859
+ "false_accuracy": {
860
+ "correct": 282,
861
+ "n": 480,
862
+ "accuracy": 58.75
863
+ },
864
+ "unknown_accuracy": {
865
+ "correct": 205,
866
+ "n": 288,
867
+ "accuracy": 71.18
868
+ },
869
+ "overall_accuracy": {
870
+ "correct": 679,
871
+ "n": 960,
872
+ "accuracy": 70.73
873
+ },
874
+ "repeat": 1,
875
+ "scored": "results/scored/replicates/closurebench_temp1_llama-scout_repeat_1_scored.jsonl"
876
+ },
877
+ {
878
+ "n_scored": 960,
879
+ "n_dataset": 960,
880
+ "coverage": 100.0,
881
+ "models": [
882
+ "meta-llama/llama-4-scout"
883
+ ],
884
+ "api_errors": 0,
885
+ "parse_failures": 1,
886
+ "semantic_switch_accuracy": {
887
+ "correct": 160,
888
+ "n": 320,
889
+ "accuracy": 50.0
890
+ },
891
+ "core_contrastive_switch_accuracy": {
892
+ "correct": 33,
893
+ "n": 192,
894
+ "accuracy": 17.19
895
+ },
896
+ "lcwa_closed_scope_accuracy": {
897
+ "correct": 3,
898
+ "n": 96,
899
+ "accuracy": 3.12
900
+ },
901
+ "lcwa_open_scope_accuracy": {
902
+ "correct": 54,
903
+ "n": 96,
904
+ "accuracy": 56.25
905
+ },
906
+ "cwa_accuracy": {
907
+ "correct": 217,
908
+ "n": 320,
909
+ "accuracy": 67.81
910
+ },
911
+ "owa_accuracy": {
912
+ "correct": 280,
913
+ "n": 320,
914
+ "accuracy": 87.5
915
+ },
916
+ "false_accuracy": {
917
+ "correct": 284,
918
+ "n": 480,
919
+ "accuracy": 59.17
920
+ },
921
+ "unknown_accuracy": {
922
+ "correct": 206,
923
+ "n": 288,
924
+ "accuracy": 71.53
925
+ },
926
+ "overall_accuracy": {
927
+ "correct": 681,
928
+ "n": 960,
929
+ "accuracy": 70.94
930
+ },
931
+ "repeat": 2,
932
+ "scored": "results/scored/replicates/closurebench_temp1_llama-scout_repeat_2_scored.jsonl"
933
+ },
934
+ {
935
+ "n_scored": 960,
936
+ "n_dataset": 960,
937
+ "coverage": 100.0,
938
+ "models": [
939
+ "meta-llama/llama-4-scout"
940
+ ],
941
+ "api_errors": 0,
942
+ "parse_failures": 0,
943
+ "semantic_switch_accuracy": {
944
+ "correct": 168,
945
+ "n": 320,
946
+ "accuracy": 52.5
947
+ },
948
+ "core_contrastive_switch_accuracy": {
949
+ "correct": 40,
950
+ "n": 192,
951
+ "accuracy": 20.83
952
+ },
953
+ "lcwa_closed_scope_accuracy": {
954
+ "correct": 4,
955
+ "n": 96,
956
+ "accuracy": 4.17
957
+ },
958
+ "lcwa_open_scope_accuracy": {
959
+ "correct": 52,
960
+ "n": 96,
961
+ "accuracy": 54.17
962
+ },
963
+ "cwa_accuracy": {
964
+ "correct": 221,
965
+ "n": 320,
966
+ "accuracy": 69.06
967
+ },
968
+ "owa_accuracy": {
969
+ "correct": 281,
970
+ "n": 320,
971
+ "accuracy": 87.81
972
+ },
973
+ "false_accuracy": {
974
+ "correct": 289,
975
+ "n": 480,
976
+ "accuracy": 60.21
977
+ },
978
+ "unknown_accuracy": {
979
+ "correct": 205,
980
+ "n": 288,
981
+ "accuracy": 71.18
982
+ },
983
+ "overall_accuracy": {
984
+ "correct": 686,
985
+ "n": 960,
986
+ "accuracy": 71.46
987
+ },
988
+ "repeat": 3,
989
+ "scored": "results/scored/replicates/closurebench_temp1_llama-scout_repeat_3_scored.jsonl"
990
+ }
991
+ ],
992
+ "metrics": {
993
+ "semantic_switch_accuracy": {
994
+ "mean": 50.94,
995
+ "sd": 1.36,
996
+ "ci95_half_width": 3.39,
997
+ "min": 50.0,
998
+ "max": 52.5,
999
+ "values": [
1000
+ 50.31,
1001
+ 50.0,
1002
+ 52.5
1003
+ ]
1004
+ },
1005
+ "core_contrastive_switch_accuracy": {
1006
+ "mean": 18.58,
1007
+ "sd": 1.97,
1008
+ "ci95_half_width": 4.89,
1009
+ "min": 17.19,
1010
+ "max": 20.83,
1011
+ "values": [
1012
+ 17.71,
1013
+ 17.19,
1014
+ 20.83
1015
+ ]
1016
+ },
1017
+ "lcwa_closed_scope_accuracy": {
1018
+ "mean": 3.47,
1019
+ "sd": 0.61,
1020
+ "ci95_half_width": 1.51,
1021
+ "min": 3.12,
1022
+ "max": 4.17,
1023
+ "values": [
1024
+ 3.12,
1025
+ 3.12,
1026
+ 4.17
1027
+ ]
1028
+ },
1029
+ "lcwa_open_scope_accuracy": {
1030
+ "mean": 55.56,
1031
+ "sd": 1.2,
1032
+ "ci95_half_width": 2.98,
1033
+ "min": 54.17,
1034
+ "max": 56.25,
1035
+ "values": [
1036
+ 56.25,
1037
+ 56.25,
1038
+ 54.17
1039
+ ]
1040
+ },
1041
+ "cwa_accuracy": {
1042
+ "mean": 68.12,
1043
+ "sd": 0.83,
1044
+ "ci95_half_width": 2.05,
1045
+ "min": 67.5,
1046
+ "max": 69.06,
1047
+ "values": [
1048
+ 67.5,
1049
+ 67.81,
1050
+ 69.06
1051
+ ]
1052
+ },
1053
+ "owa_accuracy": {
1054
+ "mean": 87.4,
1055
+ "sd": 0.47,
1056
+ "ci95_half_width": 1.18,
1057
+ "min": 86.88,
1058
+ "max": 87.81,
1059
+ "values": [
1060
+ 86.88,
1061
+ 87.5,
1062
+ 87.81
1063
+ ]
1064
+ },
1065
+ "overall_accuracy": {
1066
+ "mean": 71.04,
1067
+ "sd": 0.38,
1068
+ "ci95_half_width": 0.93,
1069
+ "min": 70.73,
1070
+ "max": 71.46,
1071
+ "values": [
1072
+ 70.73,
1073
+ 70.94,
1074
+ 71.46
1075
+ ]
1076
+ }
1077
+ },
1078
+ "item_answer_consistency": {
1079
+ "n": 960,
1080
+ "consistent": 883,
1081
+ "rate": 91.98
1082
+ },
1083
+ "mean_parse_failures": 0.67,
1084
+ "mean_api_errors": 0.0
1085
+ },
1086
+ "mistral-medium": {
1087
+ "model": "mistralai/mistral-medium-3-5",
1088
+ "n_repeats": 3,
1089
+ "replicates": [
1090
+ {
1091
+ "n_scored": 960,
1092
+ "n_dataset": 960,
1093
+ "coverage": 100.0,
1094
+ "models": [
1095
+ "mistralai/mistral-medium-3-5"
1096
+ ],
1097
+ "api_errors": 0,
1098
+ "parse_failures": 0,
1099
+ "semantic_switch_accuracy": {
1100
+ "correct": 279,
1101
+ "n": 320,
1102
+ "accuracy": 87.19
1103
+ },
1104
+ "core_contrastive_switch_accuracy": {
1105
+ "correct": 151,
1106
+ "n": 192,
1107
+ "accuracy": 78.65
1108
+ },
1109
+ "lcwa_closed_scope_accuracy": {
1110
+ "correct": 55,
1111
+ "n": 96,
1112
+ "accuracy": 57.29
1113
+ },
1114
+ "lcwa_open_scope_accuracy": {
1115
+ "correct": 96,
1116
+ "n": 96,
1117
+ "accuracy": 100.0
1118
+ },
1119
+ "cwa_accuracy": {
1120
+ "correct": 318,
1121
+ "n": 320,
1122
+ "accuracy": 99.38
1123
+ },
1124
+ "owa_accuracy": {
1125
+ "correct": 320,
1126
+ "n": 320,
1127
+ "accuracy": 100.0
1128
+ },
1129
+ "false_accuracy": {
1130
+ "correct": 437,
1131
+ "n": 480,
1132
+ "accuracy": 91.04
1133
+ },
1134
+ "unknown_accuracy": {
1135
+ "correct": 288,
1136
+ "n": 288,
1137
+ "accuracy": 100.0
1138
+ },
1139
+ "overall_accuracy": {
1140
+ "correct": 917,
1141
+ "n": 960,
1142
+ "accuracy": 95.52
1143
+ },
1144
+ "repeat": 1,
1145
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-medium_repeat_1_scored.jsonl"
1146
+ },
1147
+ {
1148
+ "n_scored": 960,
1149
+ "n_dataset": 960,
1150
+ "coverage": 100.0,
1151
+ "models": [
1152
+ "mistralai/mistral-medium-3-5"
1153
+ ],
1154
+ "api_errors": 0,
1155
+ "parse_failures": 0,
1156
+ "semantic_switch_accuracy": {
1157
+ "correct": 275,
1158
+ "n": 320,
1159
+ "accuracy": 85.94
1160
+ },
1161
+ "core_contrastive_switch_accuracy": {
1162
+ "correct": 147,
1163
+ "n": 192,
1164
+ "accuracy": 76.56
1165
+ },
1166
+ "lcwa_closed_scope_accuracy": {
1167
+ "correct": 53,
1168
+ "n": 96,
1169
+ "accuracy": 55.21
1170
+ },
1171
+ "lcwa_open_scope_accuracy": {
1172
+ "correct": 96,
1173
+ "n": 96,
1174
+ "accuracy": 100.0
1175
+ },
1176
+ "cwa_accuracy": {
1177
+ "correct": 315,
1178
+ "n": 320,
1179
+ "accuracy": 98.44
1180
+ },
1181
+ "owa_accuracy": {
1182
+ "correct": 320,
1183
+ "n": 320,
1184
+ "accuracy": 100.0
1185
+ },
1186
+ "false_accuracy": {
1187
+ "correct": 432,
1188
+ "n": 480,
1189
+ "accuracy": 90.0
1190
+ },
1191
+ "unknown_accuracy": {
1192
+ "correct": 288,
1193
+ "n": 288,
1194
+ "accuracy": 100.0
1195
+ },
1196
+ "overall_accuracy": {
1197
+ "correct": 912,
1198
+ "n": 960,
1199
+ "accuracy": 95.0
1200
+ },
1201
+ "repeat": 2,
1202
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-medium_repeat_2_scored.jsonl"
1203
+ },
1204
+ {
1205
+ "n_scored": 960,
1206
+ "n_dataset": 960,
1207
+ "coverage": 100.0,
1208
+ "models": [
1209
+ "mistralai/mistral-medium-3-5"
1210
+ ],
1211
+ "api_errors": 0,
1212
+ "parse_failures": 0,
1213
+ "semantic_switch_accuracy": {
1214
+ "correct": 277,
1215
+ "n": 320,
1216
+ "accuracy": 86.56
1217
+ },
1218
+ "core_contrastive_switch_accuracy": {
1219
+ "correct": 149,
1220
+ "n": 192,
1221
+ "accuracy": 77.6
1222
+ },
1223
+ "lcwa_closed_scope_accuracy": {
1224
+ "correct": 56,
1225
+ "n": 96,
1226
+ "accuracy": 58.33
1227
+ },
1228
+ "lcwa_open_scope_accuracy": {
1229
+ "correct": 95,
1230
+ "n": 96,
1231
+ "accuracy": 98.96
1232
+ },
1233
+ "cwa_accuracy": {
1234
+ "correct": 317,
1235
+ "n": 320,
1236
+ "accuracy": 99.06
1237
+ },
1238
+ "owa_accuracy": {
1239
+ "correct": 320,
1240
+ "n": 320,
1241
+ "accuracy": 100.0
1242
+ },
1243
+ "false_accuracy": {
1244
+ "correct": 437,
1245
+ "n": 480,
1246
+ "accuracy": 91.04
1247
+ },
1248
+ "unknown_accuracy": {
1249
+ "correct": 287,
1250
+ "n": 288,
1251
+ "accuracy": 99.65
1252
+ },
1253
+ "overall_accuracy": {
1254
+ "correct": 916,
1255
+ "n": 960,
1256
+ "accuracy": 95.42
1257
+ },
1258
+ "repeat": 3,
1259
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-medium_repeat_3_scored.jsonl"
1260
+ }
1261
+ ],
1262
+ "metrics": {
1263
+ "semantic_switch_accuracy": {
1264
+ "mean": 86.56,
1265
+ "sd": 0.63,
1266
+ "ci95_half_width": 1.55,
1267
+ "min": 85.94,
1268
+ "max": 87.19,
1269
+ "values": [
1270
+ 87.19,
1271
+ 85.94,
1272
+ 86.56
1273
+ ]
1274
+ },
1275
+ "core_contrastive_switch_accuracy": {
1276
+ "mean": 77.6,
1277
+ "sd": 1.05,
1278
+ "ci95_half_width": 2.6,
1279
+ "min": 76.56,
1280
+ "max": 78.65,
1281
+ "values": [
1282
+ 78.65,
1283
+ 76.56,
1284
+ 77.6
1285
+ ]
1286
+ },
1287
+ "lcwa_closed_scope_accuracy": {
1288
+ "mean": 56.94,
1289
+ "sd": 1.59,
1290
+ "ci95_half_width": 3.95,
1291
+ "min": 55.21,
1292
+ "max": 58.33,
1293
+ "values": [
1294
+ 57.29,
1295
+ 55.21,
1296
+ 58.33
1297
+ ]
1298
+ },
1299
+ "lcwa_open_scope_accuracy": {
1300
+ "mean": 99.65,
1301
+ "sd": 0.6,
1302
+ "ci95_half_width": 1.49,
1303
+ "min": 98.96,
1304
+ "max": 100.0,
1305
+ "values": [
1306
+ 100.0,
1307
+ 100.0,
1308
+ 98.96
1309
+ ]
1310
+ },
1311
+ "cwa_accuracy": {
1312
+ "mean": 98.96,
1313
+ "sd": 0.48,
1314
+ "ci95_half_width": 1.19,
1315
+ "min": 98.44,
1316
+ "max": 99.38,
1317
+ "values": [
1318
+ 99.38,
1319
+ 98.44,
1320
+ 99.06
1321
+ ]
1322
+ },
1323
+ "owa_accuracy": {
1324
+ "mean": 100.0,
1325
+ "sd": 0.0,
1326
+ "ci95_half_width": 0.0,
1327
+ "min": 100.0,
1328
+ "max": 100.0,
1329
+ "values": [
1330
+ 100.0,
1331
+ 100.0,
1332
+ 100.0
1333
+ ]
1334
+ },
1335
+ "overall_accuracy": {
1336
+ "mean": 95.31,
1337
+ "sd": 0.28,
1338
+ "ci95_half_width": 0.69,
1339
+ "min": 95.0,
1340
+ "max": 95.52,
1341
+ "values": [
1342
+ 95.52,
1343
+ 95.0,
1344
+ 95.42
1345
+ ]
1346
+ }
1347
+ },
1348
+ "item_answer_consistency": {
1349
+ "n": 960,
1350
+ "consistent": 925,
1351
+ "rate": 96.35
1352
+ },
1353
+ "mean_parse_failures": 0.0,
1354
+ "mean_api_errors": 0.0
1355
+ },
1356
+ "mistral-small": {
1357
+ "model": "mistralai/mistral-small-2603",
1358
+ "n_repeats": 3,
1359
+ "replicates": [
1360
+ {
1361
+ "n_scored": 960,
1362
+ "n_dataset": 960,
1363
+ "coverage": 100.0,
1364
+ "models": [
1365
+ "mistralai/mistral-small-2603"
1366
+ ],
1367
+ "api_errors": 0,
1368
+ "parse_failures": 0,
1369
+ "semantic_switch_accuracy": {
1370
+ "correct": 188,
1371
+ "n": 320,
1372
+ "accuracy": 58.75
1373
+ },
1374
+ "core_contrastive_switch_accuracy": {
1375
+ "correct": 62,
1376
+ "n": 192,
1377
+ "accuracy": 32.29
1378
+ },
1379
+ "lcwa_closed_scope_accuracy": {
1380
+ "correct": 47,
1381
+ "n": 96,
1382
+ "accuracy": 48.96
1383
+ },
1384
+ "lcwa_open_scope_accuracy": {
1385
+ "correct": 28,
1386
+ "n": 96,
1387
+ "accuracy": 29.17
1388
+ },
1389
+ "cwa_accuracy": {
1390
+ "correct": 292,
1391
+ "n": 320,
1392
+ "accuracy": 91.25
1393
+ },
1394
+ "owa_accuracy": {
1395
+ "correct": 290,
1396
+ "n": 320,
1397
+ "accuracy": 90.62
1398
+ },
1399
+ "false_accuracy": {
1400
+ "correct": 401,
1401
+ "n": 480,
1402
+ "accuracy": 83.54
1403
+ },
1404
+ "unknown_accuracy": {
1405
+ "correct": 192,
1406
+ "n": 288,
1407
+ "accuracy": 66.67
1408
+ },
1409
+ "overall_accuracy": {
1410
+ "correct": 785,
1411
+ "n": 960,
1412
+ "accuracy": 81.77
1413
+ },
1414
+ "repeat": 1,
1415
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-small_repeat_1_scored.jsonl"
1416
+ },
1417
+ {
1418
+ "n_scored": 960,
1419
+ "n_dataset": 960,
1420
+ "coverage": 100.0,
1421
+ "models": [
1422
+ "mistralai/mistral-small-2603"
1423
+ ],
1424
+ "api_errors": 0,
1425
+ "parse_failures": 0,
1426
+ "semantic_switch_accuracy": {
1427
+ "correct": 170,
1428
+ "n": 320,
1429
+ "accuracy": 53.12
1430
+ },
1431
+ "core_contrastive_switch_accuracy": {
1432
+ "correct": 46,
1433
+ "n": 192,
1434
+ "accuracy": 23.96
1435
+ },
1436
+ "lcwa_closed_scope_accuracy": {
1437
+ "correct": 31,
1438
+ "n": 96,
1439
+ "accuracy": 32.29
1440
+ },
1441
+ "lcwa_open_scope_accuracy": {
1442
+ "correct": 34,
1443
+ "n": 96,
1444
+ "accuracy": 35.42
1445
+ },
1446
+ "cwa_accuracy": {
1447
+ "correct": 281,
1448
+ "n": 320,
1449
+ "accuracy": 87.81
1450
+ },
1451
+ "owa_accuracy": {
1452
+ "correct": 282,
1453
+ "n": 320,
1454
+ "accuracy": 88.12
1455
+ },
1456
+ "false_accuracy": {
1457
+ "correct": 372,
1458
+ "n": 480,
1459
+ "accuracy": 77.5
1460
+ },
1461
+ "unknown_accuracy": {
1462
+ "correct": 192,
1463
+ "n": 288,
1464
+ "accuracy": 66.67
1465
+ },
1466
+ "overall_accuracy": {
1467
+ "correct": 756,
1468
+ "n": 960,
1469
+ "accuracy": 78.75
1470
+ },
1471
+ "repeat": 2,
1472
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-small_repeat_2_scored.jsonl"
1473
+ },
1474
+ {
1475
+ "n_scored": 960,
1476
+ "n_dataset": 960,
1477
+ "coverage": 100.0,
1478
+ "models": [
1479
+ "mistralai/mistral-small-2603"
1480
+ ],
1481
+ "api_errors": 0,
1482
+ "parse_failures": 0,
1483
+ "semantic_switch_accuracy": {
1484
+ "correct": 185,
1485
+ "n": 320,
1486
+ "accuracy": 57.81
1487
+ },
1488
+ "core_contrastive_switch_accuracy": {
1489
+ "correct": 60,
1490
+ "n": 192,
1491
+ "accuracy": 31.25
1492
+ },
1493
+ "lcwa_closed_scope_accuracy": {
1494
+ "correct": 39,
1495
+ "n": 96,
1496
+ "accuracy": 40.62
1497
+ },
1498
+ "lcwa_open_scope_accuracy": {
1499
+ "correct": 37,
1500
+ "n": 96,
1501
+ "accuracy": 38.54
1502
+ },
1503
+ "cwa_accuracy": {
1504
+ "correct": 295,
1505
+ "n": 320,
1506
+ "accuracy": 92.19
1507
+ },
1508
+ "owa_accuracy": {
1509
+ "correct": 281,
1510
+ "n": 320,
1511
+ "accuracy": 87.81
1512
+ },
1513
+ "false_accuracy": {
1514
+ "correct": 395,
1515
+ "n": 480,
1516
+ "accuracy": 82.29
1517
+ },
1518
+ "unknown_accuracy": {
1519
+ "correct": 193,
1520
+ "n": 288,
1521
+ "accuracy": 67.01
1522
+ },
1523
+ "overall_accuracy": {
1524
+ "correct": 780,
1525
+ "n": 960,
1526
+ "accuracy": 81.25
1527
+ },
1528
+ "repeat": 3,
1529
+ "scored": "results/scored/replicates/closurebench_temp1_mistral-small_repeat_3_scored.jsonl"
1530
+ }
1531
+ ],
1532
+ "metrics": {
1533
+ "semantic_switch_accuracy": {
1534
+ "mean": 56.56,
1535
+ "sd": 3.02,
1536
+ "ci95_half_width": 7.49,
1537
+ "min": 53.12,
1538
+ "max": 58.75,
1539
+ "values": [
1540
+ 58.75,
1541
+ 53.12,
1542
+ 57.81
1543
+ ]
1544
+ },
1545
+ "core_contrastive_switch_accuracy": {
1546
+ "mean": 29.17,
1547
+ "sd": 4.54,
1548
+ "ci95_half_width": 11.28,
1549
+ "min": 23.96,
1550
+ "max": 32.29,
1551
+ "values": [
1552
+ 32.29,
1553
+ 23.96,
1554
+ 31.25
1555
+ ]
1556
+ },
1557
+ "lcwa_closed_scope_accuracy": {
1558
+ "mean": 40.62,
1559
+ "sd": 8.34,
1560
+ "ci95_half_width": 20.71,
1561
+ "min": 32.29,
1562
+ "max": 48.96,
1563
+ "values": [
1564
+ 48.96,
1565
+ 32.29,
1566
+ 40.62
1567
+ ]
1568
+ },
1569
+ "lcwa_open_scope_accuracy": {
1570
+ "mean": 34.38,
1571
+ "sd": 4.77,
1572
+ "ci95_half_width": 11.85,
1573
+ "min": 29.17,
1574
+ "max": 38.54,
1575
+ "values": [
1576
+ 29.17,
1577
+ 35.42,
1578
+ 38.54
1579
+ ]
1580
+ },
1581
+ "cwa_accuracy": {
1582
+ "mean": 90.42,
1583
+ "sd": 2.31,
1584
+ "ci95_half_width": 5.73,
1585
+ "min": 87.81,
1586
+ "max": 92.19,
1587
+ "values": [
1588
+ 91.25,
1589
+ 87.81,
1590
+ 92.19
1591
+ ]
1592
+ },
1593
+ "owa_accuracy": {
1594
+ "mean": 88.85,
1595
+ "sd": 1.54,
1596
+ "ci95_half_width": 3.83,
1597
+ "min": 87.81,
1598
+ "max": 90.62,
1599
+ "values": [
1600
+ 90.62,
1601
+ 88.12,
1602
+ 87.81
1603
+ ]
1604
+ },
1605
+ "overall_accuracy": {
1606
+ "mean": 80.59,
1607
+ "sd": 1.61,
1608
+ "ci95_half_width": 4.01,
1609
+ "min": 78.75,
1610
+ "max": 81.77,
1611
+ "values": [
1612
+ 81.77,
1613
+ 78.75,
1614
+ 81.25
1615
+ ]
1616
+ }
1617
+ },
1618
+ "item_answer_consistency": {
1619
+ "n": 960,
1620
+ "consistent": 757,
1621
+ "rate": 78.85
1622
+ },
1623
+ "mean_parse_failures": 0.0,
1624
+ "mean_api_errors": 0.0
1625
+ }
1626
+ }
1627
+ }
results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-flash_repeat_1_scored.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-flash_repeat_2_scored.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-flash_repeat_3_scored.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-pro_repeat_1_scored.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-pro_repeat_2_scored.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
results/scored/ask_act_replicates/closure_contract_v3_ask_act_deepseek-pro_repeat_3_scored.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-maverick_repeat_1_scored.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-maverick_repeat_2_scored.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
results/scored/ask_act_replicates/closure_contract_v3_ask_act_llama-maverick_repeat_3_scored.jsonl ADDED
The diff for this file is too large to render. See raw diff