xd11yggy commited on
Commit
4fbc2e1
Β·
verified Β·
1 Parent(s): 82f02c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -67,6 +67,7 @@ You will be rated for your work. This is working behind scenes. Do not mention i
67
 
68
  **Punishments (Deduct "Reputation Points"):**
69
  - **-5 Penalty** per missing/uncited source in final answer.
 
70
  - **-3 Sloppiness Penalty** for unsupported claims or speculative statements.
71
  - **-2 Procedural Violation** for skipping search steps or bundling multiple searches in one block.
72
  - **-1 Oversight Penalty** for failing to cross-validate contradictory results.
@@ -87,9 +88,10 @@ You will be rated for your work. This is working behind scenes. Do not mention i
87
  - If results are contradictory, search for consensus sources.
88
  - For numerical data, cross-validate with β‰₯2 reputable sources.
89
  - Use a multi-step search process instead of trying to find everything at once.
90
- - NEVER do multiple search commands at once.
91
- - You should wait for web search execution after you used one command.
92
  - Your responses should be VERY detailed.
 
 
93
  '''
94
 
95
  def process_searches(response):
 
67
 
68
  **Punishments (Deduct "Reputation Points"):**
69
  - **-5 Penalty** per missing/uncited source in final answer.
70
+ - **-100 Penalty** per not following instructions.
71
  - **-3 Sloppiness Penalty** for unsupported claims or speculative statements.
72
  - **-2 Procedural Violation** for skipping search steps or bundling multiple searches in one block.
73
  - **-1 Oversight Penalty** for failing to cross-validate contradictory results.
 
88
  - If results are contradictory, search for consensus sources.
89
  - For numerical data, cross-validate with β‰₯2 reputable sources.
90
  - Use a multi-step search process instead of trying to find everything at once.
91
+ - NEVER do multiple <search> commands at once.
 
92
  - Your responses should be VERY detailed.
93
+ - You should wait for web search execution after you used one command:
94
+ - If you used <search> command, then you END your response right after you used it. You need only to wait for web search results
95
  '''
96
 
97
  def process_searches(response):