Update dataset card: Add paper link, task categories, and tags

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -5
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
  [![License MIT](https://img.shields.io/badge/License-MIT-green)](https://opensource.org/licenses/MIT)
11
  [![GitHub Repo](https://img.shields.io/badge/GitHub-sdpkjc/SATQuest-181717?logo=github)](https://github.com/sdpkjc/SATQuest)
12
  [![PyPI](https://img.shields.io/pypi/v/satquest?logo=pypi)](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 = {GitHub},
67
- journal = {GitHub repository},
68
- howpublished = {\url{https://github.com/sdpkjc/SATQuest}},
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
  [![License MIT](https://img.shields.io/badge/License-MIT-green)](https://opensource.org/licenses/MIT)
18
  [![GitHub Repo](https://img.shields.io/badge/GitHub-sdpkjc/SATQuest-181717?logo=github)](https://github.com/sdpkjc/SATQuest)
19
  [![PyPI](https://img.shields.io/pypi/v/satquest?logo=pypi)](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
  ```