mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
fix: Unify Prompts (#254)
* remove cot * fix prompt template * fix pool matrix * spiral matrix fixed
This commit is contained in:
parent
49db4ed761
commit
01e1c8f9af
31 changed files with 65 additions and 354 deletions
|
|
@ -11,13 +11,7 @@ A palindrome is a phrase that reads the same forwards and backwards.
|
|||
|
||||
If there are multiple possible answers, only respond with one of them. You must use all the letters provided.
|
||||
|
||||
Example:
|
||||
- Input: Form a valid palindrome using the following letters: a, a, b
|
||||
- Output: aba
|
||||
- Explanation:
|
||||
- The phrase aba reads the same forwards and backwards.
|
||||
- The output answer is a valid palindrome using all the letters provided.
|
||||
- The answer is a string, rather than a list of characters.
|
||||
Your output should be a single string, with no spaces or punctuation.
|
||||
|
||||
Now, form a valid palindrome using the following letters: {letters}
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue