Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -565,6 +565,7 @@ The proof question MAY NOT:
|
|
565 |
""",
|
566 |
"computation": """
|
567 |
The computation question MUST:
|
|
|
568 |
- Require specific algebraic calculations
|
569 |
- Focus on mathematical techniques
|
570 |
- Have concrete answers in the form of algebraic expressions (about half of questions) or numbers (about half of questions)
|
@@ -572,6 +573,7 @@ The computation question MUST:
|
|
572 |
The computation question MAY NOT:
|
573 |
- Include extended real-world applications or scenarios
|
574 |
- Ask for a proof
|
|
|
575 |
"""
|
576 |
}
|
577 |
return problem_type_additions.get(question_type, "")
|
|
|
565 |
""",
|
566 |
"computation": """
|
567 |
The computation question MUST:
|
568 |
+
- Be a Pure computation problem
|
569 |
- Require specific algebraic calculations
|
570 |
- Focus on mathematical techniques
|
571 |
- Have concrete answers in the form of algebraic expressions (about half of questions) or numbers (about half of questions)
|
|
|
573 |
The computation question MAY NOT:
|
574 |
- Include extended real-world applications or scenarios
|
575 |
- Ask for a proof
|
576 |
+
- Require numerical analysis that would only be possible to solve with a computer
|
577 |
"""
|
578 |
}
|
579 |
return problem_type_additions.get(question_type, "")
|