paper-with-me

홈 › Papers

PUZZLES: A Benchmark for Neural Algorithmic Reasoning

2024-06-29 · Benjamin Estermann, Luca A. Lanzendörfer, Yannick Niedermayr, Roger Wattenhofer

Algorithmic reasoning is a fundamental cognitive ability that plays a pivotal role in problem-solving and decision-making processes. Reinforcement Learning (RL) has demonstrated remarkable proficiency in tasks such as motor control, handling perceptual input, and managing stochastic environments. These advancements have been enabled in part by the availability of benchmarks. In this work we introduce PUZZLES, a benchmark based on Simon Tatham's Portable Puzzle Collection, aimed at fostering progress in algorithmic and logical reasoning in RL. PUZZLES contains 40 diverse logic puzzles of adjustable sizes and varying levels of complexity; many puzzles also feature a diverse set of additional configuration parameters. The 40 puzzles provide detailed information on the strengths and generalization capabilities of RL agents. Furthermore, we evaluate various RL algorithms on PUZZLES, providing baseline comparisons and demonstrating the potential for future research. All the software, including the environment, is available at https://github.com/ETH-DISCO/rlp.

📄 PDF Abstract BibTeX arXiv:2407.00401

Code (1)

eth-disco/rlp 공식 구현

Tasks

Decision MakingLogical ReasoningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

VisualPuzzles: Decoupling Multimodal Reasoning Evaluation from Domain Knowledge

2025-04-14 · Yueqi Song, Tianyue Ou, Yibo Kong, Zecheng Li 외

Current multimodal benchmarks often conflate reasoning with domain-specific knowledge, making it difficult to isolate and evaluate general reasoning abilities in non-expert settings. To address this, we introduce VisualP…

Logical ReasoningMultimodal ReasoningSpatial ReasoningVisual Reasoning

Are Language Models Puzzle Prodigies? Algorithmic Puzzles Unveil Serious Challenges in Multimodal Reasoning

2024-03-06 · Deepanway Ghosal, Vernon Toh Yan Han, Chia Yew Ken, Soujanya Poria

This paper introduces the novel task of multimodal puzzle solving, framed within the context of visual question-answering. We present a new dataset, AlgoPuzzleVQA designed to challenge and evaluate the capabilities of mu…

Multimodal ReasoningQuestion AnsweringVisual Question Answering

Reasoning or Pattern Matching? Probing Large Vision-Language Models with Visual Puzzles

2026-01-20 · Maria Lymperaiou, Vasileios Karampinis, Giorgos Filandrianos, Angelos Vlachos 외 arxiv

Puzzles have long served as compact and revealing probes of human cognition, isolating abstraction, rule discovery, and systematic reasoning with minimal reliance on prior knowledge. Leveraging these properties, visual p…

Measuring Iterative Temporal Reasoning with Time Puzzles

2026-01-12 · Zhengxiang Wang, Zeyu Dong arxiv

Tool use, such as web search, has become a standard capability even in freely available large language models (LLMs). However, existing benchmarks evaluate temporal reasoning mainly in static, non-tool-using settings, wh…

Recurrent Reasoning on Symbolic Puzzles with Sequence Models

2026-04-19 · Gowrav Mannem, Chowdhury Marzia Mahjabin, Jason Chen, Shivank Garg 외 arxiv

Large language models often appear strong on symbolic and algorithmic tasks, yet this apparent strength can hide brittle behaviour when problems become longer, harder, or slightly out of distribution. A major limitation …