mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Improve GPQA eval prompt to imrpove parsing answer from Khoj response
This commit is contained in:
@@ -163,7 +163,7 @@ def load_gpqa_dataset():
|
|||||||
correct_letter = "ABCD"[correct_index]
|
correct_letter = "ABCD"[correct_index]
|
||||||
|
|
||||||
prompt = f"""
|
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"]}
|
{row["Question"]}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user