Skip to content

Commit fbb1108

Browse files
Deployed e177495 with MkDocs version: 1.6.1
1 parent 584cc67 commit fbb1108

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

faq/index.html

+5-8
Original file line numberDiff line numberDiff line change
@@ -594,15 +594,12 @@ <h1 id="faq">FAQ</h1>
594594
The role of out-of-domain validation is not to ensure scientific correctness but rather to verify that the problem is presented in a way that is clear, complete, and accessible to someone outside the specific field. The primary focus of out-of-domain validators is to ensure that the combination of the question and its background information provides enough context for someone to solve the problem, even if they lack domain-specific expertise.</p>
595595
</li>
596596
<li>
597-
<p>**It seems that in the prompt template definition, the prompts with and without backgrounds are assigned the other way around:</p>
597+
<p><strong>It seems that in the prompt template definition, the prompts with and without backgrounds are assigned the other way around:
598+
DEFAULT_PROMPT_TEMPLATE = Path("eval", "data", "background_comment_template.txt").read_text()
599+
BACKGOUND_PROMPT_TEMPLATE = Path("eval", "data", "multistep_template.txt").read_text()
600+
Are the numbers reported in the paper run with these prompts?</strong></p>
601+
<p>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.</p>
598602
</li>
599-
</ul>
600-
<p>DEFAULT_PROMPT_TEMPLATE = Path("eval", "data", "background_comment_template.txt").read_text()</p>
601-
<p>BACKGOUND_PROMPT_TEMPLATE = Path("eval", "data", "multistep_template.txt").read_text()</p>
602-
<p>Are the numbers reported in the paper run with these prompts?**</p>
603-
<pre><code>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.
604-
</code></pre>
605-
<ul>
606603
<li>
607604
<p><strong>For subproblems 13.6, 62.1, 76.2, it seems like the model-generated outputs are ignored and replaced with the files in the eval folder - is this how the evaluations were run in the paper? And why are these problems evaluated this way?</strong>
608605
These three problem-code pairs are provided as given context in order to control uncertainty and reduce the degrees of freedom in the evaluation process. By doing so, we limit the model’s randomness in problem-solving. Without this context, the evaluation would allow for too many possible solutions, leading to inconsistent results.</p>

0 commit comments

Comments
 (0)