mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +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
6770ee3eef
commit
0ba6119850
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