Research Radarcs.AIAug 26, 2026classified

Imitation Learning for Connection-Tableau Construction

Fredrik Rømming, Mantas Bakšys, Martin S. Fixman, Sean B. HoldenarXivPDF
cs.AIcs.LGcs.LO

Paper Guide Brief

Reading Brief

The paper formalizes automated theorem proving via connection tableaux as a policy learning problem over a transition system induced by the formal calculus. It introduces a graph neural network scorer that scores proof edits, trained by imitation learning (proof cloning) with proof aggregation, and evaluates learned policies with varying amounts of search scaffolding on M2k, MPTP2078-bushy, and TPTP v9.2.1, showing improved problem-solving rates and reduced step counts compared to leanCoP.

Central Claim

A unified framework for connection-tableau construction as a policy over a transition system, enabling imitation learning of proof-edit policies with a graph neural network scorer, and an empirical study of the trade-off between learned control and imposed search scaffolding.

Contribution

A unified framework for connection-tableau construction as a policy over a transition system, enabling imitation learning of proof-edit policies with a graph neural network scorer, and an empirical study of the trade-off between learned control and imposed search scaffolding.

Why It Matters

This contribution matters because it provides a principled way to apply imitation learning to automated theorem proving by separating the sound calculus from the learnable proof-search policy, demonstrating that learned policies can outper...

Prerequisites

imitation learning, proof cloning, proof aggregation, graph neural network, connection tableaux

Atlas Placement

Artificial Intelligence (subfield)

Read If

You care about imitation learning, proof cloning, proof aggregation.

Skip If

You only care about M2k, MPTP2078-bushy.

Methods
imitation learningproof cloningproof aggregationgraph neural networkconnection tableauxtransition systempolicy learningbehavioral cloning
Tasks
automated theorem provingconnection tableau constructionproof searchzero-shot multi-task learning
Datasets
M2kMPTP2078-bushyTPTP v9.2.1
Benchmarks
M2kMPTP2078-bushyTPTP v9.2.1

Noosaga Placements

  • The paper addresses automated theorem proving, a core AI problem, and integrates learning with symbolic reasoning.
    An automated theorem prover builds a proof step by step, choosing at each point what to add and what to remove.We cast this construction as a policy acting in a transition system induced by a formal calculus.
  • Reinforcement Learningframework80%
    The paper frames proof construction as a policy in a transition system, which is a reinforcement learning perspective, and uses imitation learning (a subfield of RL) to train the policy.
    We cast this construction as a policy acting in a transition systemtrain it by imitation learning from found proofs
  • Machine Learningsubfield85%
    The core method is imitation learning (proof cloning) with a graph neural network, which are machine learning techniques.
    train it by imitation learning from found proofsProof cloning (PC) trains on D by supervised action prediction
  • Symbolic AIframework75%
    The work is situated within symbolic AI, as it deals with formal calculi and proof systems, but extends them with learning.
    for clausal connection tableauxThe calculus is stated over the resulting matrix M
  • Instance-Based Learningframework70%
    The paper uses a graph neural network, which is a deep learning model, to score proof edits.
    We equip such policies with a graph neural network that scores proof edits
  • The paper deals with proof search as a planning problem, framing search strategies as policies over a transition system.
    leanCoP-style search and plCoP/rlCoP-style planning then become stateful policies over one interfaceWe zoom out and consider search a part of learnable policy
  • Supervised Learningframework70%
    The training method is supervised learning on demonstrated actions (proof cloning), which is a form of supervised learning.
    Proof cloning (PC) trains on D by supervised action prediction
  • The work is grounded in formal logic and proof calculi, which are part of knowledge representation and reasoning.
    for clausal connection tableauxThe calculus is stated over the resulting matrix M
  • Deep Learningsubfield60%
    The policy uses a graph neural network, a deep learning model, to score proof edits.
    We equip such policies with a graph neural network that scores proof edits
  • Plan-Space Planningframework50%
    The paper discusses planning in the context of proof search, but does not use plan-space planning directly.
    plCoP/rlCoP-style planning then become stateful policies over one interface

Abstract

An automated theorem prover builds a proof step by step, choosing at each point what to add and what to remove. We cast this construction as a policy acting in a transition system induced by a formal calculus, which fixes which steps are sound: for clausal connection tableaux, leanCoP-style search and plCoP/rlCoP-style planning then become stateful policies over one interface, and policy-learning methods apply directly. We equip such policies with a graph neural network that scores proof edits from structure that transfers across problems, train it by imitation learning from found proofs, and measure how performance holds as we remove search scaffolding, from full symbolic backtracking to a policy the network drives alone. Within a fixed step budget on M2k, MPTP2078-bushy, and TPTP v9.2.1, learned policies solve up to 46% more problems than leanCoP, and reach proofs in an order of magnitude fewer steps.

Paper Context

Source ContextWhole paper
Budget100,000 tokens
Coverage43,897 chars

Classified from the full extracted paper text (43,897 characters). The Paper Guide brief above is the user-facing synthesis; raw context is kept out of the page.

Full-paper context sent 43,897 of 43,897 extracted characters to classification.

Imitation Learning for Connection-Tableau Construction | Research Radar