Fifth-Fractal commited on
Commit
bbf89ac
·
1 Parent(s): 514fc19

Revert "updated wrong answer rules"

Browse files

This reverts commit 207870e83749209b306da63d882552e052ba7045.

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 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.""",
 
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 knowledge base, but must
99
+ not be correct answers to the question""",
100
+ """Length of incorrect answers should be 10 words max, 5 words minimum""",
101
  ],
102
  "question_auditor_ruleset": [
103
  # """If any of the rules are false, return false and why. If they are all true, return true.""",