AIMar 18

Draft-and-Prune: Improving the Reliability of Auto-formalization for Logical Reasoning

arXiv:2603.1723363.11 citationsh-index: 6
Predicted impact top 59% in AI · last 90 daysOriginality Highly original
AI Analysis

This addresses the problem of unreliable auto-formalization for logical reasoning tasks, offering a method that is incremental but provides strong performance gains.

The paper tackles the brittleness of auto-formalization pipelines in logical reasoning by proposing Draft-and-Prune, which improves reliability through diversity and verification, achieving up to 78.43% accuracy on AR-LSAT and 100% on PrOntoQA and LogicalDeduction.

Auto-formalization (AF) translates natural-language reasoning problems into solver-executable programs, enabling symbolic solvers to perform sound logical deduction. In practice, however, AF pipelines are currently brittle: programs may fail to execute, or execute but encode incorrect semantics. While prior work largely mitigates syntactic failures via repairs based on solver feedback, reducing semantics failures remains a major bottleneck. We propose Draft-and-Prune (D&P), an inference-time framework that improves AF-based logical reasoning via diversity and verification. D&P first drafts multiple natural-language plans and conditions program generation on them. It further prunes executable but contradictory or ambiguous formalizations, and aggregates predictions from surviving paths via majority voting. Across four representative benchmarks (AR-LSAT, ProofWriter, PrOntoQA, LogicalDeduction), D&P substantially strengthens AF-based reasoning without extra supervision. On AR-LSAT, in the AF-only setting, D&P achieves 78.43% accuracy with GPT-4 and 78.00% accuracy with GPT-4o, significantly outperforming the strongest AF baselines MAD-LOGIC and CLOVER. D&P then attains near-ceiling performance on the other benchmarks, including 100% on PrOntoQA and LogicalDeduction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes