mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
All buckets sealed at 100%:
arithmetic_gap: 14 rec=100% (omega, simpa_nat, arith8_calc)
contradiction_bridge: 6 rec=100% (notnot_by_cases, notnot_intro,
notnot_apply_chain, neg_apply_chain)
missing_assumption_bridge: 5 rec=100% (chain_exact, forall_exact_0,
exact_hyp_match)
missing_destructuring: 5 rec=100% (dot_left/right, apply_dot_left/right)
case_split_missing: 1 rec=100%
constructor_missing: 1 rec=100%
Key fixes that closed the last gaps:
- parse_theorem regex: [^:=] → [^:] so goal with '=' is captured
- Classifier: arithmetic gap (goal has +-*/) checked before rewrite
- notnot_apply_chain: ¬¬Q from P, P→Q → intro h; apply h; apply hPQ; exact hP
- neg_apply_chain: ¬P from h:P→Q, hnQ:¬Q → intro hp; apply hnQ; apply h; exact hp
- forall_exact_0: ∀ n, P n ⊢ P 0 via exact h 0
- exact_hyp_match: A→B ⊢ A→B via exact h (hyp type matches goal)
- Added ∀ hyps to _imp_objs so chain builder considers them
- Removed leading whitespace from all multi-line patch strings
Ablation: v1.2=36% → v1.3a=36% → v1.3b=54% → v1.4a=100%
|
||
|---|---|---|
| .. | ||
| artifacts | ||
| data | ||
| examples | ||
| proof_traces | ||
| schemas | ||
| pist_canary_receipts.jsonl | ||
| pist_canary_report.json | ||
| pist_canary_results.jsonl | ||
| pist_flexure_library_report.json | ||
| pist_route_repair_benchmark.json | ||
| pist_route_repair_v11_benchmark.json | ||
| pist_route_repair_v12_benchmark.json | ||
| pist_route_repair_v13b_benchmark.json | ||
| pist_route_repair_v14_benchmark.json | ||
| pist_tier1_vs_tier2_comparison.json | ||
| pist_tier2b_confusion_matrices.json | ||
| pist_trace_canary_report.json | ||
| pist_trace_canary_vectors.jsonl | ||
| pist_trace_routing_benchmark.json | ||
| pist_trace_scaled_report.json | ||
| pist_trace_scaled_vectors.jsonl | ||
| pist_trace_tier2b_report.json | ||
| pist_trace_tier2b_vectors.jsonl | ||
| pist_trace_v2_canary_report.json | ||
| pist_trace_v2_ground_truth_labels.jsonl | ||
| rrc_pist_exact_validation.json | ||
| rrc_pist_feature_vectors.jsonl | ||
| rrc_pist_training_report.json | ||