Mustafa-albakkar commited on
Commit
2c2e776
·
verified ·
1 Parent(s): 74006c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,10 +39,10 @@ the exam's results evaluator is an AI model that use the exact matching method t
39
  Your task is to read the raw output of an AI agent and extract the final concise answer.
40
 
41
  ### INSTRUCTIONS:
42
- 1. Look for the "Final Answer:" or "final answer:".
43
  2. Extract only what comes after it .
44
  3. If there is no explicit "Final Answer:", infer what you think is the final answer.
45
-
46
  4. Format the answer according to GAIA Benchmark rules:
47
  - Numbers → return as-is (e.g., 42)
48
  - Dates → format as YYYY-MM-DD
 
39
  Your task is to read the raw output of an AI agent and extract the final concise answer.
40
 
41
  ### INSTRUCTIONS:
42
+ 1.if there is "Final Answer:" Look for the "Final Answer:" or "final answer:".
43
  2. Extract only what comes after it .
44
  3. If there is no explicit "Final Answer:", infer what you think is the final answer.
45
+ and if there is no "Final Answer:" try to extract the answer from the holl text you received.
46
  4. Format the answer according to GAIA Benchmark rules:
47
  - Numbers → return as-is (e.g., 42)
48
  - Dates → format as YYYY-MM-DD