paper-with-me

홈 › Papers

Untrained neural networks can demonstrate memorization-independent abstract reasoning

2024-07-25 · Tomer Barak, Yonatan Loewenstein

The nature of abstract reasoning is a matter of debate. Modern artificial neural network (ANN) models, like large language models, demonstrate impressive success when tested on abstract reasoning problems. However, it has been argued that their success reflects some form of memorization of similar problems (data contamination) rather than a general-purpose abstract reasoning capability. This concern is supported by evidence of brittleness, and the requirement of extensive training. In our study, we explored whether abstract reasoning can be achieved using the toolbox of ANNs, without prior training. Specifically, we studied an ANN model in which the weights of a naive network are optimized during the solution of the problem, using the problem data itself, rather than any prior knowledge. We tested this modeling approach on visual reasoning problems and found that it performs relatively well. Crucially, this success does not rely on memorization of similar problems. We further suggest an explanation of how it works. Finally, as problem solving is performed by changing the ANN weights, we explored the connection between problem solving and the accumulation of knowledge in the ANNs.

📄 PDF Abstract BibTeX arXiv:2407.17791

Code (1)

tomer-barak/learning-independent_abstract_reasoning 공식 구현 pytorch

Tasks

MemorizationVisual Reasoning

Similar 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 frame…

BenchmarkingMemorization

On the impressive performance of randomly weighted encoders in summarization tasks

2020-02-21 · Jonathan Pilault, Jae-hong Park, Christopher Pal

In this work, we investigate the performance of untrained randomly initialized encoders in a general class of sequence to sequence models and compare their performance with that of fully-trained encoders on the task of a…

Abstractive Text SummarizationDecoder

Meaningful Learning: Enhancing Abstract Reasoning in Large Language Models via Generic Fact Guidance

2024-03-14 · Kai Xiong, Xiao Ding, Ting Liu, Bing Qin 외

Large language models (LLMs) have developed impressive performance and strong explainability across various reasoning scenarios, marking a significant stride towards mimicking human-like intelligence. Despite this, when …

Memorization

Benchmarking Chinese Commonsense Reasoning of LLMs: From Chinese-Specifics to Reasoning-Memorization Correlations

2024-03-21 · Jiaxing Sun, Weiquan Huang, Jiang Wu, Chenya Gu 외

We introduce CHARM, the first benchmark for comprehensively and in-depth evaluating the commonsense reasoning ability of large language models (LLMs) in Chinese, which covers both globally known and Chinese-specific comm…

BenchmarkingMemorization

Deciphering the Factors Influencing the Efficacy of Chain-of-Thought: Probability, Memorization, and Noisy Reasoning

2024-07-01 · Akshara Prabhakar, Thomas L. Griffiths, R. Thomas McCoy

Chain-of-Thought (CoT) prompting has been shown to enhance the multi-step reasoning capabilities of Large Language Models (LLMs). However, debates persist about whether LLMs exhibit abstract generalization or rely on sha…

Memorization