Spaces:
Sleeping
Sleeping
Commit
·
11a310e
1
Parent(s):
bbf89ac
Revert "Revert "updated wrong answer rules""
Browse filesThis reverts commit bbf89ac0c3a8bbd0150c96b0db9f0594d6579c65.
uw_programmatic/single_question_machine.py
CHANGED
@@ -95,9 +95,9 @@ RULESETS = {
|
|
95 |
],
|
96 |
"incorrect_answers_creator": [
|
97 |
"""All incorrect answers should be different, but plausible answers to the question.""",
|
98 |
-
"""Incorrect answers may reference material from the
|
99 |
-
|
100 |
-
"""
|
101 |
],
|
102 |
"question_auditor_ruleset": [
|
103 |
# """If any of the rules are false, return false and why. If they are all true, return true.""",
|
|
|
95 |
],
|
96 |
"incorrect_answers_creator": [
|
97 |
"""All incorrect answers should be different, but plausible answers to the question.""",
|
98 |
+
"""Incorrect answers may reference material from the info provided as context, but must not be correct answers to the question""",
|
99 |
+
"""Incorrect answers should always have a similar structure to the correct answer.""",
|
100 |
+
"""The length of all incorrect answers should be as close to the correct answer as possible while remaining plausible.""",
|
101 |
],
|
102 |
"question_auditor_ruleset": [
|
103 |
# """If any of the rules are false, return false and why. If they are all true, return true.""",
|