paper-with-me

Papers

SPaRC: A Spatial Pathfinding Reasoning Challenge

2025-05-22 · Lars Benedikt Kaesberg, Jan Philip Wahle, Terry Ruas, Bela Gipp

Existing reasoning datasets saturate and fail to test abstract, multi-step problems, especially pathfinding and complex rule constraint satisfaction. We introduce SPaRC (Spatial Pathfinding Reasoning Challenge), a dataset of 1,000 2D grid pathfinding puzzles to evaluate spatial and symbolic reasoning, requiring step-by-step planning with arithmetic and geometric rules. Humans achieve near-perfect accuracy (98.0%; 94.5% on hard puzzles), while the best reasoning models, such as o4-mini, struggle (15.8%; 1.1% on hard puzzles). Models often generate invalid paths (>50% of puzzles for o4-mini), and reasoning tokens reveal they make errors in navigation and spatial logic. Unlike humans, who take longer on hard puzzles, models fail to scale test-time compute with difficulty. Allowing models to make multiple solution attempts improves accuracy, suggesting potential for better spatial reasoning with improved training and efficient test-time scaling methods. SPaRC can be used as a window into models' spatial reasoning limitations and drive research toward new methods that excel in abstract, multi-step problem-solving.

📄 PDF Abstract BibTeX arXiv:2505.16686

Code (1)

lkaesberg/sparc 공식 구현

Tasks

Spatial Reasoning

Similar Papers 제목 키워드 기반

SpaRC and SpaRP: Spatial Reasoning Characterization and Path Generation for Understanding Spatial Reasoning Capability of Large Language Models

2024-06-07 · Md Imbesat Hassan Rizvi, Xiaodan Zhu, Iryna Gurevych

Spatial reasoning is a crucial component of both biological and artificial intelligence. In this work, we present a comprehensive study of the capability of current state-of-the-art large language models (LLMs) on spatia…

Spatial Reasoning

SPARC: Reliable Spatial Annotations from Robot Demonstrations at Scale

2026-06-11 · Nils Blank, Paul Mattes, Maximilian Xiling Li, Jakub Suliga 외 arxiv

This work introduces Spatial Annotations from Robot Demonstrations with Reliability Calibration (SPARC), a risk-aware framework that automatically labels robot demonstrations with structured spatial annotations and assig…

Motion Planning

SPARC: Scenario Planning and Reasoning for Automated C Unit Test Generation

2026-02-18 · Jaid Monwar Chowdhury, Chi-An Fu, Reyhaneh Jabbarvand arxiv

Automated unit test generation for C remains a formidable challenge due to the semantic gap between high-level program intent and the rigid syntactic constraints of pointer arithmetic and manual memory management. While …

SPARC: A Multi-Agent System for Electrical Circuit Question Answering

2026-06-05 · Mushtari Sadia, Zhenning Yang, Umme Habiba Lamia, Nishat Shawrin 외 arxiv

Electrical circuit diagram QA tasks require complex mathematical reasoning, which remains challenging for multimodal LLMs. We present SPARC, a multi-agent system that answers questions over circuit diagrams by grounding …

Mathematical ReasoningQuestion Answering

LLM-A*: Large Language Model Enhanced Incremental Heuristic Search on Path Planning

2024-06-20 · Silin Meng, Yiwei Wang, Cheng-Fu Yang, Nanyun Peng 외

Path planning is a fundamental scientific problem in robotics and autonomous navigation, requiring the derivation of efficient routes from starting to destination points while avoiding obstacles. Traditional algorithms l…

Autonomous NavigationHeuristic SearchLanguage ModelingLanguage Modelling+1