Dasool shongdr commited on
Commit
dc2573c
·
1 Parent(s): 053b5ea

docs: clarify that yacht_dice is graded on a partial sum, not the 12-round total (#2)

Browse files

- docs: clarify that yacht_dice is graded on a partial sum, not the 12-round total (4d6a3570c66a6b8370adafaf9f334629878b0b45)


Co-authored-by: Seunghyeok Hong <shongdr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -440,7 +440,7 @@ Same generators and parameters in both languages, so performance gaps isolate pr
440
  | `number_baseball` | Infer a hidden N-digit number from Strike/Ball hints | 100 / 100 / 100 | 100 / 100 / 100 | 600 |
441
  | `sat_puzzles` | Boolean satisfiability (CNF) framed as a natural-language scenario | 100 / 100 / 100 | 100 / 100 / 100 | 600 |
442
  | `sudoku` | 9x9 Sudoku with guaranteed-unique solutions | 100 / 100 / 100 | 100 / 100 / 100 | 600 |
443
- | `yacht_dice` | Assign 12 dice rolls to 12 scoring categories to maximize total score | 100 / 100 / 100 | 100 / 100 / 100 | 600 |
444
 
445
  ### 2. Script Adaptations (2 tasks · EN + KO)
446
 
 
440
  | `number_baseball` | Infer a hidden N-digit number from Strike/Ball hints | 100 / 100 / 100 | 100 / 100 / 100 | 600 |
441
  | `sat_puzzles` | Boolean satisfiability (CNF) framed as a natural-language scenario | 100 / 100 / 100 | 100 / 100 / 100 | 600 |
442
  | `sudoku` | 9x9 Sudoku with guaranteed-unique solutions | 100 / 100 / 100 | 100 / 100 / 100 | 600 |
443
+ | `yacht_dice` | Assign 12 dice rolls to 12 scoring categories to maximize total score; report the partial sum over spot-checked rounds | 100 / 100 / 100 | 100 / 100 / 100 | 600 |
444
 
445
  ### 2. Script Adaptations (2 tasks · EN + KO)
446