yifAI commited on
Commit
788519b
1 Parent(s): 5f7080d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -353,6 +353,8 @@ tags:
353
 
354
  GitHub homepage: https://github.com/yifanzhang-pro/AutoMathText
355
 
 
 
356
  ## Objective
357
 
358
  The primary aim of the **AutoMathText** dataset is to provide a comprehensive and reliable resource for a wide array of users - from academic researchers and educators to AI practitioners and mathematics enthusiasts. This dataset is particularly geared towards:
@@ -436,9 +438,10 @@ ds = load_dataset("math-ai/AutoMathText", "web-0.50-to-1.00") # or any valid con
436
  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).
437
 
438
  ```bibtex
439
- @misc{automathtext2024,
440
  title={AutoMathText: Autonomous Data Selection with Language Models for Mathematical Texts},
441
  author={Zhang, Yifan and Luo, Yifan and Yuan, Yang and Yao, Andrew Chi-Chih},
 
442
  year={2024},
443
  }
444
  ```
 
353
 
354
  GitHub homepage: https://github.com/yifanzhang-pro/AutoMathText
355
 
356
+ Arxiv paper: https://arxiv.org/abs/2402.07625
357
+
358
  ## Objective
359
 
360
  The primary aim of the **AutoMathText** dataset is to provide a comprehensive and reliable resource for a wide array of users - from academic researchers and educators to AI practitioners and mathematics enthusiasts. This dataset is particularly geared towards:
 
438
  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).
439
 
440
  ```bibtex
441
+ @article{zhang2024automathtext,
442
  title={AutoMathText: Autonomous Data Selection with Language Models for Mathematical Texts},
443
  author={Zhang, Yifan and Luo, Yifan and Yuan, Yang and Yao, Andrew Chi-Chih},
444
+ journal={arXiv preprint arXiv:2402.07625},
445
  year={2024},
446
  }
447
  ```