File size: 522 Bytes
d5bfab8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# RE-ARC: Reverse-Engineering the Abstraction and Reasoning Corpus
- Repo: [RE-ARC](https://github.com/michaelhodel/re-arc)
- Authors: Michael Hodel
- License: MIT
## Notes
The `re_arc.zip` contains 400 ARC tasks, each having 1000 pairs.
The `RE-ARC` file format is different than the original ARC file format.
I have extracted a tiny subset of only the `easy` and the `hard` tasks.
The script `export.py` does the extraction of `easy` and `hard`.
Place the script in the root dir of the `RE-ARC` repo, and run it.
|