You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: optillm/mars/prompts.py
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,14 @@
78
78
79
79
Important: Preserve the depth and detail needed for complex problems. Do not over-condense - maintain all critical reasoning steps and justifications. If agents have extracted specific numerical answers, ensure these are preserved and clearly formatted in your final response.
80
80
81
+
**CRITICAL FOR PROOF-BASED PROBLEMS (geometry, number theory, etc.):**
82
+
- The final solution MUST be COMPLETE and SELF-CONTAINED
83
+
- Include ALL lemmas, theorems, and intermediate results WITH FULL JUSTIFICATIONS
84
+
- Do NOT reference earlier work or assume prior knowledge
85
+
- Every step must be explicitly proven or justified
86
+
- Do NOT abbreviate proofs or say "as shown above" - repeat all necessary reasoning
87
+
- The evaluator will ONLY see your final solution, so it must stand alone
88
+
81
89
Create the most robust and well-reasoned solution possible, drawing from the collective intelligence of all agents."""
82
90
83
91
IMPROVEMENT_PROMPT="""You are tasked with improving a solution based on verification feedback.
0 commit comments