paper-with-me

홈 › Papers

MaxSAT-Based Feedback for Guiding Vision-Language Models in Sudoku

2026-07-14 · Pedro Orvalho, Guillem Alenyà, Felip Manyà arxiv

Vision--Language Models (VLMs) have recently demonstrated promising performance on structured visual reasoning tasks, including grid-based puzzles. However, despite strong perceptual capabilities, these models lack explicit mechanisms for enforcing logical consistency and frequently generate assignments that violate underlying constraints. In this paper, we propose a neuro-symbolic approach that integrates formal constraint reasoning into the VLM solving process via a Maximum Satisfiability (MaxSAT) oracle. Rather than computing solutions directly, the symbolic component acts as a consistency validator and refinement engine. Candidate placements generated by the VLM are encoded as soft clauses in a partial MaxSAT formulation, while Sudoku constraints remain hard clauses. When inconsistencies arise, the MaxSAT solver identifies a largest mutually consistent subset of assignments, which is then translated into structured textual and visual feedback to guide subsequent refinements. We evaluate our approach on a Sudoku dataset across multiple open-source and closed-access VLMs. Results show that MaxSAT-based feedback improves logical consistency and increases the number of solved instances, particularly in full-board refinement mode. These findings demonstrate that symbolic optimisation can enhance the reliability of vision-language reasoning.

📄 PDF Abstract BibTeX arXiv:2607.12711

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

SATNet: Bridging deep learning and logical reasoning using a differentiable satisfiability solver

2019-05-29 · Po-Wei Wang, Priya L. Donti, Bryan Wilder, Zico Kolter

Integrating logical reasoning within deep learning architectures has been a major goal of modern AI systems. In this paper, we propose a new direction toward this goal by introducing a differentiable (smoothed) maximum s…

Deep LearningGame of SudokuLogical Reasoning

Techniques for Symbol Grounding with SATNet

2021-06-16 · NeurIPS 2021 12 · Sever Topan, David Rolnick, Xujie Si

Many experts argue that the future of artificial intelligence is limited by the field's ability to integrate symbolic logical reasoning into deep learning architectures. The recently proposed differentiable MAXSAT solver…

Logical ReasoningVisual Reasoning

LLM Routing as Reasoning: A MaxSAT View

2026-03-13 · Son Nguyen, Xinyuan Liu, Ransalu Senanayake arxiv

Routing a query through an appropriate LLM is challenging, particularly when user preferences are expressed in natural language and model attributes are only partially observable. We propose a constraint-based interpreta…

Learning Reliable Logical Rules with SATNet

2023-10-03 · NeurIPS 2023 11

Bridging logical reasoning and deep learning is crucial for advanced AI systems. In this work, we present a new framework that addresses this goal by generating interpretable and verifiable logical rules through differen…

Logical Reasoning

Assessing SATNet's Ability to Solve the Symbol Grounding Problem

2023-12-13 · NeurIPS 2020 12 · Oscar Chang, Lampros Flokas, Hod Lipson, Michael Spranger

SATNet is an award-winning MAXSAT solver that can be used to infer logical rules and integrated as a differentiable layer in a deep neural network. It had been shown to solve Sudoku puzzles visually from examples of puzz…

Logical Reasoning