MINI-ARC Corpus inclusion

This commit is contained in:
bmachado
2026-01-05 17:59:27 +00:00
parent 7a4444c930
commit c2a27c0cff
150 changed files with 438 additions and 0 deletions

View File

@ -0,0 +1 @@
{"train": [{"input": [[4, 4, 0, 6, 6], [4, 0, 0, 6, 0], [4, 4, 0, 6, 6], [0, 4, 0, 0, 6], [0, 4, 0, 6, 6]], "output": [[6, 6, 0, 4, 4], [6, 0, 0, 4, 0], [6, 6, 0, 4, 4], [0, 6, 0, 0, 4], [6, 6, 0, 0, 4]]}, {"input": [[8, 8, 0, 6, 6], [8, 8, 0, 0, 0], [8, 0, 0, 6, 6], [8, 8, 0, 6, 6], [8, 8, 0, 6, 0]], "output": [[6, 6, 0, 8, 8], [0, 0, 0, 8, 8], [6, 6, 0, 8, 0], [6, 6, 0, 8, 8], [6, 0, 0, 8, 8]]}, {"input": [[7, 7, 0, 3, 3], [7, 7, 0, 3, 3], [7, 7, 0, 3, 0], [7, 7, 0, 3, 0], [7, 7, 0, 0, 3]], "output": [[3, 3, 0, 7, 7], [3, 3, 0, 7, 7], [3, 0, 0, 7, 7], [3, 0, 0, 7, 7], [0, 3, 0, 7, 7]]}, {"input": [[0, 1, 0, 3, 0], [1, 0, 0, 3, 3], [0, 1, 0, 0, 3], [1, 0, 0, 3, 3], [0, 1, 0, 3, 0]], "output": [[3, 0, 0, 0, 1], [3, 3, 0, 1, 0], [0, 3, 0, 0, 1], [3, 3, 0, 1, 0], [3, 0, 0, 0, 1]]}], "test": [{"input": [[0, 8, 0, 4, 4], [8, 8, 0, 0, 0], [0, 8, 0, 0, 4], [8, 0, 0, 0, 0], [0, 8, 0, 4, 4]], "output": [[4, 4, 0, 0, 8], [0, 0, 0, 8, 8], [0, 4, 0, 0, 8], [0, 0, 0, 8, 0], [4, 4, 0, 0, 8]]}]}