jkhouja commited on
Commit
239a7a5
·
verified ·
1 Parent(s): 01ff1eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -55,6 +55,7 @@ LingOly-TOO benchmark was created by generating up to 6 obfuscations per problem
55
  {'question_n': # The question number in the problem
56
  'prompt': # The main text of the question including preamble, context and previous questions
57
  'completion': # The correct answer
 
58
  'context': # Context text that includes important information, you should prepend your prompt with context for solvability
59
  'obfuscated': # If this example was obfuscated or not
60
  'overall_question_n': # The problem number
 
55
  {'question_n': # The question number in the problem
56
  'prompt': # The main text of the question including preamble, context and previous questions
57
  'completion': # The correct answer
58
+ 'question': # The question text only (without the the rest of the prompt)
59
  'context': # Context text that includes important information, you should prepend your prompt with context for solvability
60
  'obfuscated': # If this example was obfuscated or not
61
  'overall_question_n': # The problem number