Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
evendrow commited on
Commit
c91ed3a
·
verified ·
1 Parent(s): f7fddc9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -576,13 +576,12 @@ For VQA, we source images and annotataions from their [official website](https:/
576
 
577
  An example from the PlatinumBench GSM8K subset looks as follows:
578
  ```
579
- {'platinum_prompt': 'Solve the following math word problem.\n\nA robe takes 2 bolts of blue fiber and half that much white fiber. How many bolts in total does it take?\n\nThink step-by-step. Then, provide the final answer as a single integer in the format "Answer: XXX" with no extra formatting.',
 
580
  'platinum_prompt_no_cot': 'Solve the following math word problem.\n\nA robe takes 2 bolts of blue fiber and half that much white fiber. How many bolts in total does it take?\n\nThen, provide the final answer as a single integer in the format "Answer: XXX" with no extra formatting.',
581
  'platinum_target': ['3'],
582
  'platinum_parsing_strategy': 'math',
583
- 'original_target': 'It takes 2/2=<<2/2=1>>1 bolt of white fiber\nSo the total amount of fabric is 2+1=<<2+1=3>>3 bolts of fabric\n#### 3',
584
- 'original_target_clean': ['3']
585
- 'cleaning_status': 'consensus',
586
  'question': 'A robe takes 2 bolts of blue fiber and half that much white fiber. How many bolts in total does it take?',
587
  'answer': 'It takes 2/2=<<2/2=1>>1 bolt of white fiber\nSo the total amount of fabric is 2+1=<<2+1=3>>3 bolts of fabric\n#### 3'}
588
  ```
 
576
 
577
  An example from the PlatinumBench GSM8K subset looks as follows:
578
  ```
579
+ {'cleaning_status': 'consensus',
580
+ 'platinum_prompt': 'Solve the following math word problem.\n\nA robe takes 2 bolts of blue fiber and half that much white fiber. How many bolts in total does it take?\n\nThink step-by-step. Then, provide the final answer as a single integer in the format "Answer: XXX" with no extra formatting.',
581
  'platinum_prompt_no_cot': 'Solve the following math word problem.\n\nA robe takes 2 bolts of blue fiber and half that much white fiber. How many bolts in total does it take?\n\nThen, provide the final answer as a single integer in the format "Answer: XXX" with no extra formatting.',
582
  'platinum_target': ['3'],
583
  'platinum_parsing_strategy': 'math',
584
+ 'original_target': ['3']
 
 
585
  'question': 'A robe takes 2 bolts of blue fiber and half that much white fiber. How many bolts in total does it take?',
586
  'answer': 'It takes 2/2=<<2/2=1>>1 bolt of white fiber\nSo the total amount of fabric is 2+1=<<2+1=3>>3 bolts of fabric\n#### 3'}
587
  ```