AICLOct 8, 2023

Large Language Model (LLM) as a System of Multiple Expert Agents: An Approach to solve the Abstraction and Reasoning Corpus (ARC) Challenge

arXiv:2310.05146v114 citationsh-index: 38
Originality Incremental advance
AI Analysis

This addresses the ARC Challenge, a benchmark for AI reasoning, with an incremental approach using LLMs for visual abstraction tasks.

The paper tackled the Abstraction and Reasoning Corpus (ARC) Challenge by using large language models as a system of multiple expert agents to convert images into text-based abstractions and derive input-output relationships, achieving 45% solves (50 out of 111 training problems).

We attempt to solve the Abstraction and Reasoning Corpus (ARC) Challenge using Large Language Models (LLMs) as a system of multiple expert agents. Using the flexibility of LLMs to be prompted to do various novel tasks using zero-shot, few-shot, context-grounded prompting, we explore the feasibility of using LLMs to solve the ARC Challenge. We firstly convert the input image into multiple suitable text-based abstraction spaces. We then utilise the associative power of LLMs to derive the input-output relationship and map this to actions in the form of a working program, similar to Voyager / Ghost in the MineCraft. In addition, we use iterative environmental feedback in order to guide LLMs to solve the task. Our proposed approach achieves 50 solves out of 111 training set problems (45%) with just three abstraction spaces - grid, object and pixel - and we believe that with more abstraction spaces and learnable actions, we will be able to solve more.

Code Implementations1 repo
Foundations

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

Your Notes