NeFut Logo NeFut
Admin Login

[CS.AI] ClassicLogic: A Benchmark for Evaluating Compositional Generalization

Published at: 2026-07-08 22:00 Last updated: 2026-07-09 03:23
#algorithm #AI #Open Source

Abstract

Compositional generalization, the ability to understand and produce novel combinations of known components, remains a fundamental challenge for modern artificial intelligence. While few benchmarks exist, many focus on linguistic tasks and lack complex, explicit compositional structures.

We introduce ClassicLogic, a new benchmark suite designed to evaluate an agent's ability to learn and compose problem-solving strategies. The benchmark consists of four classic logic puzzles: Sudoku, KenKen, Kakuro, and Futoshiki. Its core innovation is a hierarchical, explicit knowledge base for each game, where complex solving strategies are formally defined as compositions of simpler, foundational strategies.

This structure allows for fine-grained evaluation of an agent's reasoning capabilities, from learning basic rules to applying multi-step compositional strategies to solve puzzles of increasing, mathematically validated difficulty. The open-source benchmark provides a challenging new testbed for advancing neuro-symbolic and other advanced AI reasoning systems.

Blogger's Review: The introduction of the ClassicLogic benchmark is a powerful response to the current limitations of AI in compositional generalization. With its clear knowledge structure, it provides not only a tool for assessing AI's reasoning capabilities but also points the way forward for future research, especially in the application of neuro-symbolic systems.

Original Source: https://arxiv.org/abs/2607.05185

[h] Back to Home