paper-with-me

Papers

ForEx: A Formal Verification Framework for Explainable Reasoning in Logical Fallacy Detection and Annotation

2026-06-20 · Pei-Cing Huang, Chienyu Liu, Chan Hsu, Ci-Siang Chen, Pei-Ju Lee, Yihuang Kang arxiv

Current evaluations of Large Language Models (LLMs) on logical fallacy detection focus on predicted labels, but do not establish whether those labels are supported by the reasoning the models provide. We propose ForEx (Formal Verification for Explainable Reasoning), a framework that translates LLM-generated explanations into Lean4 and verifies whether the translated rationale is derivable under encoded premises, not the logical validity of the original natural language argument. To distinguish prediction outcomes from the formal status of the supporting reasoning, we introduce the LLM Argument Verification Matrix, which separates label consistency from formal verification status. Experiments on LOGIC-Climate show that over 90% of LLM outputs can be translated into formal reasoning chains that pass verification, while agreement with human annotations remains around 20%. These results expose a systematic gap between formal derivability and label agreement, a distinction invisible to prediction-based metrics. ForEx moves LLM evaluation beyond label correctness toward machine-checkable analysis of formalized reasoning chains.

📄 PDF Abstract BibTeX arXiv:2606.21867

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Argumentative Large Language Models for Explainable and Contestable Claim Verification

2024-05-03 · Gabriel Freedman, Adam Dejl, Deniz Gorur, Xiang Yin 외

The profusion of knowledge encoded in large language models (LLMs) and their ability to apply this knowledge zero-shot in a range of settings makes them promising candidates for use in decision-making. However, they are …

Claim VerificationDecision MakingDiversity

Scalable and Interpretable Verification of Image-based Neural Network Controllers for Autonomous Vehicles

2025-01-23 · Aditya Parameshwaran, Yue Wang

Existing formal verification methods for image-based neural network controllers in autonomous vehicles often struggle with high-dimensional inputs, computational inefficiency, and a lack of explainability. These challeng…

Autonomous VehiclesDecoder

Reasoning Under Threat: Symbolic and Neural Techniques for Cybersecurity Verification

2025-03-27 · Sarah Veronica

Cybersecurity demands rigorous and scalable techniques to ensure system correctness, robustness, and resilience against evolving threats. Automated reasoning, encompassing formal logic, theorem proving, model checking, a…

Automated Theorem ProvingFormal LogicVulnerability Detection

Uncertainty Reasoning with Large Language Models for Explainable Disease Diagnosis

2026-05-25 · Xiaoyang Fan, Yufan Cai, Zhe Hou, Jin Song Dong arxiv

Clinical decision-making requires reasoning over incomplete, imprecise, and linguistically expressed patient narratives. While large language models (LLMs) excel at extracting latent information from natural language, th…

Medical DiagnosisFormal Logic

X-RAY: Mapping LLM Reasoning Capability via Formalized and Calibrated Probes

2026-03-05 · Tianxi Gao, Yufan Cai, Yusi Yuan, Jin Song Dong arxiv

Large language models (LLMs) achieve promising performance, yet their ability to reason remains poorly understood. Existing evaluations largely emphasize task-level accuracy, often conflating pattern matching with reason…