Update dataset card: Add paper link, task categories, and tags
Browse filesThis pull request improves the dataset card by:
- Adding a prominent link to the paper [SATQuest: A Verifier for Logical Reasoning Evaluation and Reinforcement Fine-Tuning of LLMs](https://huggingface.co/papers/2509.00930) at the top of the markdown content.
- Updating the `task_categories` metadata to include `text-generation`, as the dataset is used for evaluating and fine-tuning LLMs which generate text responses for logical reasoning problems.
- Adding `logical-reasoning` and `llm` to the `tags` metadata for better discoverability.
- Updating the BibTeX citation to point to the Hugging Face paper link.
README.md
CHANGED
|
@@ -1,12 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
task_categories:
|
| 4 |
-
- question-answering
|
| 5 |
size_categories:
|
| 6 |
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 8 |
# SATQuest Dataset
|
| 9 |
|
|
|
|
|
|
|
| 10 |
[](https://opensource.org/licenses/MIT)
|
| 11 |
[](https://github.com/sdpkjc/SATQuest)
|
| 12 |
[](https://pypi.org/project/satquest/)
|
|
@@ -63,8 +70,8 @@ Please cite the SATQuest paper if you use this dataset:
|
|
| 63 |
author = {Yanxiao Zhao, Yaqian Li, Zihao Bo, Rinyoichi Takezoe, Haojia Hui, Mo Guang, Lei Ren, Xiaolin Qin, Kaiwen Long},
|
| 64 |
title = {SATQuest: A Verifier for Logical Reasoning Evaluation and Reinforcement Fine-Tuning of LLMs},
|
| 65 |
year = {2025},
|
| 66 |
-
publisher = {
|
| 67 |
-
journal = {
|
| 68 |
-
howpublished = {\url{https://
|
| 69 |
}
|
| 70 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
size_categories:
|
| 4 |
- n<1K
|
| 5 |
+
task_categories:
|
| 6 |
+
- question-answering
|
| 7 |
+
- text-generation
|
| 8 |
+
tags:
|
| 9 |
+
- logical-reasoning
|
| 10 |
+
- llm
|
| 11 |
---
|
| 12 |
+
|
| 13 |
# SATQuest Dataset
|
| 14 |
|
| 15 |
+
Paper: [SATQuest: A Verifier for Logical Reasoning Evaluation and Reinforcement Fine-Tuning of LLMs](https://huggingface.co/papers/2509.00930)
|
| 16 |
+
|
| 17 |
[](https://opensource.org/licenses/MIT)
|
| 18 |
[](https://github.com/sdpkjc/SATQuest)
|
| 19 |
[](https://pypi.org/project/satquest/)
|
|
|
|
| 70 |
author = {Yanxiao Zhao, Yaqian Li, Zihao Bo, Rinyoichi Takezoe, Haojia Hui, Mo Guang, Lei Ren, Xiaolin Qin, Kaiwen Long},
|
| 71 |
title = {SATQuest: A Verifier for Logical Reasoning Evaluation and Reinforcement Fine-Tuning of LLMs},
|
| 72 |
year = {2025},
|
| 73 |
+
publisher = {Hugging Face},
|
| 74 |
+
journal = {Hugging Face Papers},
|
| 75 |
+
howpublished = {\url{https://huggingface.co/papers/2509.00930}},
|
| 76 |
}
|
| 77 |
```
|