Skip to content

Commit

Permalink
word seq reverse typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Miserlou committed Mar 3, 2025
1 parent 4206905 commit f199a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reasoning_gym/algorithmic/word_sequence_reversal.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from ..data import read_data_file
from ..factory import ProceduralDataset, register_dataset

QUESTION_TEMPLATE = """Solve the following problem. Provide you answer as a comma-separated list of word with a space the comma. Reverse this list of words: {question}"""
QUESTION_TEMPLATE = """Solve the following problem. Provide you answer as a comma-separated list of words with a space after the comma. Reverse this list of words: {question}"""


@dataclass
Expand Down

0 comments on commit f199a47

Please sign in to comment.