From 3220732b3768e7d100579a55d069ccbc4492a613 Mon Sep 17 00:00:00 2001 From: Minyang Tian <69544994+mtian8@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:22:50 -0500 Subject: [PATCH] Update faq.md --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 19667c3..9ce4be4 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -55,7 +55,7 @@ * **It seems that in the prompt template definition, the prompts with and without backgrounds are assigned the other way around: DEFAULT_PROMPT_TEMPLATE = Path("eval", "data", "background_comment_template.txt").read_text() BACKGOUND_PROMPT_TEMPLATE = Path("eval", "data", "multistep_template.txt").read_text() -Are the numbers reported in the paper run with these prompts?** + Are the numbers reported in the paper run with these prompts?** Yes, DEFAULT_PROMPT_TEMPLATE is our standard setup where we ask the model to generate the related background itself. BACKGOUND_PROMPT_TEMPLATE is the template where we will put in the scientist-annotated background.