paper-with-me

Papers

Using Certifying Constraint Solvers for Generating Step-wise Explanations

2025-11-13 · Ignace Bleukx, Maarten Flippo, Bart Bogaerts, Emir Demirović, Tias Guns arxiv

In the field of Explainable Constraint Solving, it is common to explain to a user why a problem is unsatisfiable. A recently proposed method for this is to compute a sequence of explanation steps. Such a step-wise explanation shows individual reasoning steps involving constraints from the original specification, that in the end explain a conflict. However, computing a step-wise explanation is computationally expensive, limiting the scope of problems for which it can be used. We investigate how we can use proofs generated by a constraint solver as a starting point for computing step-wise explanations, instead of computing them step-by-step. More specifically, we define a framework of abstract proofs, in which both proofs and step-wise explanations can be represented. We then propose several methods for converting a proof to a step-wise explanation sequence, with special attention to trimming and simplification techniques to keep the sequence and its individual steps small. Our results show our method significantly speeds up the generation of step-wise explanation sequences, while the resulting step-wise explanation has a quality similar to the current state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2511.10428

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Certifying Pareto-Optimality in Multi-Objective Maximum Satisfiability

2025-01-29 · Christoph Jabs, Jeremias Berg, Bart Bogaerts, Matti Järvisalo

Due to the wide employment of automated reasoning in the analysis and construction of correct systems, the results reported by automated reasoning engines must be trustworthy. For Boolean satisfiability (SAT) solvers - a…

GPU-friendly and Linearly Convergent First-order Methods for Certifying Optimal $k$-sparse GLMs

2026-03-01 · Jiachang Liu, Andrea Lodi, Soroosh Shafiee arxiv

We investigate the problem of certifying optimality for sparse generalized linear models (GLMs), where sparsity is enforced through a cardinality constraint. While Branch-and-Bound (BnB) frameworks can certify optimality…

LeanCSP: A Framework for Certifying Constraint Reformulation and Solving in Lean

2026-07-30 · Pablo Manrique, Stefan Szeider arxiv

Constraint programming is a core technology for solving complex combinatorial problems in scheduling, planning, configuration, and verification. Trusting its results therefore demands guarantees at two levels: that refor…

Sparse resultant based minimal solvers in computer vision and their connection with the action matrix

2023-01-16 · Snehal Bhayani, Janne Heikkilä, Zuzana Kukelova

Many computer vision applications require robust and efficient estimation of camera geometry from a minimal number of input data measurements, i.e., solving minimal problems in a RANSAC framework. Minimal problems are us…

Techniques to Improve Neural Math Word Problem Solvers

2023-02-06 · Youyuan Zhang

Developing automatic Math Word Problem (MWP) solvers is a challenging task that demands the ability of understanding and mathematical reasoning over the natural language. Recent neural-based approaches mainly encode the …

DecoderLanguage ModellingMathMathematical Reasoning