mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +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
|
|
@ -8,12 +8,7 @@ from ..factory import ProceduralDataset, register_dataset
|
|||
|
||||
QUESTION_TEMPLATE = """Your task is to pick the largest/smallest number out of several options.
|
||||
|
||||
Example
|
||||
- Input: Pick the largest number of the following candidates: 857575.23 8.975554e+05 887,555.62
|
||||
- Output: 8.975554e+05
|
||||
- Explanation:
|
||||
- Sorting the numbers written in various notations we get: 857575.23 < 887,555.62 < 8.975554e+05
|
||||
- Therefore, the largest number is 8.975554e+05
|
||||
Your output should be only the number of interest.
|
||||
|
||||
Now, pick the {size} number of the following candidates: {numbers}
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue