From 63cbb8722db5110caae45cda1443eea8d4a9a8b3 Mon Sep 17 00:00:00 2001 From: Andreas Koepf Date: Sat, 8 Feb 2025 19:12:41 +0100 Subject: [PATCH] remove unnecessary newline from arc prompt --- GALLERY.md | 3 --- reasoning_gym/arc/rearc.py | 1 - 2 files changed, 4 deletions(-) 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.