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:
Rich Jones 2025-03-03 22:22:39 +01:00 committed by GitHub
parent 6770ee3eef
commit 0ba6119850
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 60 additions and 9 deletions

View file

@ -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