re-arc (source code)
= re-arc
https://github.com/michaelhodel/re-arc
By the author of <ARC-DSL>.
README says:
> This repository presents code to procedurally generate examples for the ARC training tasks. For each of the 400 tasks, an example generator is provided.
https://arxiv.org/html/2404.07353v1 says:
> Each generator is a standalone Python function merely making use of the <ARC-DSL>[DSL] and functions from the random module from the standard library. The median generator consists of 40 lines of code and uses 22 DSL primitive calls and 10 calls to the random module.
Cool!
Original:
\Image[https://web.archive.org/web/20250216160803im_/https://github.com/michaelhodel/re-arc/raw/main/00d62c1b_original.png]
Generated:
\Image[https://web.archive.org/web/20250216160803im_/https://github.com/michaelhodel/re-arc/raw/main/00d62c1b_generated.png]
Back to article page