English

Quantifier Instantiations: To Mimic or To Revolt?

Artificial Intelligence 2025-08-20 v1 Logic in Computer Science

Abstract

Quantified formulas pose a significant challenge for Satisfiability Modulo Theories (SMT) solvers due to their inherent undecidability. Existing instantiation techniques, such as e-matching, syntax-guided, model-based, conflict-based, and enumerative methods, often complement each other. This paper introduces a novel instantiation approach that dynamically learns from these techniques during solving. By treating observed instantiations as samples from a latent language, we use probabilistic context-free grammars to generate new, similar terms. Our method not only mimics successful past instantiations but also explores diversity by optionally inverting learned term probabilities, aiming to balance exploitation and exploration in quantifier reasoning.

Keywords

Cite

@article{arxiv.2508.13811,
  title  = {Quantifier Instantiations: To Mimic or To Revolt?},
  author = {Jan Jakubův and Mikoláš Janota},
  journal= {arXiv preprint arXiv:2508.13811},
  year   = {2025}
}

Comments

Accepted to SMT 2025: 23rd International Workshop on Satisfiability Modulo Theories

R2 v1 2026-07-01T04:56:45.271Z