Theorem-of-Thought: A Multi-Agent Framework for Abductive, Deductive, and Inductive Reasoning in Language Models
Samir Abdaljalil, Hasan Kurban, Khalid Qaraqe, Erchin Serpedin

TL;DR
Theorem-of-Thought introduces a multi-agent reasoning framework for language models that models abductive, deductive, and inductive reasoning, improving interpretability and logical consistency over existing methods.
Contribution
It presents a novel multi-agent framework that structures reasoning as collaboration among agents, with formal reasoning graphs and Bayesian evaluation for improved logical coherence.
Findings
Outperforms Chain-of-Thought and related methods on reasoning benchmarks.
Produces interpretable, logically grounded reasoning chains.
Enhances robustness and consistency in LLM reasoning.
Abstract
Large language models (LLMs) have shown strong performance across natural language reasoning tasks, yet their reasoning processes remain brittle and difficult to interpret. Prompting techniques like Chain-of-Thought (CoT) enhance reliability by eliciting intermediate reasoning steps or aggregating multiple outputs. However, they lack mechanisms for enforcing logical structure and assessing internal coherence. We introduce Theorem-of-Thought (ToTh), a novel framework that models reasoning as collaboration among three parallel agents, each simulating a distinct mode of inference: abductive, deductive, and inductive. Each agent produces a reasoning trace, which is structured into a formal reasoning graph. To evaluate consistency, we apply Bayesian belief propagation guided by natural language inference (NLI), assigning confidence scores to each step. The most coherent graph is selected to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMultimodal Machine Learning Applications · Topic Modeling · Explainable Artificial Intelligence (XAI)
