mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
Game of Life partial scoring and rule-clarification (#258)
* partial scoring and rule clarification * better ql scoring * word seq reverse typos
This commit is contained in:
parent
340d6a7ab9
commit
e3b7365f50
4 changed files with 60 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ from typing import Optional
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue