A Balanced Neuro-Symbolic Approach for Commonsense Abductive Logic
Joseph Cotnareanu, Didier Chetelat, Yingxue Zhang, Mark Coates

TL;DR
This paper introduces a neuro-symbolic method that iteratively augments logical reasoning with commonsense knowledge from LLMs, improving formal reasoning performance on datasets with missing facts.
Contribution
It presents a novel feedback-driven approach that combines LLMs and logic solvers to handle incomplete information in reasoning tasks.
Findings
Significant performance improvements over existing methods.
Effective integration of neural and symbolic reasoning.
Robustness in datasets with missing commonsense facts.
Abstract
Although Large Language Models (LLMs) have demonstrated impressive formal reasoning abilities, they often break down when problems require complex proof planning. One promising approach for improving LLM reasoning abilities involves translating problems into formal logic and using a logic solver. Although off-the-shelf logic solvers are in principle substantially more efficient than LLMs at logical reasoning, they assume that all relevant facts are provided in a question and are unable to deal with missing commonsense relations. In this work, we propose a novel method that uses feedback from the logic solver to augment a logic problem with commonsense relations provided by the LLM, in an iterative manner. This involves a search procedure through potential commonsense assumptions to maximize the chance of finding useful facts while keeping cost tractable. On a collection of pure-logical…
Peer Reviews
Decision·ICLR 2026 Poster
1. The paper addresses the important problem of reasoning with missing commonsense information. 2. The paper proposes a simple but potentially effective method to abduce and reasoning with the missing information. In contrast to neural-symbolic methods based on auto-formalization, the method resorts to more involved interaction of neural and symbolic methods. 3. Experimental results demonstrate the viability of the proposed method.
1. The paper states that it is dealing with abductive propositional logic problems (sec 4. Problem statement). But I believe the reasoning problem is first-order. Especially, the used dataset FOLIO is a typical dataset for natural language reasoning with first-order logic. The paper does not specify which SAT solver it is using. 2. Some use of logical notions in the paper is improper. For example, Line 141: “Propositional logic is a logical system that involves propositions about variables”. Th
- Clarity: The paper is exceptionally well-written and easy to follow. - Quality: The experiment is executed to a high standard, both methodologically and empirically.
- Durability of the Problem Statement Against Frontier Models: The paper's motivation hinges on the inability of LLMs to perform abductive reasoning. I find that SOTA thinking models like Gemini-2.5-pro can solve the paper's motivating "winter fox" example directly via chain-of-thought. This raises the question of whether the proposed method addresses a fundamental limitation or a capability gap in a specific class of models that may soon be obsolete. - Worst-Case Complexity: The paper reports
- The proposed method provides an intuitive framework for combining the strengths of symbolic solvers and LLMs. - The use of the SAT solver's backbone to guide the generation of new commonsense facts is novel. - The empirical results are strong and show consistent improvements over existing neural and symbolic baselines on 3 datasets. - The ablation studies show the value of the two main contributions, ie, backbone-guided search and score-based thresholding.
- The tasks/datasets used are not practically relevant and lack real-world applicability. In addition, the paper relies on modified versions of existing datasets (ProntoQA, CLUTRR, FOLIO) to create an abductive setting, which means the evaluation is on a somewhat artificial task. - The method requires logit-level access to score generated clauses for commonsense and relevance, which may not always be accessible for closed-source models. - The main experiments assume a perfect logical translation
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Multimodal Machine Learning Applications
