Spaces:
Sleeping
Sleeping
Commit
·
207870e
1
Parent(s):
cc5913e
updated wrong answer rules
Browse files
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.""",
|