paper-with-me

Papers

Autoformalizing Argumentative Material Inferences

2026-09-15 · Xin Quan, Reto Gubelmann, André Freitas arxiv

Natural language arguments are compelling before they are formally explicit. A premise supports a claim through defeasible warrants, background commitments, and exception conditions that the text leaves implicit. However, formal verification requires the opposite. Making such arguments machine-checkable requires constructing the missing commitments, not only translating given sentences into logic. Construction, however, carries a risk that translation does not: a system free to add premises can make any claim provable, and a formally valid proof may assert the claim outright, prove it without the original premise, or establish more than the claim itself. We address this problem by formulating autoformalization for argumentative material inference as guard completion, in which non-monotonic material support is turned into monotonic formal inference relative to an explicitly constructed guard set. A completion is accepted only when its proof both passes the theorem prover and survives contrastive tests of premise dependence and claim selectivity. We implement this formulation in GUARD, a neuro-symbolic framework in which LLMs construct and formalize candidate guards, Isabelle/HOL verifies the resulting theories and returns step-level feedback for iterative refinement, and the system abstains when no faithful completion can be reached. Our empirical results on Debatepedia and ARCT using different LLMs demonstrate that GUARD yields significant improvements in verified-faithful (+35.3, +32.9 points) and substantial reductions in leakage (-25.9, -21.9 points) over the state-of-the-art LLM-driven theorem proving approach. Moreover, we show that the symbolic soft critique and the explicit assumption layer account for most of these gains, with the soft critique also improving the initial validity of the elicited context and reducing the number of iterations required for successful verification.

📄 PDF Abstract BibTeX arXiv:2609.16991

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Inferences and Modal Vocabulary

2020-07-06 · Florian Richter

Deduction is the one of the major forms of inferences and commonly used in formal logic. This kind of inference has the feature of monotonicity, which can be problematic. There are different types of inferences that are …

Formal Logic

MuLMS-AZ: An Argumentative Zoning Dataset for the Materials Science Domain

2023-07-05 · Timo Pierre Schrader, Teresa Bürkle, Sophie Henning, Sherry Tan 외

Scientific publications follow conventionalized rhetorical structures. Classifying the Argumentative Zone (AZ), e.g., identifying whether a sentence states a Motivation, a Result or Background information, has been propo…

ArticlesSentence

Autoformalizing Euclidean Geometry

2024-05-27 · Logan Murphy, Kaiyu Yang, Jialiang Sun, Zhaoyu Li 외

Autoformalization involves automatically translating informal math into formal theorems and proofs that are machine-verifiable. Euclidean geometry provides an interesting and controllable domain for studying autoformaliz…

Math

IRAC: A Domain-Specific Annotated Corpus of Implicit Reasoning in Arguments

2022-06-01 · LREC 2022 6 · Keshav Singh, Naoya Inoue, Farjana Sultana Mim, Shoichi Naito 외

The task of implicit reasoning generation aims to help machines understand arguments by inferring plausible reasonings (usually implicit) between argumentative texts. While this task is easy for humans, machines still st…

Column-Oriented Datalog Materialization for Large Knowledge Graphs (Extended Technical Report)

2015-11-28 · Jacopo Urbani, Ceriel Jacobs, Markus Krötzsch

The evaluation of Datalog rules over large Knowledge Graphs (KGs) is essential for many applications. In this paper, we present a new method of materializing Datalog inferences, which combines a column-based memory layou…

Knowledge Graphs