mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
refactor: Update sentence reordering prompt to be more descriptive
This commit is contained in:
parent
f2eeda6ba5
commit
d3fe900889
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