hithink-ai commited on
Commit
a1755b0
·
verified ·
1 Parent(s): 2f242a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -125,6 +125,8 @@ tags:
125
 
126
  **A comprehensive, diverse, and verifiable dataset of over 83k logical puzzles generated by [PuzzleClone](https://github.com/HiThink-Research/PuzzleClone).**
127
 
 
 
128
  ## 🌟 Dataset Overview
129
 
130
  PuzzleCloneData contains 83,657 unique logical reasoning puzzles procedurally generated from 86 seed puzzles.
@@ -328,11 +330,14 @@ Please refer to the repository license for usage terms and conditions.
328
  If you use this dataset in your research, please cite:
329
 
330
  ```bibtex
331
- @dataset{puzzleclonedata,
332
- title={PuzzleCloneData},
333
- author={PuzzleClone Team},
334
- year={2025},
335
- url={https://github.com/puzzleclone/PuzzleCloneData}
 
 
 
336
  }
337
  ```
338
 
 
125
 
126
  **A comprehensive, diverse, and verifiable dataset of over 83k logical puzzles generated by [PuzzleClone](https://github.com/HiThink-Research/PuzzleClone).**
127
 
128
+ - 📜 **Paper**: [https://arxiv.org/abs/2508.15180](https://arxiv.org/abs/2508.15180)
129
+
130
  ## 🌟 Dataset Overview
131
 
132
  PuzzleCloneData contains 83,657 unique logical reasoning puzzles procedurally generated from 86 seed puzzles.
 
330
  If you use this dataset in your research, please cite:
331
 
332
  ```bibtex
333
+ @misc{xiong2025puzzleclonesmtpoweredframeworksynthesizing,
334
+ title={PuzzleClone: An SMT-Powered Framework for Synthesizing Verifiable Data},
335
+ author={Kai Xiong and Yanwei Huang and Rongjunchen Zhang and Kun Chen and Haipang Wu},
336
+ year={2025},
337
+ eprint={2508.15180},
338
+ archivePrefix={arXiv},
339
+ primaryClass={cs.AI},
340
+ url={https://arxiv.org/abs/2508.15180},
341
  }
342
  ```
343