diff --git a/GALLERY.md b/GALLERY.md index 10d020be..9914ca2b 100644 --- a/GALLERY.md +++ b/GALLERY.md @@ -2083,7 +2083,6 @@ Output: 5 2 5 2 - Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself. @@ -2216,7 +2215,6 @@ Output: 3 3 3 3 3 3 3 3 3 3 3 - Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself. @@ -2267,7 +2265,6 @@ Output: 4 1 1 - Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself. diff --git a/reasoning_gym/arc/rearc.py b/reasoning_gym/arc/rearc.py index 0f0a3b27..ace4c3f9 100644 --- a/reasoning_gym/arc/rearc.py +++ b/reasoning_gym/arc/rearc.py @@ -8,7 +8,6 @@ from .board_format import BoardFormattingOptions, format_board, format_board_pai _REARC_PROMPT_TEMPLATES = """Find the common rule that maps an input grid to an output grid, given the examples below. {examples} - Below is a test input grid. Predict the corresponding output grid by applying the rule you found. Your final answer should just be the text output grid itself.