paper-with-me

홈 › Papers

Large Language Models Are Not Strong Abstract Reasoners

2023-05-31 · Gaël Gendron, Qiming Bao, Michael Witbrock, Gillian Dobbie

Large Language Models have shown tremendous performance on a large variety of natural language processing tasks, ranging from text comprehension to common sense reasoning. However, the mechanisms responsible for this success remain opaque, and it is unclear whether LLMs can achieve human-like cognitive capabilities or whether these models are still fundamentally circumscribed. Abstract reasoning is a fundamental task for cognition, consisting of finding and applying a general pattern from few data. Evaluating deep neural architectures on this task could give insight into their potential limitations regarding reasoning and their broad generalisation abilities, yet this is currently an under-explored area. In this paper, we introduce a new benchmark for evaluating language models beyond memorization on abstract reasoning tasks. We perform extensive evaluations of state-of-the-art LLMs, showing that they currently achieve very limited performance in contrast with other natural language tasks, even when applying techniques that have been shown to improve performance on other NLP tasks. We argue that guiding LLM generation to follow causal paths could help improve the generalisation and reasoning abilities of LLMs.

📄 PDF Abstract BibTeX arXiv:2305.19555

Code (1)

strong-ai-lab/logical-and-abstract-reasoning 공식 구현

Tasks

Common Sense ReasoningMemorizationReading Comprehension

Similar Papers 제목 키워드 기반

Smart Vision-Language Reasoners

2024-07-05 · Denisa Roberts, Lucas Roberts

In this article, we investigate vision-language models (VLM) as reasoners. The ability to form abstractions underlies mathematical reasoning, problem-solving, and other Math AI tasks. Several formalisms have been given t…

MathMathematical ReasoningVisual Grounding

What is an "Abstract Reasoner"? Revisiting Experiments and Arguments about Large Language Models

2025-07-30 · Tian Yun, Chen Sun, Ellie Pavlick arxiv

Recent work has argued that large language models (LLMs) are not "abstract reasoners", citing their poor zero-shot performance on a variety of challenging tasks as evidence. We revisit these experiments in order to add n…

Emergent Analogical Reasoning in Large Language Models

2022-12-19 · Taylor Webb, Keith J. Holyoak, Hongjing Lu

The recent advent of large language models has reinvigorated debate over whether human cognitive capacities might emerge in such generic models given sufficient training data. Of particular interest is the ability of the…

Language ModelingLanguage ModellingLarge Language Model

LLMs are Single-threaded Reasoners: Demystifying the Working Mechanism of Soft Thinking

2025-08-05 · Junhong Wu, Jinliang Lu, Zixuan Ren, Gangqiang Hu 외 arxiv

Human cognition naturally engages with abstract and fluid concepts, whereas existing reasoning models often rely on generating discrete tokens, potentially constraining their expressive capabilities. Recent advancements …

Reinforcement Learning

Recurrent Aggregators in Neural Algorithmic Reasoning

2024-09-11 · Kaijia Xu, Petar Veličković

Neural algorithmic reasoning (NAR) is an emerging field that seeks to design neural networks that mimic classical algorithmic computations. Today, graph neural networks (GNNs) are widely used in neural algorithmic reason…