Update README.md
Browse files
README.md
CHANGED
@@ -393,6 +393,9 @@ tags:
|
|
393 |
- llm
|
394 |
---
|
395 |
|
|
|
|
|
|
|
396 |
# AutoMathText
|
397 |
|
398 |
**AutoMathText** is an extensive and carefully curated dataset encompassing around **200 GB** of mathematical texts. It's a compilation sourced from a diverse range of platforms including various websites, arXiv, and GitHub (OpenWebMath, RedPajama, Algebraic Stack). This rich repository has been **autonomously selected (labeled) by the state-of-the-art open-source language model**, Qwen-72B. Each piece of content in the dataset is assigned **a score `lm_q1q2_score` within the range of [0, 1]**, reflecting its relevance, quality and educational value in the context of mathematical intelligence.
|
@@ -493,10 +496,10 @@ ds = load_dataset("math-ai/AutoMathText", "web-0.50-to-1.00") # or any valid con
|
|
493 |
We appreciate your use of **AutoMathText** 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 (GitHub homepage: https://github.com/yifanzhang-pro/AutoMathText).
|
494 |
|
495 |
```bibtex
|
496 |
-
@article{
|
497 |
-
title={Autonomous Data Selection with
|
498 |
author={Zhang, Yifan and Luo, Yifan and Yuan, Yang and Yao, Andrew Chi-Chih},
|
499 |
-
journal={
|
500 |
-
year={
|
501 |
}
|
502 |
```
|
|
|
393 |
- llm
|
394 |
---
|
395 |
|
396 |
+
🎉 **This work, introducing the AutoMathText dataset and the AutoDS method, has been accepted to The 63rd Annual Meeting of the Association for Computational Linguistics (ACL 2025 Findings)!** 🎉
|
397 |
+
|
398 |
+
|
399 |
# AutoMathText
|
400 |
|
401 |
**AutoMathText** is an extensive and carefully curated dataset encompassing around **200 GB** of mathematical texts. It's a compilation sourced from a diverse range of platforms including various websites, arXiv, and GitHub (OpenWebMath, RedPajama, Algebraic Stack). This rich repository has been **autonomously selected (labeled) by the state-of-the-art open-source language model**, Qwen-72B. Each piece of content in the dataset is assigned **a score `lm_q1q2_score` within the range of [0, 1]**, reflecting its relevance, quality and educational value in the context of mathematical intelligence.
|
|
|
496 |
We appreciate your use of **AutoMathText** 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 (GitHub homepage: https://github.com/yifanzhang-pro/AutoMathText).
|
497 |
|
498 |
```bibtex
|
499 |
+
@article{zhang2025autonomous,
|
500 |
+
title={Autonomous Data Selection with Zero-shot Generative Classifiers for Mathematical Texts},
|
501 |
author={Zhang, Yifan and Luo, Yifan and Yuan, Yang and Yao, Andrew Chi-Chih},
|
502 |
+
journal={The 63rd Annual Meeting of the Association for Computational Linguistics (ACL 2025 Findings)},
|
503 |
+
year={2025}
|
504 |
}
|
505 |
```
|