Spatial Priming Outperforms Semantic Prompting: A Grid-Based Approach to Improving LLM Accuracy on Chart Data Extraction

Andrei Lazarev, Dmitrii Sedov, Alexander Galkin

arXiv:2605.08220 · 2026-05-12 공개 · arXiv · PDF

llm multimodal-models synthetic-dataset grid-based chart-data-extraction spatial-priming semantic-prompting data-extraction-error

Abstract

The automated extraction of data from scientific charts is a critical task for large-scale literature analysis. While multimodal Large Language Models (LLMs) show promise, their accuracy on non-standardized charts remains a challenge. This raises a key research question: what is the most effective strategy to improve model performance (high-level semantic priming) or low-level spatial priming? This paper presents a comparative investigation into these two distinct strategies. We describe our exploratory experiments with semantic methods, such as a two-stage metadata-first framework and Chain-of-Thought, which failed to produce a statistically significant improvement. In contrast, we present a simple but highly effective spatial priming method: overlaying a coordinate grid onto the chart image before analysis. Our quantitative experiment on a synthetic dataset demonstrates that this grid-based approach provides a statistically significant reduction in data extraction error (SMAPE reduced from 25.5% to 19.5%, p < 0.05) compared to a baseline. We conclude that for the current generation of multimodal models, providing explicit spatial context is a more effective and reliable strategy than high-level semantic guidance for this class of tasks.

한국어 요약

📋 한 줄 요약

**[Multimodal LLM / Chart Understanding]** 차트 이미지에 좌표 그리드를 오버레이하는 단순한 '공간 프라이밍'이 의미 기반 프롬프팅보다 차트 데이터 추출 정확도를 통계적으로 유의미하게 향상시킴을 보였다.

🎯 핵심 기여도

💡 핵심 아이디어

현재 멀티모달 LLM은 '무엇을 추출해야 한다'는 의미적 가이드보다, '어디를 봐야 한다'는 명시적 공간 컨텍스트(좌표 그리드)에 더 잘 반응한다는 관찰이 핵심이다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: 현 세대 멀티모달 모델의 공간 추론 한계를 드러내고, 저비용 전처리만으로도 큰 성능 향상이 가능함을 보인다. **한계**: 합성 데이터셋 기반이며, 실제 다양한 스타일의 비표준 차트(로그 스케일, 3D, 이중축 등)에서의 일반화는 추가 검증이 필요하다.

🚀 실용적 활용