GraphGen / graphgen /templates /statement_judgement.py
github-actions[bot]
Auto-sync from demo at Thu Aug 28 10:06:44 UTC 2025
ba8b592
raw
history blame
343 Bytes
TEMPLATE: str = """Please determine if the following statement is correct.
Note:
1. If the statement is correct, please reply with 'yes', otherwise reply with 'no'.
2. The answer should be either 'yes' or 'no', do not output any other content.
Statement:
{statement}
Judgement: """
STATEMENT_JUDGEMENT_PROMPT = {
"TEMPLATE": TEMPLATE
}