mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
refactor: Update sentence reordering prompt to be more descriptive
This commit is contained in:
parent
d3ccc38ec7
commit
9abea574ed
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class SentenceReorderingDataset(ProceduralDataset):
|
|||
|
||||
|
||||
return {
|
||||
"question": f"Correct the following sentence: {question}",
|
||||
"question": f"Restore the correct order of words in the following sentence: {question}",
|
||||
"answer": solved_sentence,
|
||||
"metadata": {"num_of_words_in_sentence": num_of_words_in_sentence},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue