diff --git a/reasoning_gym/algorithmic/sentence_reordering.py b/reasoning_gym/algorithmic/sentence_reordering.py index f7f9ff30..ce15513f 100644 --- a/reasoning_gym/algorithmic/sentence_reordering.py +++ b/reasoning_gym/algorithmic/sentence_reordering.py @@ -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}, }