diff --git a/arborist/qa/nli/manifest.json b/arborist/qa/nli/manifest.json
index 04a9a5d..32e0ec9 100644
--- a/arborist/qa/nli/manifest.json
+++ b/arborist/qa/nli/manifest.json
@@ -20,19 +20,19 @@
},
"thresholds_provenance": "the bench-validated operating point — arborist-nli-bench commit a1cb28d, ticket #000049 §7 #18; on the 28+26-case synth set this point gives 28/28 catch, 0/26 false positives, and the entailment guard is what filters the spurious competing-superlative contradictions",
"recommended_operating_point": {
- "_comment": "ticket #000049 §7 #25 — n=5-confirmed (444 real STRICT cells; also held at n=3=275). The {model × candidate-cap k × aggregation × guard × θc × θe} mega-grid found THIS robustly clears the §7 #12 gate: microsoft/deberta-large-mnli + k=2 + agg='max' (over the top-2 candidate clauses) + guard='max_entail' (max p_entail over those clauses) → catches all 28 synthetic recombinations (incl. both 5f-fal-hard fixtures), 0 false positives on 444 real STRICT answers, 0 on the 26 synthetic legit summaries — with ~4 pts of θc headroom (it stays 0 FP up to ~θc 0.99 on this sample; the config below uses 0.96 with margin). roberta-large-mnli is an equally-good alternate (k=2/max/θc=0.95). NOTE the journey: the §7 #23 candidate (deberta-base k=2 θc=0.99) was a small-FP-sample artifact — it's 27/28 here but the §7 #24 n=3 sample drove it to 11/28; it sits at the cliff. The §7 #18 'MiniLM-82M is the cost-pick' is overturned — at the fp=0 bar MiniLM caps at ~0.82, the large model gets 1.0; cost was the wrong axis. Still NOT the active default — pending (a) a bench-qa-derived recombination set (real false answers, not synthetic), (b) optionally n=9 STRICT (~825 cells), (c) fox+dav1d sign-off. When promoted: switch nli_model_version/hf_repo, wire 'aggregation'+'guard' into ShadowNLI.check, set max_candidate_clauses + thresholds, and fold nli_policy_hash (model+k+agg+guard+θc) into governance_policy_hash before any audit_mode effect (§7 #2).",
+ "_comment": "ticket #000049 §7 #26 — confirmed across n=3=275 AND the pooled n=1+n=3+n=5 = 808 real STRICT cells (the §7 #25 'agg=max @ θc=0.96' was a small-sample artifact — the n=5 444-cell set lacked the high-confidence token-collision spurious hits the pooled set has; on 808 cells θc must go back to ~0.995, and at θc=0.995 'margin' is the ONLY aggregation that still catches 28/28 — 'max' gets 27/28, 'mean' ≤0.75). The {model × k × agg × guard × θc × θe} mega-grid: microsoft/deberta-large-mnli + k=3 + agg='margin' (= max over the top-3 candidate clauses of (p_contra - p_entail) of THAT clause — a single threshold that discriminates a real recombination [source genuinely contradicts → that clause's entail≈0 → margin≈0.996-0.998] from a spurious token-collision FP [the source ALSO contains an entailing clause → its margin drags to ~0.95-0.99]) + θc=0.995 → catches all 28 synthetic recombinations (incl. both 5f-fal-hard fixtures), 0 false positives on 808 real STRICT answers, 0 on the 26 synthetic legit summaries. This is the ONLY config (across the 7-model × full-grid sweep) that hits 1.0/0.0 on the 808-cell denominator. Mining the 808 real STRICT answers found ZERO natural recombination errors — the boundary is theoretical-in-practice; the failure mode the mining surfaced is the candidate selector (top-k by token overlap) pulling different-entity same-subject-area clauses (Mount Kenya into a Kilimanjaro answer, Dalí into da Vinci, Donovan into Superman), which 'margin' survives but a Phase-3 verifier-matched-clause hook would eliminate. Still NOT the active default — pending (a) a synthetic-recombination-vs-real-bench-qa-context set (~20-30 hand-built fixtures: real haystack, deliberate re-attribution — the recall-side realism check), (b) fox+dav1d sign-off. When promoted: switch nli_model_version/hf_repo, wire 'aggregation'='margin'+'guard' into ShadowNLI.check, set max_candidate_clauses=3 + thresholds, and fold nli_policy_hash (model+k+agg+guard+θc) into governance_policy_hash before any audit_mode effect (§7 #2).",
"nli_model_version": "nli-shadow-v1-deberta-large-mnli",
"hf_repo": "microsoft/deberta-large-mnli",
- "max_candidate_clauses": 2,
- "aggregation": "max",
- "guard": "max_entail",
- "thresholds": {"contradiction_veto": 0.96, "entailment_block_veto": 0.9},
- "thresholds_headroom_note": "0 FP held up to θc≈0.99 on the 444-cell n=5 STRICT sample; 0.96 is the conservative-recall choice (still 28/28). At n=3 the same model was 1.0/0.0 with agg='margin' @ θc=0.995 — both score-shapes work; 'max'+'max_entail' is the simpler/more-robust pick at n=5.",
- "alternates_at_fp0_proper_n": [
- {"hf_repo": "roberta-large-mnli", "config": "k=2/agg=max/guard=max_entail/θc=0.95", "catch_n5": "28/28", "note": "355M; equally good as the primary at n=5; not separately validated at n=3"},
- {"hf_repo": "facebook/bart-large-mnli", "config": "k=3/agg=mean/θc=0.94", "catch_n5": "20/28", "note": "407M; only ~0.71 recall at fp=0 — bigger ≠ better, it's the specific checkpoint"},
- {"hf_repo": "cross-encoder/nli-MiniLM2-L6-H768", "config": "k=2/agg=max/θc=0.98", "catch_n5": "23/28", "note": "82M; ~0.82 recall at fp=0 at proper n — NOT the cost-pick once you demand 0 FP"},
- {"hf_repo": "MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli", "config": "k=2/agg=max/θc=0.99", "catch_n5": "27/28", "note": "184M; sits at the cliff — 27/28 here, 11/28 on the n=3 sample; sample-sensitive, do not use"}
+ "max_candidate_clauses": 3,
+ "aggregation": "margin",
+ "guard": "max_entail (informational only — 'margin' folds the guard into the score, so θe is N/A)",
+ "thresholds": {"contradiction_minus_entailment_margin_veto": 0.995},
+ "simpler_alternate": {"config": "k=2/agg=max/guard=max_entail/θc=0.995/θe=0.9", "catch_pooled808": "27/28", "note": "the two-threshold variant — one recombination short of margin, but simpler; also 0/808 FP"},
+ "model_alternates_proper_n": [
+ {"hf_repo": "roberta-large-mnli", "best_fp0_pooled808": "21/28 = 0.75", "note": "355M; second-best on the pooled set — does NOT reach 28/28 there (the n=5-only 28/28 was a small-sample read)"},
+ {"hf_repo": "facebook/bart-large-mnli", "best_fp0_pooled808": "~20/28", "note": "407M; bigger ≠ better — it's the specific checkpoint (and the right aggregation)"},
+ {"hf_repo": "MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli", "best_fp0_pooled808": "11/28", "note": "184M; collapses at proper-pooled-n — do not use"},
+ {"hf_repo": "cross-encoder/nli-MiniLM2-L6-H768", "best_fp0_pooled808": "14/28", "note": "82M; the §7 #18 'cost-pick' is overturned — caps low once you demand 0 FP at a real denominator"}
]
},
"alternates": [
diff --git a/bench/results/nli-shadow-grid-pooled808-synth-vs-realstrict.json b/bench/results/nli-shadow-grid-pooled808-synth-vs-realstrict.json
new file mode 100644
index 0000000..0dba1f7
--- /dev/null
+++ b/bench/results/nli-shadow-grid-pooled808-synth-vs-realstrict.json
@@ -0,0 +1,8597 @@
+{
+ "generated_at": "2026-05-13T01:01:09Z",
+ "should_demote_file": "/home/fox/nli-data/recombination.jsonl",
+ "n_should_demote": 28,
+ "should_not_demote_file": "/home/fox/nli-data/benchqa-pooled-strict.jsonl",
+ "n_should_not_demote": 808,
+ "k_grid": [
+ 1,
+ 2,
+ 3,
+ 4,
+ 6,
+ 8,
+ 12
+ ],
+ "aggs": [
+ "max",
+ "mean",
+ "top2",
+ "top3",
+ "meanTop2",
+ "meanTop3",
+ "margin"
+ ],
+ "guards": [
+ "max_entail",
+ "paired_entail"
+ ],
+ "theta_c_grid": [
+ 0.3,
+ 0.4,
+ 0.5,
+ 0.6,
+ 0.7,
+ 0.8,
+ 0.85,
+ 0.9,
+ 0.92,
+ 0.94,
+ 0.95,
+ 0.96,
+ 0.97,
+ 0.975,
+ 0.98,
+ 0.985,
+ 0.99,
+ 0.995,
+ 0.998,
+ 0.999
+ ],
+ "theta_e_grid": [
+ 0.3,
+ 0.5,
+ 0.7,
+ 0.9,
+ 0.95,
+ 1.01
+ ],
+ "kmax": 12,
+ "models": {
+ "nli-shadow-v1-minilm2-l6-h768": {
+ "hf_repo": "cross-encoder/nli-MiniLM2-L6-H768",
+ "backend": "torch",
+ "device": "cuda",
+ "n_nli_pairs": 9749,
+ "infer_seconds": 9.29,
+ "global_best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.96,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "pareto": [
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.96,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.985,
+ "theta_e": 1.01,
+ "catch": 0.6429,
+ "fp": 0.0012
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.98,
+ "theta_e": 0.9,
+ "catch": 0.8214,
+ "fp": 0.0025
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.95,
+ "theta_e": 0.9,
+ "catch": 0.8571,
+ "fp": 0.0062
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.94,
+ "theta_e": 0.9,
+ "catch": 0.9286,
+ "fp": 0.0297
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.94,
+ "theta_e": 0.9,
+ "catch": 0.9643,
+ "fp": 0.0557
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.7,
+ "theta_e": 0.9,
+ "catch": 1.0,
+ "fp": 0.1002
+ }
+ ],
+ "configs_ranked": [
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.96,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.96,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.97,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.97,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.4286,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.4286,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.98,
+ "theta_e": 0.3,
+ "catch": 0.4286,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.98,
+ "theta_e": 0.3,
+ "catch": 0.4286,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 0.0357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ }
+ ]
+ },
+ "nli-shadow-v1-minilm-l6-mnli": {
+ "hf_repo": "cross-encoder/nli-MiniLM2-L6-H768",
+ "backend": "torch",
+ "device": "cuda",
+ "n_nli_pairs": 9749,
+ "infer_seconds": 9.41,
+ "global_best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.96,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "pareto": [
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.96,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.985,
+ "theta_e": 1.01,
+ "catch": 0.6429,
+ "fp": 0.0012
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.98,
+ "theta_e": 0.9,
+ "catch": 0.8214,
+ "fp": 0.0025
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.95,
+ "theta_e": 0.9,
+ "catch": 0.8571,
+ "fp": 0.0062
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.94,
+ "theta_e": 0.9,
+ "catch": 0.9286,
+ "fp": 0.0297
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.94,
+ "theta_e": 0.9,
+ "catch": 0.9643,
+ "fp": 0.0557
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.7,
+ "theta_e": 0.9,
+ "catch": 1.0,
+ "fp": 0.1002
+ }
+ ],
+ "configs_ranked": [
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.96,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.96,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.97,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.97,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.4286,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.4286,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.98,
+ "theta_e": 0.3,
+ "catch": 0.4286,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.98,
+ "theta_e": 0.3,
+ "catch": 0.4286,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.2143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.1071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 0.0357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ }
+ ]
+ },
+ "nli-shadow-v1-deberta-v3-base": {
+ "hf_repo": "MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli",
+ "backend": "torch",
+ "device": "cuda",
+ "n_nli_pairs": 9749,
+ "infer_seconds": 24.14,
+ "global_best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "pareto": [
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.9,
+ "catch": 0.9643,
+ "fp": 0.0012
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.9,
+ "catch": 1.0,
+ "fp": 0.005
+ }
+ ],
+ "configs_ranked": [
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.9,
+ "theta_e": 0.3,
+ "catch": 1.0,
+ "fp": 0.0347
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.97,
+ "theta_e": 0.3,
+ "catch": 1.0,
+ "fp": 0.0371
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.97,
+ "theta_e": 1.01,
+ "catch": 1.0,
+ "fp": 0.0371
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.97,
+ "theta_e": 0.9,
+ "catch": 1.0,
+ "fp": 0.0371
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.85,
+ "theta_e": 1.01,
+ "catch": 1.0,
+ "fp": 0.0408
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.96,
+ "theta_e": 0.9,
+ "catch": 1.0,
+ "fp": 0.0458
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.97,
+ "theta_e": 0.3,
+ "catch": 1.0,
+ "fp": 0.047
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.97,
+ "theta_e": 1.01,
+ "catch": 1.0,
+ "fp": 0.047
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.8,
+ "theta_e": 0.9,
+ "catch": 1.0,
+ "fp": 0.0483
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.96,
+ "theta_e": 0.9,
+ "catch": 1.0,
+ "fp": 0.0483
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.96,
+ "theta_e": 0.3,
+ "catch": 1.0,
+ "fp": 0.0495
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.95,
+ "theta_e": 1.01,
+ "catch": 1.0,
+ "fp": 0.0495
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.97,
+ "theta_e": 0.9,
+ "catch": 1.0,
+ "fp": 0.0495
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.9643,
+ "fp": 0.0421
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 1.01,
+ "catch": 0.9643,
+ "fp": 0.0421
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.9,
+ "theta_e": 0.3,
+ "catch": 0.9643,
+ "fp": 0.0483
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 1.01,
+ "catch": 0.9286,
+ "fp": 0.0186
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.9286,
+ "fp": 0.0198
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.9286,
+ "fp": 0.0198
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.9286,
+ "fp": 0.0198
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.9286,
+ "fp": 0.0198
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.9286,
+ "fp": 0.0198
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.9286,
+ "fp": 0.0198
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.9286,
+ "fp": 0.0198
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.9286,
+ "fp": 0.0198
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 0.8929,
+ "fp": 0.0421
+ },
+ "best_kind": "fp<=0.05"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.8929,
+ "fp": 0.0446
+ },
+ "best_kind": "fp<=0.05"
+ }
+ ]
+ },
+ "nli-shadow-v1-bart-large-mnli": {
+ "hf_repo": "facebook/bart-large-mnli",
+ "backend": "torch",
+ "device": "cuda",
+ "n_nli_pairs": 9749,
+ "infer_seconds": 50.11,
+ "global_best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.94,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "pareto": [
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.94,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0111
+ },
+ {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 0.9286,
+ "fp": 0.0186
+ },
+ {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.975,
+ "theta_e": 1.01,
+ "catch": 0.9643,
+ "fp": 0.0297
+ },
+ {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.6,
+ "theta_e": 1.01,
+ "catch": 1.0,
+ "fp": 0.1275
+ }
+ ],
+ "configs_ranked": [
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.94,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.94,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.94,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.94,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.95,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.95,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.97,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.97,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.98,
+ "theta_e": 0.3,
+ "catch": 0.6786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.98,
+ "theta_e": 0.3,
+ "catch": 0.6786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5714,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.5357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 1.01,
+ "catch": 0.5357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 1.01,
+ "catch": 0.5357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 1.01,
+ "catch": 0.5357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 1.01,
+ "catch": 0.5357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 1.01,
+ "catch": 0.5357,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 1.01,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.3214,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 1.01,
+ "catch": 0.2857,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.85,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.85,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ }
+ ]
+ },
+ "extra:roberta-large-mnli": {
+ "hf_repo": "roberta-large-mnli",
+ "backend": "torch",
+ "device": "cuda",
+ "n_nli_pairs": 9749,
+ "infer_seconds": 41.57,
+ "global_best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.7,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "pareto": [
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.7,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.95,
+ "theta_e": 0.9,
+ "catch": 1.0,
+ "fp": 0.0012
+ }
+ ],
+ "configs_ranked": [
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.7,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.7,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.7,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.7,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.7,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.7,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.4643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.4286,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3929,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ }
+ ]
+ },
+ "extra:deberta-large-mnli": {
+ "hf_repo": "microsoft/deberta-large-mnli",
+ "backend": "torch",
+ "device": "cuda",
+ "n_nli_pairs": 9749,
+ "infer_seconds": 68.78,
+ "global_best": {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 1.0,
+ "fp": 0.0
+ },
+ "pareto": [
+ {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 1.0,
+ "fp": 0.0
+ }
+ ],
+ "configs_ranked": [
+ {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 1.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 1.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.9,
+ "catch": 0.9643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.9643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 0.9643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.5,
+ "catch": 0.9643,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 1.01,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.9,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.9,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.75,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 1.01,
+ "catch": 0.7143,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.98,
+ "theta_e": 0.3,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.98,
+ "theta_e": 0.3,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.975,
+ "theta_e": 0.3,
+ "catch": 0.6429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "max_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "mean",
+ "guard": "paired_entail",
+ "theta_c": 0.99,
+ "theta_e": 0.3,
+ "catch": 0.6071,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.5,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.3571,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "max",
+ "guard": "paired_entail",
+ "theta_c": 0.999,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "meanTop3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.25,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.1786,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 1.01,
+ "catch": 0.1429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "margin",
+ "guard": "max_entail",
+ "theta_c": 0.999,
+ "theta_e": 1.01,
+ "catch": 0.1429,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top2",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 1,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 2,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.3,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 3,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 4,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.985,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 6,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.995,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 8,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "max_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ },
+ {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "best": {
+ "k": 12,
+ "agg": "top3",
+ "guard": "paired_entail",
+ "theta_c": 0.998,
+ "theta_e": 0.3,
+ "catch": 0.0,
+ "fp": 0.0
+ },
+ "best_kind": "fp=0"
+ }
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/bench/results/nli-strict-fires-mining-pooled.jsonl b/bench/results/nli-strict-fires-mining-pooled.jsonl
new file mode 100644
index 0000000..5a5a998
--- /dev/null
+++ b/bench/results/nli-strict-fires-mining-pooled.jsonl
@@ -0,0 +1,37 @@
+{"question": "where is mount kilimanjaro located?", "answer": "- Mount Kilimanjaro is located in Tanzania, in East Africa.\n [E1 | Mount Kilimanjaro | fdcdf0a2: \"Glacier]] * List of volcanoes in Tanzania * Mount Kenya - a collapsed stratovolcano due north, in Kenya. * Summit on the Summit * Rebmann Glacier ==References== ==External links== * Mount Kilimanjaro National Park * NASA Earth Explorer page * Glacial recession of Southern Icefields * Mt Kilimanjaro live webcam am:\u12aa\u120a\u121b\u1295\u1303\u122e ar:\u062c\u0628\u0644 \u0643\u064a\u0644\u064a\u0645\u0627\u0646\u062c\u0627\u0631\u0648 an:Kilimanjaro ast:Kilimanjaro az:Kilimancaro...\"]\n [E5 | Mount Kenya | bb069cb9: \"Mount Kenya is the highest mountain in Kenya and the second-highest in Africa, after Kilimanjaro. The highest peaks of the mountain are Batian (), Nelion () and Point Lenana (). Mount Kenya is located in central Kenya, just south of the equator, around () north-northeast of the capital Nairobi....\"]", "contra": 0.99, "entail": 0.622, "best_clause": "Mount Kenya is located in central Kenya, just south of the equator, around () north-northeast of the capital Nairobi.", "id": null}
+{"question": "when was the first moon landing?", "answer": "- The first successful Moon landing was on February 3, 1966 by the Soviet Union's Luna 9 spacecraft.\n [E1 | Moon landing | 7eb005b5: \"...December 1966 | Moon landing | Success - second lunar hard landing, numerous photos |} The Luna 9 spacecraft, launched by the Soviet Union, performed the first successful soft Moon landing on February 3. Airbags protected its 200 pound ejectable capsule which survived an impact speed of over 30 miles per hour\u2014the speed of many automobile accidents causing fatalities on Earth. Luna 13 duplicated...\"]\n- The first manned Moon landing was on July 20, 1969 by the United States' Apollo 11 mission.\n [E2 | Moon landing | 7c5a712b: \"...The first human-made object to reach the surface of the Moon was the Soviet Union's Luna 2 mission on September 13, 1959. The United States's Apollo 11 was the first manned mission to land on the Moon on July 20, 1969. == Unmanned landings == Since the Soviet Union first succeeded in implementing the concept in 1966, this term referred to 18 spacecraft landings on the Moon up to 1976....\"]", "contra": 0.813, "entail": 0.182, "best_clause": "=== E1 (Moon landing | primary_answer_source) ===\n| Semyorka - 8K78 | align=\"right\" | 4 October 1965 | Moon landing | Failure - lunar impact |- | Luna-8 | 1550 | Semyorka - 8K78 | align=\"right\" | 3 De", "id": null}
+{"question": "who painted the mona lisa?", "answer": "- Leonardo da Vinci painted the Mona Lisa.\n [E1 | Mona Lisa | ce54248c: \"...a biography, A.A. Wyn, 1952, p.141. Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954. In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-five Colored Marilyns'', 1962), Elvis Presley (1964) and Campbell's...\"]\n [E2 | Mona Lisa | 029d9db4: \"...the woman and the observer as is the case in the Portrait of Baldassare Castiglione (Louvre) painted by Raphael about ten years after Mona Lisa, and undoubtedly influenced by Leonardo's portrait. The painting was among the first portraits to depict the sitter before an imaginary landscape and Leonardo was one of the first painters to use aerial perspective. The enigmatic woman is portrayed seated...\"]", "contra": 0.937, "entail": 0.006, "best_clause": "In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-fiv", "id": null}
+{"question": "when was the eiffel tower built?", "answer": "The Eiffel Tower was built between 1887 and 1889 as the entrance arch for the Exposition Universelle, a World's Fair. (Source: https://en.wikipedia.org/wiki/Eiffel_Tower)", "contra": 0.855, "entail": 0.645, "best_clause": "The year 1855 was the same year that Paris hosted the first World's Fair.[\"Gustave Eiffel: The Man Behind the Masterpiece\"\n\n Source: https://en.wikipedia.org/wiki/Lattice_tower\n A lattice tower is", "id": null}
+{"question": "when was the first moon landing?", "answer": "- The first successful moon landing was on February 3, 1966, by the Soviet Union's Luna 9 spacecraft.\n [E1 | Moon landing | 7eb005b5: \"...December 1966 | Moon landing | Success - second lunar hard landing, numerous photos |} The Luna 9 spacecraft, launched by the Soviet Union, performed the first successful soft Moon landing on February 3. Airbags protected its 200 pound ejectable capsule which survived an impact speed of over 30 miles per hour\u2014the speed of many automobile accidents causing fatalities on Earth. Luna 13 duplicated...\"]", "contra": 0.767, "entail": 0.098, "best_clause": "=== E1 (Moon landing | primary_answer_source) ===\n| Semyorka - 8K78 | align=\"right\" | 4 October 1965 | Moon landing | Failure - lunar impact |- | Luna-8 | 1550 | Semyorka - 8K78 | align=\"right\" | 3 De", "id": null}
+{"question": "who painted the mona lisa?", "answer": "- Leonardo da Vinci painted the Mona Lisa.\n [E1 | Mona Lisa | ce54248c: \"...a biography, A.A. Wyn, 1952, p.141.] Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954. In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-five Colored Marilyns'', 1962), Elvis Presley (1964) and Campbell's...\"]\n [E2 | Mona Lisa | 029d9db4: \"...the woman and the observer as is the case in the Portrait of Baldassare Castiglione (Louvre) painted by Raphael about ten years after Mona Lisa, and undoubtedly influenced by Leonardo's portrait. The painting was among the first portraits to depict the sitter before an imaginary landscape and Leonardo was one of the first painters to use aerial perspective. The enigmatic woman is portrayed seated...\"]", "contra": 0.937, "entail": 0.006, "best_clause": "In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-fiv", "id": null}
+{"question": "who painted the mona lisa?", "answer": "- Leonardo da Vinci painted the Mona Lisa.\n [E1 | Mona Lisa | ce54248c: \"...a biography, A.A. Wyn, 1952, p.141. Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954. In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-five Colored Marilyns'', 1962), Elvis Presley (1964) and Campbell's...\"]\n [E2 | Mona Lisa | 029d9db4: \"...the woman and the observer as is the case in the Portrait of Baldassare Castiglione (Louvre) painted by Raphael about ten years after Mona Lisa, and undoubtedly influenced by Leonardo's portrait. The painting was among the first portraits to depict the sitter before an imaginary landscape and Leonardo was one of the first painters to use aerial perspective. The enigmatic woman is portrayed seated...\"]", "contra": 0.937, "entail": 0.006, "best_clause": "In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-fiv", "id": null}
+{"question": "what is the boltzmann constant?", "answer": "The Boltzmann constant, k, is the physical constant relating energy at the particle level with temperature observed at the bulk level. It is the gas constant R divided by the Avogadro constant NA: \"It has the same units as entropy.\" - Source: https://en.wikipedia.org/wiki/Boltzmann_constant", "contra": 0.879, "entail": 0.009, "best_clause": "==Role in semiconductor physics: the thermal voltage== In semiconductors, the relationship between the flow of electrical current and the electrostatic potential across a p-n junction depends on a cha", "id": null}
+{"question": "when was the eiffel tower built?", "answer": "The Eiffel Tower was built between 1887 and 1889 as the entrance arch for the Exposition Universelle, a World's Fair. (Source: https://en.wikipedia.org/wiki/Eiffel_Tower)", "contra": 0.855, "entail": 0.645, "best_clause": "The year 1855 was the same year that Paris hosted the first World's Fair.[\"Gustave Eiffel: The Man Behind the Masterpiece\"\n\n Source: https://en.wikipedia.org/wiki/Lattice_tower\n A lattice tower is", "id": null}
+{"question": "winners of all major sports?", "answer": "- In 1954, the West Germany national football team won the FIFA World Cup. In tennis, Maureen Connolly won the Wimbledon singles championship. The Cleveland Indians lost the World Series to the New York Giants. The Ohio State Buckeyes won the college football national championship. The United States won the FIBA World Championship in basketball. The Minneapolis Lakers won the NBA championship. Roger Bannister of England was the first person to run a mile in under 4 minutes, clocking 3:59.4 on May 6, 1954. In Australian rules football, Footscray won the VFL premiership. The Soviet Union won both the men's and women's team gymnastics competitions at the 1954 World Artistic Gymnastics Championships.\n [E16 | 1954 in sports | ed3ce560: \"...==American football== * NFL Championship \u2013 Cleveland Browns win 56-10 over the Detroit Lions * Ohio State Buckeyes - college football champions. ==Artistic gymnastics== * 1954 World Championships ** Men's all-around champion \u2013 Viktor Chukarin, USSR ** Women's all-around champion \u2013 Galina Rud'ko, USSR ** Team competition champions \u2013 men's - USSR; women's - USSR ==Association football== FIFA World...\"]", "contra": 0.971, "entail": 0.438, "best_clause": "==Artistic gymnastics== * World Artistic Gymnastics Championships \u2013 ** Men's all-around champion: Alexander Dityatin, USSR ** Women's all-around champion: Nellie Kim, USSR ** Men's team competition ch", "id": null}
+{"question": "what is the relationship between linux & unix?", "answer": "The relationship between Linux and Unix is that Linux is a Unix-like operating system. Linux is designed to emulate the features and behavior of Unix systems. It is not certified under the Single UNIX Specification, but it closely resembles Unix and is often informally referred to as Unix. Linux was first released in 1991 by Linus Torvalds. The Linux kernel, the core component of the Linux operating system, is released under the GNU General Public License version 2 (GPLv2). Linux has gained widespread adoption and is used in various contexts, including desktop computers, servers, and embedded systems. The term \"Unix-like\" encompasses operating systems that behave similarly to Unix, including Linux and other systems inspired by Unix or designed to emulate its features. The Open Group, which owns the UNIX trademark, does not approve of the term \"Unix-like\" and considers it a misuse of their trademark. However, the term is commonly used to refer to operating systems that closely resemble Unix, such as Linux and its derivatives.", "contra": 0.715, "entail": 0.266, "best_clause": "== The term \"Unix-like\" and the UNIX trademark == The Open Group owns the UNIX trademark and administers the Single UNIX Specification, with the \"UNIX\" name being used as a certification mark.", "id": null}
+{"question": "who is supermans girlfriend?", "answer": "- In the primary source for the novel 'It's Superman!', Lois Lane is identified as Superman's girlfriend.\n [E1 | It's Superman! | bfb681c8: \"It's Superman! is a novel by Tom De Haven based on the comic book superhero Superman. It was released on September 15, 2005 in hardcover and August 29, 2006 in paperback....\"]\n- In the primary source for the album 'Sunshine Superman', there is no mention of Superman having a girlfriend.\n [E11 | Sunshine Superman (album) | 71e9b5a8: \"...Orr - drums *Tony Carr - percussion ==Track listing== All tracks by Donovan Leitch. ===Original album (US)=== ====Side one==== #\"Sunshine Superman\" (single edit) \u2013 3:15 #\"Legend of a Girl Child Linda\" \u2013 6:50 #\"Three King Fishers\" \u2013 3:16 #\"Ferris Wheel\" \u2013 4:12 #\"Bert's Blues\" \u2013 4:00 ====Side two==== #\"Season of the Witch\" \u2013 4:56 + #\"The Trip\" \u2013 4:34 #\"Guinevere\" \u2013 3:41 #\"The Fat Angel\" \u2013 4:11...\"]", "contra": 0.994, "entail": 0.002, "best_clause": "===Original album (US)=== ====Side one==== #\"Sunshine Superman\" (single edit) \u2013 3:15 #\"Legend of a Girl Child Linda\" \u2013 6:50 #\"Three King Fishers\" \u2013 3:16 #\"Ferris Wheel\" \u2013 4:12 #\"Bert's Blues\" \u2013 4:00 =", "id": null}
+{"question": "when was the first moon landing?", "answer": "- The first successful moon landing was on February 3, 1966, by the Soviet Union's Luna 9 spacecraft.\n [E1 | Moon landing | 7eb005b5: \"...December 1966 | Moon landing | Success - second lunar hard landing, numerous photos |} The Luna 9 spacecraft, launched by the Soviet Union, performed the first successful soft Moon landing on February 3. Airbags protected its 200 pound ejectable capsule which survived an impact speed of over 30 miles per hour\u2014the speed of many automobile accidents causing fatalities on Earth. Luna 13 duplicated...\"]", "contra": 0.767, "entail": 0.098, "best_clause": "=== E1 (Moon landing | primary_answer_source) ===\n| Semyorka - 8K78 | align=\"right\" | 4 October 1965 | Moon landing | Failure - lunar impact |- | Luna-8 | 1550 | Semyorka - 8K78 | align=\"right\" | 3 De", "id": null}
+{"question": "when was the eiffel tower built?", "answer": "The Eiffel Tower was built between 1887 and 1889 as the entrance arch for the Exposition Universelle, a World's Fair. (Source: https://en.wikipedia.org/wiki/Eiffel_Tower)", "contra": 0.855, "entail": 0.645, "best_clause": "The year 1855 was the same year that Paris hosted the first World's Fair.][\"Gustave Eiffel: The Man Behind the Masterpiece\"\n\n Source: https://en.wikipedia.org/wiki/Lattice_tower\n A lattice tower is", "id": null}
+{"question": "who painted the mona lisa?", "answer": "- Leonardo da Vinci painted the Mona Lisa.\n [E1 | Mona Lisa | ce54248c: \"...a biography, A.A. Wyn, 1952, p.141.] Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954. In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-five Colored Marilyns'', 1962), Elvis Presley (1964) and Campbell's...\"]", "contra": 0.953, "entail": 0.027, "best_clause": "Wyn, 1952, p.141. Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954.", "id": null}
+{"question": "when was the eiffel tower built?", "answer": "The Eiffel Tower was built between 1887 and 1889 as the entrance arch for the Exposition Universelle, a World's Fair. (Source: https://en.wikipedia.org/wiki/Eiffel_Tower)", "contra": 0.855, "entail": 0.645, "best_clause": "The year 1855 was the same year that Paris hosted the first World's Fair.[\"Gustave Eiffel: The Man Behind the Masterpiece\"\n\n Source: https://en.wikipedia.org/wiki/Lattice_tower\n A lattice tower is", "id": null}
+{"question": "when was the first moon landing?", "answer": "- The first successful moon landing was on February 3, 1966, by the Soviet Union's Luna 9 spacecraft.\n [E1 | Moon landing | 7eb005b5: \"...December 1966 | Moon landing | Success - second lunar hard landing, numerous photos |} The Luna 9 spacecraft, launched by the Soviet Union, performed the first successful soft Moon landing on February 3. Airbags protected its 200 pound ejectable capsule which survived an impact speed of over 30 miles per hour\u2014the speed of many automobile accidents causing fatalities on Earth. Luna 13 duplicated...\"]", "contra": 0.767, "entail": 0.098, "best_clause": "=== E1 (Moon landing | primary_answer_source) ===\n| Semyorka - 8K78 | align=\"right\" | 4 October 1965 | Moon landing | Failure - lunar impact |- | Luna-8 | 1550 | Semyorka - 8K78 | align=\"right\" | 3 De", "id": null}
+{"question": "where is mount kilimanjaro located?", "answer": "- Mount Kilimanjaro is located in Tanzania, in East Africa.\n [E1 | Mount Kilimanjaro | fdcdf0a2: \"Glacier]] * List of volcanoes in Tanzania * Mount Kenya - a collapsed stratovolcano due north, in Kenya. * Summit on the Summit * Rebmann Glacier ==References== ==External links== * Mount Kilimanjaro National Park * NASA Earth Explorer page * Glacial recession of Southern Icefields * Mt Kilimanjaro live webcam am:\u12aa\u120a\u121b\u1295\u1303\u122e ar:\u062c\u0628\u0644 \u0643\u064a\u0644\u064a\u0645\u0627\u0646\u062c\u0627\u0631\u0648 an:Kilimanjaro ast:Kilimanjaro az:Kilimancaro...\"]\n [E5 | Mount Kenya | bb069cb9: \"Mount Kenya is the highest mountain in Kenya and the second-highest in Africa, after Kilimanjaro. The highest peaks of the mountain are Batian (), Nelion () and Point Lenana (). Mount Kenya is located in central Kenya, just south of the equator, around () north-northeast of the capital Nairobi....\"]", "contra": 0.99, "entail": 0.622, "best_clause": "Mount Kenya is located in central Kenya, just south of the equator, around () north-northeast of the capital Nairobi.", "id": null}
+{"question": "who is michael jordan?", "answer": "- Michael Jordan is an American basketball player.\n [E1 | Michael Jordan | b376e55b: \"of the Year}} }} ar:\u0645\u0627\u064a\u0643\u0644 \u062c\u0648\u0631\u062f\u0627\u0646 bn:\u09ae\u09be\u0987\u0995\u09c7\u09b2 \u099c\u09b0\u09cd\u09a1\u09be\u09a8 zh-min-nan:Michael Jordan bs:Michael Jordan bg:\u041c\u0430\u0439\u043a\u044a\u043b \u0414\u0436\u043e\u0440\u0434\u0430\u043d ca:Michael Jordan cs:Michael Jordan da:Michael Jordan de:Michael Jordan et:Michael Jordan el:\u039c\u03ac\u03b9\u03ba\u03bb \u03a4\u03b6\u03cc\u03c1\u03bd\u03c4\u03b1\u03bd es:Michael Jordan eo:Michael Jordan eu:Michael Jordan fa:\u0645\u0627\u06cc\u06a9\u0644 \u062c\u0631\u062f\u0646 fr:Michael Jordan ga:Michael Jordan gl:Michael Jordan gan:\u7c73\u79d1\u00b7\u4f50\u767b ko:\ub9c8\uc774\ud074 \uc870\ub358 hy:\u0544\u0561\u0575\u0584\u056c \u054b\u0578\u0580\u0564\u0561\u0576 hr:Michael Jordan...\"]\n- Michael Jordan is also the name of several other people, including a mycologist, a footballer, an actor, a researcher in machine learning and artificial intelligence, a businessman, and a basketball player.\n [E9 | Michael Jordan (disambiguation) | 5ca5b86a: \"...Michael Jordan may also refer to: *Michael Jordan (mycologist), English mycologist *Michael Jordan (footballer) (born 1986), English goalkeeper (Arsenal, Chesterfield, Lewes) *Michael B. Jordan (born 1987), American actor *Michael I. Jordan (born 1957), American researcher in machine learning and artificial intelligence *Michael H....\"]", "contra": 0.833, "entail": 0.03, "best_clause": "Jordan (born 1957), American researcher in machine learning and artificial intelligence *Michael H.", "id": null}
+{"question": "who painted the mona lisa?", "answer": "- Leonardo da Vinci painted the Mona Lisa.\n [E1 | Mona Lisa | ce54248c: \"...a biography, A.A. Wyn, 1952, p.141.] Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954. In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-five Colored Marilyns'', 1962), Elvis Presley (1964) and Campbell's...\"]\n [E2 | Mona Lisa | 029d9db4: \"...the woman and the observer as is the case in the Portrait of Baldassare Castiglione (Louvre) painted by Raphael about ten years after Mona Lisa, and undoubtedly influenced by Leonardo's portrait. The painting was among the first portraits to depict the sitter before an imaginary landscape and Leonardo was one of the first painters to use aerial perspective. The enigmatic woman is portrayed seated...\"]\n- The Mona Lisa is a 16th-century portrait painted in oil on a poplar panel by Leonardo Da Vinci.\n [E3 | Speculation about Mona Lisa | 3730d6b1: \"Mona Lisa, or La Gioconda (La Joconde) is a 16th-century portrait painted in oil on a poplar panel by Leonardo Da Vinci. Perhaps the most famous painting in the world, the Mona Lisa is the subject of a great deal of theorizing and speculation. ==Columns and trimming== It has for a long time been argued that after Leonardo's death the painting was cut down by having part of the panel at both sides...\"]", "contra": 0.937, "entail": 0.006, "best_clause": "In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-fiv", "id": null}
+{"question": "when was the first moon landing?", "answer": "- The first successful moon landing was on February 3, 1966, by the Soviet Union's Luna 9 spacecraft.\n [E1 | Moon landing | 7eb005b5: \"...December 1966 | Moon landing | Success - second lunar hard landing, numerous photos |} The Luna 9 spacecraft, launched by the Soviet Union, performed the first successful soft Moon landing on February 3. Airbags protected its 200 pound ejectable capsule which survived an impact speed of over 30 miles per hour\u2014the speed of many automobile accidents causing fatalities on Earth. Luna 13 duplicated...\"]", "contra": 0.767, "entail": 0.098, "best_clause": "=== E1 (Moon landing | primary_answer_source) ===\n| Semyorka - 8K78 | align=\"right\" | 4 October 1965 | Moon landing | Failure - lunar impact |- | Luna-8 | 1550 | Semyorka - 8K78 | align=\"right\" | 3 De", "id": null}
+{"question": "winners of all major sports?", "answer": "- In 1954, the West Germany national football team won the FIFA World Cup.\n [E16 | 1954 in sports | ed3ce560: \"...\u2013 Galina Rud'ko, USSR ** Team competition champions \u2013 men's - USSR; women's - USSR ==Association football== FIFA World Cup * 1954 World Cup held in Switzerland. West Germany beat Hungary 3-2. England * First Division - Wolverhampton Wanderers win the 1953-54 title. * FA Cup \u2013 West Bromwich Albion beat Preston North End 3-2. Other events * May 8 \u2013 The Asian Football Confederation is founded in...\"]\n- In 1954, the Cleveland Indians lost the World Series to the New York Giants.\n [E16 | 1954 in sports | ed3ce560: \"...great Joe DiMaggio marries actress Marilyn Monroe in a union of heavily publicized media stars. * World Series \u2013 New York Giants win 4 games to 0 over the Cleveland Indians ==Basketball== * FIBA World Championship \u2013 ** Gold: United States ** Silver: Brazil ** Bronze: Philippines * NCAA Men's Basketball Championship \u2013 **La Salle wins 92-76 over Bradley * NBA Finals|NBA Finals \u2013 ** Minneapolis...\"]\n- In 1954, Roger Bannister of Great Britain broke the four-minute mile barrier with a time of 3:59.4.\n [E16 | 1954 in sports | ed3ce560: \"...Confederation is founded in Manila. * June 15 \u2013 UEFA is founded in Basel. ==Athletics== * May 6 \u2013 Roger Bannister breaks the four-minute mile barrier with a time of 3:59.4 * August 25 to 29 August \u2013 European Championships held at Berne, capital of Switzerland ==Australian rules football== Victorian Football League * Footscray wins the 58th VFL Premiership (Footscray 15.12 (102) d Melbourne 7.9...\"]\n- In 1954, the Soviet Union won both the men's and women's team competition at the Artistic Gymnastics World Championships.\n [E16 | 1954 in sports | ed3ce560: \"...gymnastics== * 1954 World Championships ** Men's all-around champion \u2013 Viktor Chukarin, USSR ** Women's all-around champion \u2013 Galina Rud'ko, USSR ** Team competition champions \u2013 men's - USSR; women's - USSR ==Association football== FIFA World Cup * 1954 World Cup held in Switzerland. West Germany beat Hungary 3-2. England * First Division - Wolverhampton Wanderers win the 1953-54 title. * FA Cup \u2013...\"]\n- In 1954, the Minneapolis Lakers won the NBA Finals.\n [E16 | 1954 in sports | ed3ce560: \"...Bronze: Philippines * NCAA Men's Basketball Championship \u2013 **La Salle wins 92-76 over Bradley * NBA Finals|NBA Finals \u2013 ** Minneapolis Lakers win 4-3 over the Syracuse Nationals * March 13 \u2013 Milan High School, enrollment 161, defeated Muncie Central High School (enrollment over 1,600) 32-30 to win the Indiana state title. The 1986 movie classic Hoosiers was very loosely based on the story of this...\"]\n- In 1954, the Ohio State Buckeyes won the college football national championship.\n [E16 | 1954 in sports | ed3ce560: \"1954 in sports describes the year's events in world sport. ==American football== * NFL Championship \u2013 Cleveland Browns win 56-10 over the Detroit Lions * Ohio State Buckeyes - college football champions. ==Artistic gymnastics== * 1954 World Championships ** Men's all-around champion \u2013 Viktor Chukarin, USSR ** Women's all-around champion \u2013 Galina Rud'ko, USSR ** Team competition champions \u2013 men's -...\"]\n- In 1954, the Footscray football club won the Victorian Football League premiership.\n [E16 | 1954 in sports | ed3ce560: \"...25 to 29 August \u2013 European Championships held at Berne, capital of Switzerland ==Australian rules football== Victorian Football League * Footscray wins the 58th VFL Premiership (Footscray 15.12 (102) d Melbourne 7.9 (51)) * Brownlow Medal awarded to Roy Wright (Richmond) ==Baseball== * January 14 \u2013 Former Yankees great Joe DiMaggio marries actress Marilyn Monroe in a union of heavily publicized...\"]\n- In 1954, Viktor Chukarin of the Soviet Union won the men's all-around title at the Artistic Gymnastics World Championships.\n [E16 | 1954 in sports | ed3ce560: \"...Browns win 56-10 over the Detroit Lions * Ohio State Buckeyes - college football champions. ==Artistic gymnastics== * 1954 World Championships ** Men's all-around champion \u2013 Viktor Chukarin, USSR ** Women's all-around champion \u2013 Galina Rud'ko, USSR ** Team competition champions \u2013 men's - USSR; women's - USSR ==Association football== FIFA World Cup * 1954 World Cup held in Switzerland. West Germany...\"]\n- In 1954, Galina Rud'ko of the Soviet Union won the women's all-around title at the Artistic Gymnastics World Championships.\n [E16 | 1954 in sports | ed3ce560: \"...Buckeyes - college football champions. ==Artistic gymnastics== * 1954 World Championships ** Men's all-around champion \u2013 Viktor Chukarin, USSR ** Women's all-around champion \u2013 Galina Rud'ko, USSR ** Team competition champions \u2013 men's - USSR; women's - USSR ==Association football== FIFA World Cup * 1954 World Cup held in Switzerland. West Germany beat Hungary 3-2. England * First Division -...\"]", "contra": 0.766, "entail": 0.15, "best_clause": "* World Series \u2013 New York Giants win 4 games to 0 over the Cleveland Indians ==Basketball== * FIBA World Championship \u2013 ** Gold: United States ** Silver: Brazil ** Bronze: Philippines * NCAA Men's Bas", "id": null}
+{"question": "who painted the mona lisa?", "answer": "- Leonardo da Vinci painted the Mona Lisa.\n [E1 | Mona Lisa | ce54248c: \"...a biography, A.A. Wyn, 1952, p.141. Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954. In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-five Colored Marilyns'', 1962), Elvis Presley (1964) and Campbell's...\"]\n [E2 | Mona Lisa | 029d9db4: \"...the woman and the observer as is the case in the Portrait of Baldassare Castiglione (Louvre) painted by Raphael about ten years after Mona Lisa, and undoubtedly influenced by Leonardo's portrait. The painting was among the first portraits to depict the sitter before an imaginary landscape and Leonardo was one of the first painters to use aerial perspective. The enigmatic woman is portrayed seated...\"]", "contra": 0.937, "entail": 0.006, "best_clause": "In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-fiv", "id": null}
+{"question": "who painted the mona lisa?", "answer": "- Leonardo da Vinci painted the Mona Lisa.\n [E1 | Mona Lisa | ce54248c: \"...a biography, A.A. Wyn, 1952, p.141. Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954. In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-five Colored Marilyns'', 1962), Elvis Presley (1964) and Campbell's...\"]\n [E2 | Mona Lisa | 029d9db4: \"...the woman and the observer as is the case in the Portrait of Baldassare Castiglione (Louvre) painted by Raphael about ten years after Mona Lisa, and undoubtedly influenced by Leonardo's portrait. The painting was among the first portraits to depict the sitter before an imaginary landscape and Leonardo was one of the first painters to use aerial perspective. The enigmatic woman is portrayed seated...\"]", "contra": 0.937, "entail": 0.006, "best_clause": "In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-fiv", "id": null}
+{"question": "who painted the mona lisa?", "answer": "- Leonardo da Vinci painted the Mona Lisa.\n [E1 | Mona Lisa | ce54248c: \"...a biography, A.A. Wyn, 1952, p.141. Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954. In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-five Colored Marilyns'', 1962), Elvis Presley (1964) and Campbell's...\"]", "contra": 0.953, "entail": 0.027, "best_clause": "Wyn, 1952, p.141. Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954.", "id": null}
+{"question": "when was the eiffel tower built?", "answer": "The Eiffel Tower was built between 1887 and 1889 as the entrance arch for the Exposition Universelle, a World's Fair. (Source: https://en.wikipedia.org/wiki/Eiffel_Tower)", "contra": 0.855, "entail": 0.645, "best_clause": "The year 1855 was the same year that Paris hosted the first World's Fair.[\"Gustave Eiffel: The Man Behind the Masterpiece\"\n\n Source: https://en.wikipedia.org/wiki/Lattice_tower\n A lattice tower is", "id": null}
+{"question": "who painted the mona lisa?", "answer": "- Leonardo da Vinci painted the Mona Lisa.\n [E1 | Mona Lisa | ce54248c: \"...a biography, A.A. Wyn, 1952, p.141.] Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954. In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-five Colored Marilyns'', 1962), Elvis Presley (1964) and Campbell's...\"]\n [E2 | Mona Lisa | 029d9db4: \"...the woman and the observer as is the case in the Portrait of Baldassare Castiglione (Louvre) painted by Raphael about ten years after Mona Lisa, and undoubtedly influenced by Leonardo's portrait. The painting was among the first portraits to depict the sitter before an imaginary landscape and Leonardo was one of the first painters to use aerial perspective. The enigmatic woman is portrayed seated...\"]", "contra": 0.937, "entail": 0.006, "best_clause": "In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-fiv", "id": null}
+{"question": "when was the first moon landing?", "answer": "- The first successful moon landing was on February 3, 1966, by the Soviet Union's Luna 9 spacecraft.\n [E1 | Moon landing | 7eb005b5: \"...December 1966 | Moon landing | Success - second lunar hard landing, numerous photos |} The Luna 9 spacecraft, launched by the Soviet Union, performed the first successful soft Moon landing on February 3. Airbags protected its 200 pound ejectable capsule which survived an impact speed of over 30 miles per hour\u2014the speed of many automobile accidents causing fatalities on Earth. Luna 13 duplicated...\"]", "contra": 0.767, "entail": 0.098, "best_clause": "=== E1 (Moon landing | primary_answer_source) ===\n| Semyorka - 8K78 | align=\"right\" | 4 October 1965 | Moon landing | Failure - lunar impact |- | Luna-8 | 1550 | Semyorka - 8K78 | align=\"right\" | 3 De", "id": null}
+{"question": "when was the first moon landing?", "answer": "- The first successful moon landing was on February 3, 1966, by the Soviet Union's Luna 9 spacecraft.\n [E1 | Moon landing | 7eb005b5: \"...December 1966 | Moon landing | Success - second lunar hard landing, numerous photos |} The Luna 9 spacecraft, launched by the Soviet Union, performed the first successful soft Moon landing on February 3. Airbags protected its 200 pound ejectable capsule which survived an impact speed of over 30 miles per hour\u2014the speed of many automobile accidents causing fatalities on Earth. Luna 13 duplicated...\"]", "contra": 0.767, "entail": 0.098, "best_clause": "=== E1 (Moon landing | primary_answer_source) ===\n| Semyorka - 8K78 | align=\"right\" | 4 October 1965 | Moon landing | Failure - lunar impact |- | Luna-8 | 1550 | Semyorka - 8K78 | align=\"right\" | 3 De", "id": null}
+{"question": "when was the eiffel tower built?", "answer": "The Eiffel Tower was built between 1887 and 1889 as the entrance arch for the Exposition Universelle, a World's Fair. (Source: https://en.wikipedia.org/wiki/Eiffel_Tower)", "contra": 0.855, "entail": 0.645, "best_clause": "The year 1855 was the same year that Paris hosted the first World's Fair.[\"Gustave Eiffel: The Man Behind the Masterpiece\"\n\n Source: https://en.wikipedia.org/wiki/Lattice_tower\n A lattice tower is", "id": null}
+{"question": "when was the first moon landing?", "answer": "- The first successful Moon landing was on February 3, 1966 by the Soviet Union's Luna 9 spacecraft.\n [E1 | Moon landing | 7eb005b5: \"...December 1966 | Moon landing | Success - second lunar hard landing, numerous photos |} The Luna 9 spacecraft, launched by the Soviet Union, performed the first successful soft Moon landing on February 3. Airbags protected its 200 pound ejectable capsule which survived an impact speed of over 30 miles per hour\u2014the speed of many automobile accidents causing fatalities on Earth. Luna 13 duplicated...\"]\n- The first manned Moon landing was on July 20, 1969 by the United States' Apollo 11 mission.\n [E2 | Moon landing | 7c5a712b: \"...The first human-made object to reach the surface of the Moon was the Soviet Union's Luna 2 mission on September 13, 1959. The United States's Apollo 11 was the first manned mission to land on the Moon on July 20, 1969. == Unmanned landings == Since the Soviet Union first succeeded in implementing the concept in 1966, this term referred to 18 spacecraft landings on the Moon up to 1976....\"]", "contra": 0.813, "entail": 0.182, "best_clause": "=== E1 (Moon landing | primary_answer_source) ===\n| Semyorka - 8K78 | align=\"right\" | 4 October 1965 | Moon landing | Failure - lunar impact |- | Luna-8 | 1550 | Semyorka - 8K78 | align=\"right\" | 3 De", "id": null}
+{"question": "when was the first moon landing?", "answer": "- The first successful moon landing was on February 3, 1966, by the Soviet Union's Luna 9 spacecraft.\n [E1 | Moon landing | 7eb005b5: \"...December 1966 | Moon landing | Success - second lunar hard landing, numerous photos |} The Luna 9 spacecraft, launched by the Soviet Union, performed the first successful soft Moon landing on February 3. Airbags protected its 200 pound ejectable capsule which survived an impact speed of over 30 miles per hour\u2014the speed of many automobile accidents causing fatalities on Earth. Luna 13 duplicated...\"]", "contra": 0.767, "entail": 0.098, "best_clause": "=== E1 (Moon landing | primary_answer_source) ===\n| Semyorka - 8K78 | align=\"right\" | 4 October 1965 | Moon landing | Failure - lunar impact |- | Luna-8 | 1550 | Semyorka - 8K78 | align=\"right\" | 3 De", "id": null}
+{"question": "when was the eiffel tower built?", "answer": "The Eiffel Tower was built between 1887 and 1889 as the entrance arch for the Exposition Universelle, a World's Fair. (Source: https://en.wikipedia.org/wiki/Eiffel_Tower)", "contra": 0.855, "entail": 0.645, "best_clause": "The year 1855 was the same year that Paris hosted the first World's Fair.][\"Gustave Eiffel: The Man Behind the Masterpiece\"\n\n Source: https://en.wikipedia.org/wiki/Lattice_tower\n A lattice tower is", "id": null}
+{"question": "when was the eiffel tower built?", "answer": "The Eiffel Tower was built between 1887 and 1889 as the entrance arch for the Exposition Universelle, a World's Fair. (Source: https://en.wikipedia.org/wiki/Eiffel_Tower)", "contra": 0.855, "entail": 0.645, "best_clause": "The year 1855 was the same year that Paris hosted the first World's Fair.][\"Gustave Eiffel: The Man Behind the Masterpiece\"\n\n Source: https://en.wikipedia.org/wiki/Lattice_tower\n A lattice tower is", "id": null}
+{"question": "who painted the mona lisa?", "answer": "- Leonardo da Vinci painted the Mona Lisa.\n [E1 | Mona Lisa | ce54248c: \"...a biography, A.A. Wyn, 1952, p.141.] Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954. In 1963 following the painting's visit to the United States, Andy Warhol created serigraph prints of multiple Mona Lisas called Thirty are Better than One, like his works of Marilyn Monroe (Twenty-five Colored Marilyns'', 1962), Elvis Presley (1964) and Campbell's...\"]", "contra": 0.953, "entail": 0.027, "best_clause": "Wyn, 1952, p.141. Salvador Dal\u00ed, famous for his surrealist work, painted Self portrait as Mona Lisa in 1954.", "id": null}
+{"question": "when was the first moon landing?", "answer": "- The first successful Moon landing was on February 3, 1966 by the Soviet Union's Luna 9 spacecraft.\n [E1 | Moon landing | 7eb005b5: \"...December 1966 | Moon landing | Success - second lunar hard landing, numerous photos |} The Luna 9 spacecraft, launched by the Soviet Union, performed the first successful soft Moon landing on February 3. Airbags protected its 200 pound ejectable capsule which survived an impact speed of over 30 miles per hour\u2014the speed of many automobile accidents causing fatalities on Earth. Luna 13 duplicated...\"]\n- The first manned Moon landing was on July 20, 1969 by the United States' Apollo 11 mission.\n [E2 | Moon landing | 7c5a712b: \"...The first human-made object to reach the surface of the Moon was the Soviet Union's Luna 2 mission on September 13, 1959. The United States's Apollo 11 was the first manned mission to land on the Moon on July 20, 1969. == Unmanned landings == Since the Soviet Union first succeeded in implementing the concept in 1966, this term referred to 18 spacecraft landings on the Moon up to 1976....\"]", "contra": 0.813, "entail": 0.182, "best_clause": "=== E1 (Moon landing | primary_answer_source) ===\n| Semyorka - 8K78 | align=\"right\" | 4 October 1965 | Moon landing | Failure - lunar impact |- | Luna-8 | 1550 | Semyorka - 8K78 | align=\"right\" | 3 De", "id": null}
+{"question": "when was the eiffel tower built?", "answer": "The Eiffel Tower was built between 1887 and 1889 as the entrance arch for the Exposition Universelle, a World's Fair. (Source: https://en.wikipedia.org/wiki/Eiffel_Tower)", "contra": 0.855, "entail": 0.645, "best_clause": "The year 1855 was the same year that Paris hosted the first World's Fair.[\"Gustave Eiffel: The Man Behind the Masterpiece\"\n\n Source: https://en.wikipedia.org/wiki/Lattice_tower\n A lattice tower is", "id": null}
diff --git a/docs/TICKETS.md b/docs/TICKETS.md
index 6100a71..b7f609b 100644
--- a/docs/TICKETS.md
+++ b/docs/TICKETS.md
@@ -105,7 +105,7 @@ Newest first. Update on every open/close.
| #000052 | Relevance + coherence meta-cognition (answer-*shape* signals) | in progress — **§3.1 `diagnose_coherence` landed** (lexical, no model: `circular` / `phrase_component_reuse` / `vacuous`; in `arborist/qa/inspect.py`, surfaced via `inspect_cache_key` + `arborist inspect` `· incoherent: `; 9 tests; demote-policy hook deliberately not wired — advisory only). Joins the `diagnose_deflection` / `diagnose_metaphor_deflection` / `diagnose_title_relevance` / soft-preflight family of read-only, demote-only, never-in-proof-path sidecars; `phrase_component_reuse` catches the motivating field case (a subject quoting a phrase, a predicate reusing one of that phrase's own tokens as a bare `the ` referent). **Still open: (2) `diagnose_relevance`** — semantic (not just lexical) "aboutness": does the answer address the question; is each claim about its cited source? Today's checks (subject-anchor token overlap, stemmed title-stem overlap) are *lexical* and a token collision defeats them — a small *aboutness/reranker* model (NOT NLI — entailment ≠ topicality) under #000049 §7's discipline cage verbatim (demotion-only, hash-pinned, `relevance_model_version`→`governance_policy_hash` iff it touches `audit_mode`, shadow-first, `[…]` extra, the §7 #20 haystack lesson — never over the whole context); gated on evidence, travels with #000049's model question. Motivating field case (2026-05-12, fox): the `claim_lattice` query that returned *"the phrase 'Zionist entity' is sometimes used as the entity, referring to the State of Israel"* at `EVIDENCE-WARRANTED-PARTIAL 2/3` — incoherent + token-collision recombination that NLI can't catch (returns *neutral*, not *contradiction*) and both lexical relevance checks waved through. Flags an upstream retrieval ticket (polysemy / title-token-soup) as the root-cause fix, not scoped here. #000049 sibling | 2026-05-12 | — |
| #000051 | Federated vecpack distribution (gossip the embedding backfill) | open · awaiting go/no-go · doc-only scaffold. Makes `chunk_vecs` a distributable artifact: backfill once on any CPU box (cloud / Prometheus-Σ sweep — #000037 §3.1), publish a **vecpack** `(shard_root, vec_backend_version, [(leaf_hash, embedding_blob)…])` over the mesh wire layer, every peer pulls + bulk-loads (sub-ms/chunk on the receiver — the laptop never runs the transformer). Keyed on `leaf_hash` (portable) not `chunk_id` (shard-local). Vecpacks are **soft data** — embeddings are `UNGROUNDED`, never proof path — so a cheap structural sanity gate (chunk exists locally w/ matching leaf_hash, right blob length for (dim,quant), finite norm, backend_version matches) suffices, no Merkle-proof-grade verification needed. Supplies #000050's prereq #1 ("a vecpack exists & is imported on the bench box", not "fox embedded the corpus locally"). GPU producer (the fast path): bge-small-en-v1.5 batched on a CUDA box (4090) ≈ 10³–10⁴ chunks/s → full 6.24M-chunk corpus in *minutes*, not days — drop a CUDA `Embedder` into `default_embedder()`; CUDA stack lives only on the producer box, never in arborist's `python+sqlite3` core. The mechanism behind whitepaper §1's "the embedding pass runs off the device". #000039 / #000050 sibling | 2026-05-12 | — |
| #000050 | Vec RRF hybrid fusion (#000039 Phase 2) | open · awaiting go/no-go · doc-only scaffold; design in #000039 §4.2 (RRF) + §8 (the gate). Wire `VecBackend` as a 5th retrieval route in `query.py`, RRF-merged (route provenance carried) with the 4 FTS5 routes; UNGROUNDED hits, additive not replacement. Phase-2 sub-items now explicit: **accept-path-5** in `_filter_by_title_relevance` (low-title-overlap vec hits survive only via a stronger span-level warrant, never similarity-score alone — else the title gate drops exactly the semantic candidates vec exists for & the bench shows no lift); **six** vec config fields fold into `governance_policy_hash` (recipe-named quant `int8sym`) **+ a cache-write guard** blocking `providence_cache` persistence for vec/hybrid runs until that's wired; **run-DAG records the vec stage** (backend version, six fields, top_k, query-embedding hash, candidate chunk_ids+distances). **Gated** on (a) a corpus backfill **distributed via #000051** AND (b) a **four-condition** recall bench (A FTS5-only / B vec-only / C RRF hybrid / D candidate-union-no-RRF) clearing the 5pp floor incl. C-beats-D, on the **§2a semantic-allusion fixture set** (running list of query-words-share-zero-tokens-with-target-title cases: Orwell→Eastasia, "what is a CPU?"→Central processing unit, "what is a GPU?"→Graphics processing unit — abbreviation ones also fixable upstream via `concepts/` synonym edges; the Orwell one is the genuine-conceptual-allusion case that justifies the vec layer) + curated + **adversarial-semantic-neighbor** fixtures (else park, vec stays opt-in `--backend vec`; if C≈D ship the union, drop RRF). #000039 follow-up | 2026-05-12 | — |
-| #000049 | Attribution-aware grounding check (the recombination boundary) | open · boundary accepted · production no-go · shadow-path approved (de novo review 2026-05-13 — ticket §7) · doc-only; the home for #000048's deferred §2.3 — closing the 2 recombination over-grounds in `falsification-hard` (hard-003 Mercury / hard-005 Einstein) needs an attribution / dependency-parse or mini-NLI check, which is *not lexical* (#000048 §5). Discipline question answered: a small fixed purpose-built NLI/entailment *model* may influence `audit_mode` only as an opt-in, hash-pinned, governance-hashed, **demotion-only contradiction veto** after shadow-mode evidence (never promotes — `MODEL_ASSISTED_DEMOTION`, never `MODEL_ASSISTED_PROMOTION`). Production verifier unchanged; `falsification-hard` stays 10/12 as an honest boundary marker. Roadmap: Phase 0 (this amendment) → Phase 1 (shadow design: NLI manifest, fetch/verify, `nli_pair@v1` canonicalization, recombination-risk trigger) → Phase 2 (bench-only shadow impl, `[nli]` extra, `make fetch-nli`) → Phase 3 (demotion-only runtime, gated) → Phase 4 (mesh blob sync); §7 #12 six-condition bench gate required before Phases 2–4; if NLI ever affects `audit_mode`, `nli_policy_hash` folds into `governance_policy_hash`. **Phase-2 candidate bench done 2026-05-12** (`~/git/arborist-nli-bench/`, commits `829f9a4` + `a1cb28d`; ticket §7 #18): checkpoint-agnostic harness runs the §7 #5 clause-level algorithm over 28 synth recombination cases (incl. the 2 fixtures + harder shapes) + 26 legit cases (true summaries + near-miss decoys). 4 working candidates; `nli-MiniLM2-L6-H768` (82M, 45ms p50 CPU), `deberta-v3-base-mnli-fever-anli` (184M, 223ms), `bart-large-mnli` (407M, 259ms) all 28/28 catch · 0/26 FP with the standard θe=0.9 entailment guard; `cross-encoder/nli-deberta-v3-base` 27/28; deberta-large repo-id TODO. **Key finding: the §7 #5 two-threshold rule is load-bearing** — 3 of 4 candidates argmax-contradict 1/26 legit cases on the *wrong* source clause (competing-superlative confusion, e.g. "largest hot desert" vs "largest desert overall"); the entailment guard filters every one because another clause restates the claim → 0% guarded FP vs ~4% single-threshold. Picture: recombination is *easy* for any modern NLI checkpoint — differentiator is cost/robustness, MiniLM is the cost-pick, bart-large the threshold-robust pick. **Phase-2 shadow scaffold landed in arborist 2026-05-12** (ticket §7 #19): `arborist/qa/nli/` (manifest pins MiniLM @ a fixed HF revision + θc 0.5/θe 0.9 + 2 alternates; `ShadowNLI`/`shadow_check` lazy-imports `transformers`+`torch` behind a new `[nli]` extra, degrades to `available=False` when absent — SHADOW ONLY, never an `audit_mode` input, manifest not yet in `governance_policy_hash` per §7 #2) + `bench/scripts/nli_shadow_sweep.py` + `make bootstrap-nli` / `make bench-nli-shadow` + 16 tests. Synthetic sweep (116 records): 28/28 recombination demoted, 0/26 FP on legit summaries, 0/9 fires on already-`STRICT_SPAN`. **First bench-qa-traffic sweep** (§7 #20 — `ARBORIST_NLI_SHADOW=1 make bench-qa-smoke`, 15 cells; `query.py` surfaces verifier-input text gated off-by-default, `qa_sweep.py` carries it, `nli_shadow_sweep.py` reads it): the *naive* "NLI on every context clause" scaffold has a **~30% would-demote rate on STRICT answers** — a haystack/multiple-comparisons artifact (real Wikipedia contexts → 100–336 clauses; `max`-over-all almost always hits a tangential "contradiction"). Candidate-clause restriction (§7 #21 — NLI runs on the top-6 source clauses by content-token overlap, `max_candidate_clauses=6`) + speedup (§7 #22 — batched forwards, `ARBORIST_NLI_DEVICE` cuda auto-detect, ONNX-int8 export via `make export-nli-onnx`: torch-cpu-batch1 ~120ms/pair → onnx-int8-cpu-batched ~32ms/pair, seconds on a 4090; `optimum[onnxruntime]` added to `[nli]`; 24 tests) landed. **Verdict moved three times then settled** (§7 #22→#23→#24→#25; `bench/scripts/nli_shadow_grid.py` — `{model × k × agg × guard × θc × θe}` sweep, ~3.5min for 7 models on the 4090, run against bench-qa STRICT samples of growing size n=1=89 → n=3=275 → n=5=444): §7 #22's "fails the gate" was a *default-config* artifact (k=6/θc=0.5/θe=0.9); §7 #23's "deberta-base k=2/θc=0.99 → 27/28 · 0/89 passes" was a *small-FP-sample* artifact (it's 27/28 again at n=5 but the n=3 sample drove it to 11/28 — sample-sensitive, sits at the cliff); §7 #24 (n=3) found `microsoft/deberta-large-mnli` passes; **§7 #25 (n=5-confirmed, 444 real STRICT cells)**: the lexical-candidate NLI veto **robustly clears the §7 #12 gate** with **`microsoft/deberta-large-mnli` / k=2 / agg=max / guard=max_entail / θc≈0.96 / θe=0.9 → catches all 28 synthetic recombinations (incl. both `5f-fal-hard` fixtures) · 0/444 real STRICT FP · 0/26 synthetic legit FP, ~4 pts of θc headroom**; `roberta-large-mnli` is an equally-good alternate (k=2/max/θc=0.95). Resolved findings: `agg=max + max_entail guard` is the robust score-shape across both proper-n samples (§7 #24's `margin` win was a sample tie); the *specific large checkpoint* is what matters — deberta-large-mnli / roberta-large-mnli (~350-400M) hit 1.0/0.0, `bart-large` (similar size) only ~0.71, `deberta-base-184M` at the cliff, the small models (MiniLM-82M, deberta-v3-small) cap at ~0.82 — so the §7 #18 "MiniLM is the cost-pick" is **overturned by the proper-n evidence**; k=2 is the consistent winner; int8-ONNX costs ≈1 catch vs fp32. Remaining caveats (narrow now): the 28/28 recall is still a 28-case denominator — a bench-qa-derived recombination set is the one load-bearing check not yet done; the FP side is 444 cells at 0 FP (solid); n=9 (~825 cells) would add confidence but, given the ~4-5 pt θc margin, is "if dav1d wants more"; still SHADOW — flipping to a runtime demotion-only veto is fox+dav1d-decides (then `nli_policy_hash` = model+k+agg+guard+θc folds into `governance_policy_hash` per §7 #2); deberta-large is ~400M (GPU-fast). Manifest active defaults stay k=6/θc=0.5; the `recommended_operating_point` (deberta-large-mnli / k=2 / max / θc=0.96 / θe=0.9) is documented in the manifest. Standing lesson, sharpened three times — clean eval ≠ bench-qa precision (§7 #18→#20), default config ≠ best config (§7 #22→#23), small FP sample ≠ large-sample FP rate (§7 #23→#24→#25): every gate number is provisional until the denominators are big enough, and the sweep has to be wide enough to include the config that survives them — codified in CLAUDE.md's bench-maxing section. Production verifier unchanged; `falsification-hard` stays 10/12. #000048 follow-up | 2026-05-12 | — |
+| #000049 | Attribution-aware grounding check (the recombination boundary) | open · boundary accepted · production no-go · shadow-path approved (de novo review 2026-05-13 — ticket §7) · doc-only; the home for #000048's deferred §2.3 — closing the 2 recombination over-grounds in `falsification-hard` (hard-003 Mercury / hard-005 Einstein) needs an attribution / dependency-parse or mini-NLI check, which is *not lexical* (#000048 §5). Discipline question answered: a small fixed purpose-built NLI/entailment *model* may influence `audit_mode` only as an opt-in, hash-pinned, governance-hashed, **demotion-only contradiction veto** after shadow-mode evidence (never promotes — `MODEL_ASSISTED_DEMOTION`, never `MODEL_ASSISTED_PROMOTION`). Production verifier unchanged; `falsification-hard` stays 10/12 as an honest boundary marker. Roadmap: Phase 0 (this amendment) → Phase 1 (shadow design: NLI manifest, fetch/verify, `nli_pair@v1` canonicalization, recombination-risk trigger) → Phase 2 (bench-only shadow impl, `[nli]` extra, `make fetch-nli`) → Phase 3 (demotion-only runtime, gated) → Phase 4 (mesh blob sync); §7 #12 six-condition bench gate required before Phases 2–4; if NLI ever affects `audit_mode`, `nli_policy_hash` folds into `governance_policy_hash`. **Phase-2 candidate bench done 2026-05-12** (`~/git/arborist-nli-bench/`, commits `829f9a4` + `a1cb28d`; ticket §7 #18): checkpoint-agnostic harness runs the §7 #5 clause-level algorithm over 28 synth recombination cases (incl. the 2 fixtures + harder shapes) + 26 legit cases (true summaries + near-miss decoys). 4 working candidates; `nli-MiniLM2-L6-H768` (82M, 45ms p50 CPU), `deberta-v3-base-mnli-fever-anli` (184M, 223ms), `bart-large-mnli` (407M, 259ms) all 28/28 catch · 0/26 FP with the standard θe=0.9 entailment guard; `cross-encoder/nli-deberta-v3-base` 27/28; deberta-large repo-id TODO. **Key finding: the §7 #5 two-threshold rule is load-bearing** — 3 of 4 candidates argmax-contradict 1/26 legit cases on the *wrong* source clause (competing-superlative confusion, e.g. "largest hot desert" vs "largest desert overall"); the entailment guard filters every one because another clause restates the claim → 0% guarded FP vs ~4% single-threshold. Picture: recombination is *easy* for any modern NLI checkpoint — differentiator is cost/robustness, MiniLM is the cost-pick, bart-large the threshold-robust pick. **Phase-2 shadow scaffold landed in arborist 2026-05-12** (ticket §7 #19): `arborist/qa/nli/` (manifest pins MiniLM @ a fixed HF revision + θc 0.5/θe 0.9 + 2 alternates; `ShadowNLI`/`shadow_check` lazy-imports `transformers`+`torch` behind a new `[nli]` extra, degrades to `available=False` when absent — SHADOW ONLY, never an `audit_mode` input, manifest not yet in `governance_policy_hash` per §7 #2) + `bench/scripts/nli_shadow_sweep.py` + `make bootstrap-nli` / `make bench-nli-shadow` + 16 tests. Synthetic sweep (116 records): 28/28 recombination demoted, 0/26 FP on legit summaries, 0/9 fires on already-`STRICT_SPAN`. **First bench-qa-traffic sweep** (§7 #20 — `ARBORIST_NLI_SHADOW=1 make bench-qa-smoke`, 15 cells; `query.py` surfaces verifier-input text gated off-by-default, `qa_sweep.py` carries it, `nli_shadow_sweep.py` reads it): the *naive* "NLI on every context clause" scaffold has a **~30% would-demote rate on STRICT answers** — a haystack/multiple-comparisons artifact (real Wikipedia contexts → 100–336 clauses; `max`-over-all almost always hits a tangential "contradiction"). Candidate-clause restriction (§7 #21 — NLI runs on the top-6 source clauses by content-token overlap, `max_candidate_clauses=6`) + speedup (§7 #22 — batched forwards, `ARBORIST_NLI_DEVICE` cuda auto-detect, ONNX-int8 export via `make export-nli-onnx`: torch-cpu-batch1 ~120ms/pair → onnx-int8-cpu-batched ~32ms/pair, seconds on a 4090; `optimum[onnxruntime]` added to `[nli]`; 24 tests) landed. **Verdict moved five times then settled** (§7 #22→#23→#24→#25→#26; `bench/scripts/nli_shadow_grid.py` — `{model × k × agg × guard × θc × θe}` sweep, ~4min for 7 models on the 4090, run against bench-qa STRICT samples of growing size: n=1=89 → n=3=275 → n=5=444 → **pooled n=1+3+5 = 808**, plus a mining pass over the 808 real STRICT answers): §7 #22 "fails" = default-config artifact (k=6/θc=0.5); §7 #23 "deberta-base passes" = small-FP-sample artifact (11/28 at n=3); §7 #24 found `microsoft/deberta-large-mnli` passes at n=3 with `margin`; §7 #25 said "no, at n=5 plain `max`@0.96 works"; **§7 #26 (pooled 808, the biggest real FP denominator) showed *that* was the small-sample read** — on 808 cells θc must go back to ~0.995 (the n=5 444-cell set lacked the high-confidence token-collision spurious hits the pooled set has — "Mount Kenya is in Kenya" pulled into a Kilimanjaro answer, Dalí into da Vinci, Donovan into Superman), and at θc=0.995 only `margin` still catches 28/28. **Settled: `microsoft/deberta-large-mnli` / k=3 / agg=`margin` (= max over top-3 candidate clauses of `p_contra − p_entail`) / θc=0.995 → catches all 28 synthetic recombinations (incl. both `5f-fal-hard` fixtures) · 0/808 pooled real STRICT FP · 0/26 synthetic legit FP** — the *only* config (across the 7-model × full-grid sweep) that hits 1.0/0.0 on 808 cells, held at n=3 too; the simpler two-threshold variant (k=2/`max`/θc=0.995) gets 27/28 · 0/808. Findings: `margin` is the right score-shape (discriminates a real recombination — source genuinely contradicts, that clause's entail≈0, margin≈0.997 — from a spurious token-collision FP — source also has an entailing clause, margin dragged to ~0.95–0.99); the specific *large* checkpoint matters (deberta-large-mnli wins; bart-large/deberta-base/MiniLM collapse at proper-pooled-n — §7 #18 "MiniLM cost-pick" overturned); int8-ONNX costs ≈1 catch. **Mining the 808 real STRICT answers found ZERO natural recombination errors** — the boundary is theoretical-in-practice; the 37 would-fires at lowered θc are all token-collision FPs (the candidate selector pulls different-entity same-subject-area clauses — `margin@0.995` survives it, a Phase-3 verifier-matched-clause hook would eliminate it). Remaining: the 28/28 recall is a 28-case denominator and (no natural recombinations to mine) the realistic next check is ~20–30 hand-built synthetic-recombination-vs-real-bench-qa-context fixtures (real haystack, deliberate re-attribution); still SHADOW — runtime promotion is fox+dav1d-decides (then `nli_policy_hash` = model+k+agg+guard+θc folds into `governance_policy_hash` per §7 #2); deberta-large ~400M (GPU-fast). Manifest active defaults stay k=6/θc=0.5; `recommended_operating_point` = the `margin`@0.995 config. Standing lesson, sharpened five times (codified in CLAUDE.md bench-maxing): clean eval ≠ bench-qa precision (§7 #18→#20); default config ≠ best config (§7 #22→#23); small FP sample ≠ large-sample FP rate — *and a bigger sample can vindicate a config a smaller one made look unnecessary* (§7 #23→#24→#25→#26): don't trust any denominator until it's the biggest you can afford, and re-confirm the *config choice* (not just the threshold) each time it grows. Production verifier unchanged; `falsification-hard` stays 10/12. #000048 follow-up | 2026-05-12 | — |
| #000048 | Verifier upgrade — recombination-aware grounding + clause segmentation | **closed · 2026-05-12** — steps 2.1 + 2.4 landed 2026-05-11 (12 of 16 residual items: 4 HYBRID_ENTITY over-grounds + 8 Formulate mis-segments → `formulate-hard` 12/12, `falsification-hard` 10/12; each bench-gated, no STRICT-rate regression — 2.1's gate fired on 0 QA answers, 2.4's segmenter touched 7 of 450 lattice cells both verdict changes correct). Step 2.2 (single-clause-containment paraphrase check) attempted + reverted — catches the 2 recombination fixtures but also rejects legit cross-sentence summaries with no threshold separating the two; recombination-vs-summary isn't lexical (§5 "What we learned"). The attribution-aware path moved to **#000049** (fox 2026-05-12). 2 live-pack `expected_reason` updated HYBRID_ENTITY→UNGROUNDED; 12+ tests; `make bench-5f-falsification-hard` / `bench-5f-formulate-hard` / `bench-fork-baseline-hard`. #000046 follow-up; #000047 closed | 2026-05-11 | — |
| #000047 | ForkScore `_delta_*` aggregator (mean vs max vs sum) | **closed · 2026-05-11** — Option D: `WeightSet.delta_aggregator` ∈ {`mean`,`max`,`sum`} (default `mean` unchanged → no `ESTIMATOR_VERSION` bump), `fork_score._delta_5{s,t,f}` dispatch via `_aggregate`, recorded in `ScoredFork.weights`, per-sub `HARD_REGRESSION_FLOOR` flags aggregator-independent; bench data behind keeping `mean` in `5f-threshold-calibration-2026-05-11.md` §5; 8+1 tests. #000012-revision / #000025 §10.14 follow-up | 2026-05-11 | — |
| #000046 | Harder 5S/5T/5F fixture tier (below-ceiling baselines) | **closed · 2026-05-11** — Phase 1 `falsification-hard-v1.jsonl` (12 near-misses) + Phase 2 `formulate-hard-v1.jsonl` (12 mis-segments, rate 4/12) + Phase 3 `verify_quotes` paraphrase numeric-agreement gate (`_numeric_signature`; demotes a token-covering span asserting a digit-number the source lacks modulo thousands-comma) → falsification-hard rate 4/12 → 6/12 on a real change; bench-gated (`make bench-qa` n=3×75×3 before/after — no STRICT-rate regression on legit answers; only gate-caused QA shift was correctly demoting a fictional-year claim STRICT→HYBRID); `fork_score` γ·Δ5f went positive on it. Headroom now down to 2 falsification-hard over-grounds (#000048 step 2.1 closed the 4 entity over-grounds; step 2.4 closed the 8 Formulate mis-segments → that pack 12/12; step 2.2 attempted + reverted — the last 2 recombination fixtures need an attribution-aware verifier, now tracked as **#000049**, and stand as documented residue). `make bench-5f-falsification-hard` / `bench-5f-formulate-hard` / `bench-fork-baseline-hard`; 7+ tests. #000025 §10.14 follow-up; #000047 closed; #000048 closed | 2026-05-11 | — |
diff --git a/docs/tickets/ticket-000049-attribution-aware-grounding-check.md b/docs/tickets/ticket-000049-attribution-aware-grounding-check.md
index fa16266..5a950fe 100644
--- a/docs/tickets/ticket-000049-attribution-aware-grounding-check.md
+++ b/docs/tickets/ticket-000049-attribution-aware-grounding-check.md
@@ -20,44 +20,51 @@ trigger; do NOT enable runtime NLI demotion on the current scaffold.
Candidate-clause restriction (§7 #21) + speedup (§7 #22 — batched
forwards, device auto-detect, ONNX-int8 export, ~4× on CPU / seconds
on a 4090) + a `{model × k × agg × guard × θc × θe}` grid sweep
-(§7 #23–#25, `bench/scripts/nli_shadow_grid.py`, run against bench-qa
-STRICT samples of growing size n=1=89 → n=3=275 → n=5=444) landed;
-the verdict moved **three times then settled**: §7 #22's "fails the
-gate" was a *default-config* artifact (k=6/θc=0.5/θe=0.9); §7 #23's
-"deberta-base k=2/θc=0.99 passes" was a *small-FP-sample* artifact
-(27/28 at n=5 but the n=3 sample drove it to 11/28 — sits at the
-cliff); §7 #24 (n=3) found a large model passes; **§7 #25
-(n=5-confirmed, 444 real STRICT cells)**: the lexical-candidate NLI
-veto **robustly clears the §7 #12 gate** — **`microsoft/deberta-large-mnli`
-/ k=2 / agg=max / guard=max_entail / θc≈0.96 / θe=0.9 → catches all
-28 synthetic recombinations (incl. both `5f-fal-hard` fixtures) ·
-0/444 real STRICT FP · 0/26 synthetic legit FP, ~4 pts of θc
-headroom**; `roberta-large-mnli` is an equally-good alternate
-(k=2/max/θc=0.95). Resolved findings: `agg=max + max_entail guard` is
-the robust score-shape across both proper-n samples (§7 #24's `margin`
-win was a sample tie); the *specific large checkpoint* (~350–400M:
-deberta-large-mnli / roberta-large-mnli) is what hits 1.0/0.0 —
-`bart-large` (similar size) only ~0.71, `deberta-base-184M` at the
-cliff, the small models (MiniLM-82M, deberta-v3-small) cap at ~0.82,
-so the §7 #18 "MiniLM is the cost-pick" is **overturned by the
-proper-n evidence**; k=2 is the consistent winner; int8-ONNX costs
-≈1 catch vs fp32. Remaining caveats (narrow now): the 28/28 recall is
-a *28-case* denominator — a bench-qa-derived recombination set (real
-false answers that took the paraphrase/entity path) is the one
-load-bearing check not yet done; the FP side is 444 cells at 0 FP
-(solid); n=9 (~825 cells) would add confidence but, given the ~4–5 pt
-θc margin, is "if dav1d wants more"; still SHADOW — flipping to a
-runtime demotion-only veto is fox+dav1d-decides (then `nli_policy_hash`
-= model+k+agg+guard+θc folds into `governance_policy_hash` per §7 #2);
+(§7 #23–#26, `bench/scripts/nli_shadow_grid.py`, run against bench-qa
+STRICT samples of growing size: n=1=89 → n=3=275 → n=5=444 → pooled
+n=1+3+5 = 808) + a mining pass over the 808 real STRICT answers for
+natural recombinations landed; the verdict moved **five times then
+settled**: §7 #22 "fails" = default-config artifact; §7 #23
+"deberta-base passes" = small-FP-sample artifact; §7 #24 found a large
+model passes at n=3 with `margin`; §7 #25 said "no, at n=5 plain
+`max`@0.96 works" — but §7 #26 (pooled 808, the biggest real FP
+denominator) showed *that* was the small-sample artifact: on 808 cells
+θc must go back to ~0.995 and at θc=0.995 only `margin` still catches
+28/28. **Settled: `microsoft/deberta-large-mnli` / k=3 / agg=`margin`
+(= max over top-3 candidate clauses of `p_contra − p_entail`) / θc=0.995
+→ catches all 28 synthetic recombinations (incl. both `5f-fal-hard`
+fixtures) · 0/808 pooled real STRICT FP · 0/26 synthetic legit FP** —
+the *only* config in the 7-model × full-grid sweep that hits 1.0/0.0
+on 808 cells, and it held at n=3 too (the simpler two-threshold variant
+k=2/`max`/θc=0.995 gets 27/28 · 0/808). Findings: `margin` is the right
+score-shape (discriminates a real recombination — source genuinely
+contradicts, that clause's entail≈0, margin≈0.997 — from a spurious
+token-collision FP — source also has an entailing clause, margin dragged
+to ~0.95–0.99); the specific *large* checkpoint matters (deberta-large-mnli
+wins; bart-large/deberta-base/MiniLM all collapse at proper-pooled-n,
+so the §7 #18 "MiniLM cost-pick" is overturned); int8-ONNX costs ≈1
+catch. **Mining the 808 real STRICT answers found ZERO natural
+recombination errors** — the boundary is theoretical-in-practice; the
+37 would-fires at lowered θc are all token-collision FPs (Mount Kenya
+pulled into a Kilimanjaro answer, Dalí into da Vinci, Donovan into
+Superman) — i.e. the candidate selector (top-k by token overlap) pulls
+different-entity same-subject-area clauses; `margin@0.995` survives it,
+a Phase-3 verifier-matched-clause hook would eliminate it. Remaining
+caveats: the 28/28 recall is a 28-case denominator and (since there are
+no natural recombinations to mine) the realistic next check is ~20–30
+hand-built synthetic-recombination-claim-vs-real-bench-qa-context
+fixtures (real haystack, deliberate re-attribution); still SHADOW —
+runtime promotion is fox+dav1d-decides (then `nli_policy_hash` =
+model+k+agg+guard+θc folds into `governance_policy_hash` per §7 #2);
deberta-large is ~400M (GPU-fast). Manifest active defaults stay
-k=6/θc=0.5; the `recommended_operating_point` (deberta-large-mnli /
-k=2 / max / θc=0.96 / θe=0.9) is documented in the manifest. Standing
-lesson, sharpened thrice (codified in CLAUDE.md bench-maxing): the
-clean synthetic eval doesn't predict bench-qa precision (§7 #18→#20),
-the default config doesn't predict the best config (§7 #22→#23),
-**and a small FP-side sample doesn't predict the large-sample FP rate
-(§7 #23→#24→#25)** — every gate number is provisional until the
-denominators are big enough, and
+k=6/θc=0.5; `recommended_operating_point` = the `margin`@0.995 config.
+Standing lesson, sharpened five times (codified in CLAUDE.md
+bench-maxing): the clean synthetic eval doesn't predict bench-qa
+precision (§7 #18→#20), the default config doesn't predict the best
+config (§7 #22→#23), **and a small FP-side sample doesn't predict the
+large-sample FP rate — and a *bigger* sample can vindicate a config a
+smaller one made look unnecessary (§7 #23→#24→#25→#26)** — every gate
+number is provisional until the denominators are big enough, and
the sweep has to be wide enough to include the config that survives
them. Production verifier unchanged; `falsification-hard` stays 10/12.
**Opened:** 2026-05-12
@@ -1155,3 +1162,96 @@ ones and the small ones cap at 0.82 — three samples, three sharper
answers, ~2 hours of GPU+LLM total. A guessed config (MiniLM, per the
n=1 read) would have shipped a 0.82-recall veto when a 1.0-recall one
was available.
+
+**26. Mining for *real* recombinations + the pooled-808-STRICT check
+— the §7 #25 "max@0.96" was *itself* a small-sample artifact; `margin`
+is reinstated as the right aggregation, and the boundary is
+theoretical-in-practice (2026-05-12).** §7 #25 left one open item: the
+28/28 recall is on a 28-case *synthetic* set; do real LLM answers
+actually recombine? Two passes:
+
+*(a) Mine the pooled n=1+n=3+n=5 bench-qa runs (808 distinct STRICT
+answers) for natural recombinations.* Ran the candidate veto over all
+808 at a *lowered* θc≥0.7: 37 STRICT-fires (`bench/results/nli-strict-fires-mining-pooled.jsonl`).
+On inspection, **all 37 are token-collision false positives, not
+genuine recombination errors** — the candidate-clause selector
+(top-k by token overlap) pulls in *different-entity, same-subject-area*
+clauses and NLI false-fires: e.g. "where is Kilimanjaro located?" /
+"Kilimanjaro is in Tanzania" gets the clause "Mount Kenya is located
+in central Kenya" pulled in (shares `Mount`, `located`, a country
+name) → NLI reads it as a contradiction (contra 0.99); "who painted
+the Mona Lisa?" / "da Vinci painted the Mona Lisa" gets "Salvador
+Dalí … painted …" (contra 0.95); "Superman's girlfriend" gets a
+Donovan *Sunshine Superman* album-tracklist clause (contra 0.99).
+**Zero of the 808 real STRICT answers look like an LLM-recombined
+falsehood the verifier missed** — the STRICT label holds; the
+recombination boundary is, in practice on well-covered factual
+questions, a *contrived/theoretical* concern (the 2 fixtures are
+hand-built). What the mining *does* prove is that the failure mode is
+**systematic in the candidate selector** — the token-overlap proxy
+pulls subject-area-sharing-but-different-entity clauses, and NLI then
+reads "statement about a different entity" as "contradicts the answer".
+
+*(b) Re-run the grid against the pooled 808-STRICT set (the biggest
+real FP denominator we have)* (`bench/results/nli-shadow-grid-pooled808-synth-vs-realstrict.json`):
+
+| config | recombination catch | real-STRICT FP (pooled, 808 cells) |
+|---|---|---|
+| **`deberta-large-mnli` / k=3 / agg=`margin` / θc=0.995** | **28/28 = 1.000** | **0/808** |
+| `deberta-large-mnli` / k=2 / agg=`max` / θc=0.995 | 27/28 = 0.964 | 0/808 |
+| `deberta-large-mnli` / k=2 / agg=`max` / θc=**0.96** *(the §7 #25 config)* | — | **FP > 0** (the Superman/Kilimanjaro/Dalí hits at contra 0.95–0.99) |
+| `roberta-large-mnli` (best fp=0) | 21/28 = 0.750 | 0/808 |
+| `bart-large-mnli` / `deberta-base` / MiniLM (best fp=0) | ≤ 20/28 | 0/808 |
+
+**The §7 #25 "`max` @ θc=0.96" was the small-sample artifact this
+time** — the n=5 444-cell STRICT set happened not to contain the
+high-confidence spurious hits the pooled n=1+n=3 runs do, so it let
+θc drop to 0.96; on 808 cells θc has to go back up to ~0.995. And at
+θc=0.995, **`agg=margin` is the only thing that still catches 28/28**
+(`max` gets 27/28; `mean` and the others ≤0.75). So **§7 #24's
+`margin` finding is reinstated**: `margin = max_clause(p_contra −
+p_entail)` is the right score-shape because it discriminates a *real*
+recombination (the source genuinely contradicts → that clause's
+entail ≈ 0 → margin ≈ 0.996–0.998) from a *spurious token-collision*
+FP (the source *also* contains the entailing clause → its margin is
+dragged to ~0.95–0.99) — a narrow gap, but it held on 808 cells where
+plain contradiction-thresholding did not.
+
+**Settled verdict.** The lexical-candidate NLI veto clears the §7 #12
+gate with **`microsoft/deberta-large-mnli` / k=3 / agg=`margin` /
+θc=0.995** → **28/28 synthetic recombinations (incl. both `5f-fal-hard`
+fixtures) · 0/808 pooled real STRICT FP · 0/26 synthetic legit FP** —
+this is the *only* config (across the 7-model × full-grid sweep) that
+hits 1.0/0.0 on the 808-cell denominator, and it has held across n=3
+(275 cells) and the pooled 808; the §7 #25 "max@0.96" only held on the
+n=5 444-cell sample. **Open items now minimal:** (a) the 28/28 recall
+is still a 28-case denominator — but since there are *zero* natural
+recombinations in 808 real STRICT answers, a "bench-qa-derived
+recombination set" can't be mined (there's nothing to mine); the
+realistic next step is *synthetic recombination claims constructed
+against real bench-qa contexts* (real haystack, deliberate
+re-attribution) — that tests "the candidate-selector + veto vs a real
+30 KB haystack" on the recall side, and is doable as ~20–30
+hand-built fixtures. (b) The systematic candidate-selector FP failure
+(different-entity clauses pulled in by token overlap) is *survived*
+by `margin@0.995` on real traffic but would be *eliminated* by a
+Phase-3 verifier-matched-clause hook (pass NLI only the clause the
+verifier actually grounded the answer against) — `margin@0.995` is
+robust enough to ship as-is, the Phase-3 hook is a "clean it up
+later". (c) Still SHADOW; runtime promotion is fox+dav1d-decides
+(then `nli_policy_hash` = model+k+agg+guard+θc folds into
+`governance_policy_hash`); deberta-large is ~400M (GPU-fast).
+Manifest active defaults stay k=6/θc=0.5; `recommended_operating_point`
+reverted to the `margin`@0.995 config. Production verifier unchanged;
+`falsification-hard` stays 10/12.
+
+*Meta-lesson, instance five (and the one that cuts the other way):*
+§7 #18→#20→#22→#23→#24→#25→#26 — clean eval ≠ bench-qa precision; the
+default config ≠ the best config; a small FP sample ≠ the large-sample
+FP rate **— and a *bigger* sample can vindicate a config a smaller
+one made look unnecessary** (n=5=444 said "drop θc to 0.96, use plain
+`max`"; pooled=808 said "no — `margin`@0.995 was right all along").
+The honest discipline: don't trust *any* denominator until it's the
+biggest you can afford, and re-confirm the *config choice* (not just
+the threshold) every time the denominator grows. Pooled 808 STRICT ×
+the full grid was ~4 min on the 4090.
]