clarify number_filtering task

This commit is contained in:
Andreas Koepf 2025-02-08 19:32:45 +01:00
parent f562737eef
commit 4d9afcaba2
2 changed files with 3 additions and 4 deletions

View file

@ -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": {