Alignment-Lab-AI's picture
Upload folder using huggingface_hub
d5bfab8 verified

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.

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