AIMar 22

Graph of States: Solving Abductive Tasks with Large Language Models

arXiv:2603.2125053.81 citationsh-index: 9
AI Analysis

This work addresses a critical gap in logical reasoning for AI systems, offering a robust solution for complex abductive tasks, though it is incremental as it builds on existing neuro-symbolic approaches.

The paper tackles the problem of abductive reasoning in Large Language Models (LLMs), which remains underexplored compared to deduction and induction, by introducing the Graph of States (GoS) framework, resulting in significant performance improvements over baselines on two real-world datasets.

Logical reasoning encompasses deduction, induction, and abduction. However, while Large Language Models (LLMs) have effectively mastered the former two, abductive reasoning remains significantly underexplored. Existing frameworks, predominantly designed for static deductive tasks, fail to generalize to abductive reasoning due to unstructured state representation and lack of explicit state control. Consequently, they are inevitably prone to Evidence Fabrication, Context Drift, Failed Backtracking, and Early Stopping. To bridge this gap, we introduce Graph of States (GoS), a general-purpose neuro-symbolic framework tailored for abductive tasks. GoS grounds multi-agent collaboration in a structured belief states, utilizing a causal graph to explicitly encode logical dependencies and a state machine to govern the valid transitions of the reasoning process. By dynamically aligning the reasoning focus with these symbolic constraints, our approach transforms aimless, unconstrained exploration into a convergent, directed search. Extensive evaluations on two real-world datasets demonstrate that GoS significantly outperforms all baselines, providing a robust solution for complex abductive tasks. Code repo and all prompts: https://anonymous.4open.science/r/Graph-of-States-5B4E.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes