Skip to content

Latest commit

 

History

History

awesome

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Awesome ARC (Abstraction and Reasoning Corpus)

Links to awesome resources.

News and status

Leaderboard

Discord

Wiki

Editors

  • ARCreate - Contribute with new tasks to the ARC 2 dataset.
  • The original ARC testing interface - Edit train and test pairs. No backend required.
  • BrainGridGame, repo, dataset - What kind of interactions does humans do when solving an ARC task. This project captures the interaction history and continuesly updates the dataset with interaction histories.
  • O2ARC, repo, repo - Editor with ability to record user interaction while solving an ARC task.
  • ARC-Game, repo - The ARC 1 dataset made into a fun game that runs in the browser.
  • arc-site - Edit train and test pairs. It runs in the browser, without backend.
  • arc-app - Seems to be react, with frontend and server.
  • arc-level-editor - Edit train and test pairs. Requires a nodejs installation.
  • ARC-AGI Playground, ARC-AGI Puzzle Maker - Edit train and test pairs.

Tools

  • mxbi/arckit - Python and command-line tools for easily working with the ARC dataset.
  • arc-dsl - Solutions to all 400 training tasks of the ARC dataset.
  • Console for inspecting ARC tasks - Printing ARC images to the console can get messed up. Instead I have made a web server for viewing ARC images. It uses a websocket between the browser and the webserver (but you don't have to worry about the websocket). You can view an image by sending a POST request, and the image gets appended at the bottom of the web page.
  • Predicting the output size of an ARC task - Using the command line tool for making better guesses about the output size.
  • ARCLE - ARC Learning Environment - Abstraction and Reasoning Corpus as a Farama Gymnasium environment.
  • simon-arc-env - Abstraction and Reasoning Corpus as a Farama Gymnasium environment.

How does humans solve ARC

Prompt and language

Videos

  • Videos about ARC - Introduction to ARC, interviews with experts, experiments with language models.

Datasets

Best implementations

The 2024 rules allows for 2 predictions.

Earlier than 2024 ARC Prize

Implementations that are older than 2024. The rules allowed for 3 predictions.