You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Sudoku puzzles are more than just a game—they are a **rich reasoning benchmark
36
36
- Grids can be serialized in multiple ways (e.g., cell-level, row-level, or grid-level).
37
37
- This allows researchers to explore the **optimal input format for structured data** in LLMs.
38
38
- Sudoku4LLM supports 11 different serialization formats, making it a versatile tool for studying structured data representation.
39
+
- Researchers can easily design custom serialization formats or explore new structured data representations.
39
40
40
41
### 5. **Resistance to Memorization**
41
42
- With **infinite variability** in puzzle generation, Sudoku puzzles are highly resistant to memorization, ensuring that models are genuinely reasoning rather than recalling.
0 commit comments