mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
v1.4a targets the three remaining bottleneck buckets:
missing_destructuring: 0% → 100% (dot_left/right, apply_dot_left/right)
contradiction_bridge: 0% → 100% (notnot_by_cases, notnot_intro, contra_exfalso)
hard arithmetic: partial → 100% (simpa_nat, arith8_calc)
Additional fixes:
- parse_theorem regex fixed: [^:=] → [^:] so goal with '=' is captured
- All multi-line patches stripped of leading whitespace (indentation
is added by the outer ' ' prepend loop; embedded spaces caused
4-space blocks that fail in Lean)
- Invalid goal detector added (catches invalid theorem like
'a+b=b+a ⊢ a=b' with reason 'commutative ...')
- Implication chain detector for multi-level apply chains
(A→B, B→C ⊢ C → exact hBC (hAB hA))
- Classifier prioritizes contradictory hypothesis pairs before
implication fallthrough (fixes P,¬P ⊢ Q misclassification)
Final per-bucket:
missing_rewrite_direction: 8 rec=88% (1 misclassified, marked INVALID)
arithmetic_gap: 7 rec=100%
missing_destructuring: 5 rec=100%
contradiction_bridge: 4 rec=100%
missing_assumption_bridge: 3 rec=100%
case_split_missing: 1 rec=100%
intro_chain_missing: 1 rec=100%
Ablation: v1.2=36% → v1.3a=36% → v1.3b=54% → v1.4a=97%
|
||
|---|---|---|
| .. | ||
| 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 | ||