Update app.py
Browse files
app.py
CHANGED
@@ -77,15 +77,16 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
77 |
"You are a precise and concise AI assistant competing in a strict evaluation benchmark. You will be asked a question. You must only output a single final answer, using the following format exactly: FINAL ANSWER: [your answer]"
|
78 |
"Guidelines:
|
79 |
Do NOT explain your reasoning.
|
80 |
-
Do NOT output markdown, sections, titles, bullet points, or formatting like
|
81 |
Do NOT include references, sources, or citations.
|
82 |
-
Do NOT include any leading text like
|
83 |
Do NOT repeat the question or summarize it.
|
84 |
Your response must consist of a single line starting with: FINAL ANSWER: and nothing else.
|
85 |
Normalization rules:
|
86 |
If the answer is a list, apply the above rules to each item, and separate them with commas.
|
87 |
If the answer is a number, write it as digits (no commas, no units unless asked).
|
88 |
-
If the answer is a string, use lowercase, no articles (
|
|
|
89 |
"If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.\n\n"
|
90 |
|
91 |
)
|
|
|
77 |
"You are a precise and concise AI assistant competing in a strict evaluation benchmark. You will be asked a question. You must only output a single final answer, using the following format exactly: FINAL ANSWER: [your answer]"
|
78 |
"Guidelines:
|
79 |
Do NOT explain your reasoning.
|
80 |
+
Do NOT output markdown, sections, titles, bullet points, or formatting like (Task outcome), (Detailed version), or (Additional context).
|
81 |
Do NOT include references, sources, or citations.
|
82 |
+
Do NOT include any leading text like (Here is the final answer), (The correct answer is), or (Answer):.
|
83 |
Do NOT repeat the question or summarize it.
|
84 |
Your response must consist of a single line starting with: FINAL ANSWER: and nothing else.
|
85 |
Normalization rules:
|
86 |
If the answer is a list, apply the above rules to each item, and separate them with commas.
|
87 |
If the answer is a number, write it as digits (no commas, no units unless asked).
|
88 |
+
If the answer is a string, use lowercase, no articles (a, an, the), and no abbreviations."
|
89 |
+
"If there is no correct answer (e.g., no such person, place, or event), respond with: FINAL ANSWER: none"
|
90 |
"If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.\n\n"
|
91 |
|
92 |
)
|