Robustness of Neurosymbolic Reasoners on First-Order Logic Problems
Hannah Bansal, Kemal Kurniawan, Lea Frermann
TL;DR
The paper tackles robustness of reasoning systems to counterfactual perturbations in first-order logic tasks, comparing purely neural LLMs with neurosymbolic approaches like LINC and introducing NSCoT, which augments NS with Chain-of-Thought prompting. Across RR and the larger FOLIO dataset, LINC shows strong robustness against counterfactual changes (CF accuracy delta below 0.05), but neural models typically achieve higher overall accuracy, albeit with larger CF gaps. NSCoT improves NL→FOL translations and robustness relative to LINC, but still does not reach the performance of pure CoT-based neural methods, highlighting that NL→FOL translation remains the primary bottleneck. The findings suggest that neurosymbolic methods confer robustness benefits and that guiding NL→FOL conversion with structured reasoning can close some gaps, informing future work on translating natural language to formal representations more reliably and extending these approaches beyond FOL tasks.
Abstract
Recent trends in NLP aim to improve reasoning capabilities in Large Language Models (LLMs), with key focus on generalization and robustness to variations in tasks. Counterfactual task variants introduce minimal but semantically meaningful changes to otherwise valid first-order logic (FOL) problem instances altering a single predicate or swapping roles of constants to probe whether a reasoning system can maintain logical consistency under perturbation. Previous studies showed that LLMs becomes brittle on counterfactual variations, suggesting that they often rely on spurious surface patterns to generate responses. In this work, we explore if a neurosymbolic (NS) approach that integrates an LLM and a symbolic logical solver could mitigate this problem. Experiments across LLMs of varying sizes show that NS methods are more robust but perform worse overall that purely neural methods. We then propose NSCoT that combines an NS method and Chain-of-Thought (CoT) prompting and demonstrate that while it improves performance, NSCoT still lags behind standard CoT. Our analysis opens research directions for future work.
