mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-04 21:03:01 +01:00
Improve GPQA eval prompt to imrpove parsing answer from Khoj response
This commit is contained in:
parent
439b18c21f
commit
fc6be543bd
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ def load_gpqa_dataset():
|
|||
correct_letter = "ABCD"[correct_index]
|
||||
|
||||
prompt = f"""
|
||||
Answer the following multiple choice question. Answer should be of the following format: 'Answer: $LETTER' (without quotes) where LETTER is one of ABCD. Think step by step before answering.
|
||||
Answer the following multiple choice question. Answer should be of the following format: 'Answer: $LETTER' (without quotes) where $LETTER is one of ABCD. Think step by step before answering.
|
||||
|
||||
{row["Question"]}
|
||||
|
||||
|
|
Loading…
Reference in a new issue