mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-05-03 17:53:26 +00:00
clarify number_filtering task
This commit is contained in:
parent
f562737eef
commit
4d9afcaba2
2 changed files with 3 additions and 4 deletions
|
|
@ -86,7 +86,7 @@ class NumberFilteringDataset(ProceduralDataset):
|
|||
return {
|
||||
"question": (
|
||||
f"{keep_remove.capitalize()} all numbers {larger_smaller} than {filter_str} "
|
||||
f"in this list: {str_numbers}"
|
||||
f"in this list: {str_numbers}\nReturn the new list in the same format."
|
||||
),
|
||||
"answer": str(result_strs) if result_strs else "[]",
|
||||
"metadata": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue