A Balanced Neuro-Symbolic Approach for Commonsense Abductive Logic
Joseph Cotnareanu, Didier Chetelat, Yingxue Zhang, Mark Coates
TL;DR
ARGOS addresses commonsense abductive reasoning in logic problems by coupling a SAT-based solver with an open-ended LLM-driven generation of new background rules. It iteratively expands the problem with forward-chaining, two-literal antecedent rules, guided by backbone feedback from the solver and dual LLM scoring for commonsense and relevance. Across abductive variants of CLUTRR, FOLIO, ProntoQA and non-logical datasets, ARGOS achieves substantial improvements over purely neural or purely symbolic baselines, demonstrating robust performance when background knowledge is incomplete. The approach highlights the practical value of balancing neural and symbolic components, with open questions about scaling the search space and reducing reliance on logit-level access.
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 reasoning datasets, from which some commonsense information has been removed, our method consistently achieves considerable improvements over existing techniques, demonstrating the value in balancing neural and symbolic elements when working in human contexts.
