Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Chinese
Size:
10K - 100K
ArXiv:
Tags:
logical reasoning
License:
Update README.md
Browse files
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 |
-
@
|
| 332 |
-
|
| 333 |
-
|
| 334 |
-
|
| 335 |
-
|
|
|
|
|
|
|
|
|
|
| 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 |
|