Update README.md
Browse files
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 |
-
|
|
|
|
| 203 |
|
| 204 |
```bibtex
|
| 205 |
-
@
|
| 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 |
-
|
| 210 |
-
|
| 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 |
+
[]([https://arxiv.org/abs/2411.18104](https://stackmathqa.github.io/StackMathQA.pdf))
|
| 42 |
+
[](https://stackmathqa.github.io)
|
| 43 |
+
[](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 |
```
|