mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
feat: Add hint to syllogisms question to clarify Yes/No answer format
This commit is contained in:
parent
7634198df7
commit
3856bc9fb9
1 changed files with 2 additions and 1 deletions
|
|
@ -292,7 +292,8 @@ class SyllogismDataset(ProceduralDataset):
|
|||
f"1. {premise1_text}\n"
|
||||
f"2. {premise2_text}\n\n"
|
||||
f"Does it logically follow that:\n"
|
||||
f"{conclusion_text}?"
|
||||
f"{conclusion_text}?\n"
|
||||
f"(Answer Yes or No)"
|
||||
)
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue