paper-with-me

홈 › Papers

Benchmarking Abstract and Reasoning Abilities Through A Theoretical Perspective

2025-05-28 · Qingchuan Ma, Yuhang Wu, Xiawu Zheng, Rongrong Ji

In this paper, we aim to establish a simple, effective, and theoretically grounded benchmark for rigorously probing abstract reasoning in Large Language Models (LLMs). To achieve this, we first develop a mathematic framework that defines abstract reasoning as the ability to: (i) extract essential patterns independent of surface representations, and (ii) apply consistent rules to these abstract patterns. Based on this framework, we introduce two novel complementary metrics: \(\scoreGamma\) measures basic reasoning accuracy, while \(\scoreDelta\) quantifies a model's reliance on specific symbols rather than underlying patterns - a key indicator of true abstraction versus mere memorization. To implement this measurement, we design a benchmark: systematic symbol remapping in rule-based tasks, which forces models to demonstrate genuine pattern recognition beyond superficial token matching. Extensive LLM evaluations using this benchmark (commercial API models, 7B-70B, multi-agent) reveal:1) critical limitations in non-decimal arithmetic and symbolic reasoning; 2) persistent abstraction gaps despite chain-of-thought prompting; and 3) \(\scoreDelta\)'s effectiveness in robustly measuring memory dependence by quantifying performance degradation under symbol remapping, particularly highlighting operand-specific memorization. These findings underscore that current LLMs, despite domain-specific strengths, still lack robust abstract reasoning, highlighting key areas for future improvement.

📄 PDF Abstract BibTeX arXiv:2505.23833

Code (1)

mac-automl/abstract-reason-benchmark 공식 구현 pytorch

Tasks

BenchmarkingMemorization

Similar Papers 제목 키워드 기반

IOLBENCH: Benchmarking LLMs on Linguistic Reasoning

2025-01-08 · Satyam Goyal, Soham Dan

Despite the remarkable advancements and widespread applications of deep neural networks, their ability to perform reasoning tasks remains limited, particularly in domains requiring structured, abstract thought. In this p…

Benchmarking

Oedipus and the Sphinx: Benchmarking and Improving Visual Language Models for Complex Graphic Reasoning

2025-08-01 · Jianyi Zhang, Xu Ji, Ziyin Zhou, Yuchen Zhou 외 arxiv

Evaluating the performance of visual language models (VLMs) in graphic reasoning tasks has become an important research topic. However, VLMs still show obvious deficiencies in simulating human-level graphic reasoning cap…

MM-IQ: Benchmarking Human-Like Abstraction and Reasoning in Multimodal Models

2025-02-02 · Huanqia Cai, Yijun Yang, Winston Hu

IQ testing has served as a foundational methodology for evaluating human cognitive capabilities, deliberately decoupling assessment from linguistic background, language proficiency, or domain-specific knowledge to isolat…

Benchmarking

Max It or Miss It: Benchmarking LLM On Solving Extremal Problems

2025-10-14 · Binxin Gao, Jingjun Han arxiv

Test-time scaling has enabled Large Language Models (LLMs) with remarkable reasoning capabilities, particularly in mathematical domains, through intermediate chain-of-thought (CoT) reasoning before generating final answe…

Mathematical Reasoning

Neural Abstract Reasoner

2020-11-12 · Victor Kolev, Bogdan Georgiev, Svetlin Penkov

Abstract reasoning and logic inference are difficult problems for neural networks, yet essential to their applicability in highly structured domains. In this work we demonstrate that a well known technique such as spectr…

Generalization Bounds