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": [[2, 3, 3, 4, 5], [3, 2, 3, 4, 5], [3, 3, 0, 0, 5], [4, 4, 0, 2, 5], [5, 5, 5, 5, 2]], "output": [[2, 3, 3, 4, 5], [3, 2, 3, 4, 5], [3, 3, 2, 4, 5], [4, 4, 4, 2, 5], [5, 5, 5, 5, 2]]}, {"input": [[6, 0, 2, 3, 9], [2, 0, 2, 3, 9], [2, 0, 6, 3, 9], [3, 3, 3, 6, 9], [9, 9, 9, 9, 6]], "output": [[6, 2, 2, 3, 9], [2, 6, 2, 3, 9], [2, 2, 6, 3, 9], [3, 3, 3, 6, 9], [9, 9, 9, 9, 6]]}, {"input": [[8, 9, 9, 5, 3], [9, 8, 9, 5, 3], [9, 9, 8, 5, 3], [5, 5, 5, 0, 0], [3, 3, 3, 0, 8]], "output": [[8, 9, 9, 5, 3], [9, 8, 9, 5, 3], [9, 9, 8, 5, 3], [5, 5, 5, 8, 3], [3, 3, 3, 3, 8]]}], "test": [{"input": [[5, 4, 4, 2, 1], [4, 5, 4, 2, 1], [4, 0, 5, 2, 1], [2, 2, 0, 5, 1], [1, 1, 1, 0, 5]], "output": [[5, 4, 4, 2, 1], [4, 5, 4, 2, 1], [4, 4, 5, 2, 1], [2, 2, 2, 5, 1], [1, 1, 1, 1, 5]]}]}