CoolFace
Datasetpublic

RealTimeData/math_alltime

RealTimeData Monthly Collection - Math This datasets contains selected math question from Math Stackoverflow that were created every months from 2017 to current. To access questions in a specific month, simple run the following: ds = datasets.load_dataset('RealTimeData/arxiv_alltime', '2020-02') This will give youquestions that were created in 2020-02. Want to crawl the data by your own? Please head to LatestEval for the crawler scripts. Credit… See the full description on the dataset page: https://huggingface.co/datasets/RealTimeData/math_alltime.

sourceHugging Faceupdated 1y agoView on Hugging Face
3likes994downloads
Dataset Card

RealTimeData Monthly Collection - Math

This datasets contains selected math question from Math Stackoverflow that were created every months from 2017 to current.

To access questions in a specific month, simple run the following:

ds = datasets.load_dataset('RealTimeData/arxiv_alltime', '2020-02')

This will give youquestions that were created in 2020-02.

Want to crawl the data by your own?

Please head to LatestEval for the crawler scripts.

Credit

This is resources is created in this AAAI'24 paper: LatestEval: Addressing data contamination through dynamic and time-sensitive test construction.

If you find this collection helpful, please consider cite this paper:

@inproceedings{li2024latesteval,
  title={Latesteval: Addressing data contamination in language model evaluation through dynamic and time-sensitive test construction},
  author={Li, Yucheng and Guerin, Frank and Lin, Chenghua},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={38},
  number={17},
  pages={18600--18607},
  year={2024}
}