yifAI commited on
Commit
769f346
·
verified ·
1 Parent(s): 7d3e24a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -5
README.md CHANGED
@@ -32,7 +32,18 @@ tags:
32
  - llm
33
  ---
34
 
 
 
35
  # StackMathQA
 
 
 
 
 
 
 
 
 
36
  StackMathQA is a meticulously curated collection of **2 million** mathematical questions and answers, sourced from various Stack Exchange sites. This repository is designed to serve as a comprehensive resource for researchers, educators, and enthusiasts in the field of mathematics and AI research.
37
 
38
  ## Configs
@@ -199,14 +210,15 @@ Source: Stack Exchange (Physics), Count: 179
199
  ```
200
 
201
  ## Citation
202
- We appreciate your use of StackMathQA in your work. If you find this repository helpful, please consider citing it and star this repo. Feel free to contact [email protected] or open an issue if you have any questions.
 
203
 
204
  ```bibtex
205
- @misc{stackmathqa2024,
206
- title={StackMathQA: A Curated Collection of 2 Million Mathematical Questions and Answers Sourced from Stack Exchange},
207
  author={Zhang, Yifan},
208
  year={2024},
209
- publisher = {HuggingFace},
210
- url = {https://huggingface.co/datasets/math-ai/StackMathQA}
211
  }
212
  ```
 
32
  - llm
33
  ---
34
 
35
+ <div align="center">
36
+
37
  # StackMathQA
38
+
39
+ StackMathQA: A Curated Collection of 2 Million Mathematical Questions and Answers Sourced from Stack Exchange
40
+
41
+ [![Technical Report](https://img.shields.io/badge/Technical-Report-blue)]([https://arxiv.org/abs/2411.18104](https://stackmathqa.github.io/StackMathQA.pdf))
42
+ [![Website](https://img.shields.io/badge/Project-Website-green)](https://stackmathqa.github.io)
43
+ [![TemplateGSM](https://img.shields.io/badge/Huggingface-Datasets-blue)](https://huggingface.co/datasets/math-ai/StackMathQA)
44
+
45
+ </div>
46
+
47
  StackMathQA is a meticulously curated collection of **2 million** mathematical questions and answers, sourced from various Stack Exchange sites. This repository is designed to serve as a comprehensive resource for researchers, educators, and enthusiasts in the field of mathematics and AI research.
48
 
49
  ## Configs
 
210
  ```
211
 
212
  ## Citation
213
+
214
+ If you use StackMathQA in your research, please cite our technical report. We appreciate your support!
215
 
216
  ```bibtex
217
+ @techreport{zhang2024stackmathqa,
218
+ title={{StackMathQA: A Curated Collection of 2 Million Mathematical Questions and Answers Sourced from Stack Exchange}},
219
  author={Zhang, Yifan},
220
  year={2024},
221
+ institution={ASI Research},
222
+ howpublished={\url{https://stackmathqa.github.io/StackMathQA.pdf}},
223
  }
224
  ```