AIJul 20, 2024

Intelligence Analysis of Language Models

arXiv:2407.18968v11 citationsh-index: 1Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of evaluating AI reasoning capabilities for researchers, but it is incremental as it applies existing methods to a new dataset.

The study tested Large Language Models on the Abstraction and Reasoning Corpus to assess abstract reasoning abilities, finding that models struggle even with simpler subsets, despite using techniques like Chain-of-Thought.

In this project, we test the effectiveness of Large Language Models (LLMs) on the Abstraction and Reasoning Corpus (ARC) dataset. This dataset serves as a representative benchmark for testing abstract reasoning abilities, requiring a fundamental understanding of key concepts such as object identification, basic counting, and elementary geometric principles. Tasks from this dataset are converted into a prompt-based format for evaluation. Initially, we assess the models' potential through a Zero-shot approach. Subsequently, we investigate the application of the Chain-of-Thought (CoT) technique, aiming to determine its role in improving model performance. Our results suggest that, despite the high expectations placed on contemporary LLMs, these models still struggle in non-linguistic domains, even when dealing with simpler subsets of the ARC dataset. Our study is the first to concentrate on the capabilities of open-source models in this context. The code, dataset, and prompts supporting this project's findings can be found in our GitHub repository, accessible at: https://github.com/Lianga2000/LLMsOnARC.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes