You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

By requesting access to this dataset, you agree to cite the following works in any publications or projects that utilize this data:

  • Putnam-AXIOM dataset: @article{putnam_axiom2024, title={Putnam-AXIOM: A Functional and Static Benchmark for Measuring Higher Level Mathematical Reasoning}, author={Aryan Gulati and Brando Miranda and Eric Chen and Emily Xia and Kai Fronsdal and Bruno de Moraes Dumont and Sanmi Koyejo}, journal={38th Conference on Neural Information Processing Systems (NeurIPS 2024) Workshop on MATH-AI}, year={2024}, url={https://openreview.net/pdf?id=YXnwlZe0yf}, note={Preprint available at: https://openreview.net/pdf?id=YXnwlZe0yf}}
  • OlympiadBench dataset (if applicable): @misc{he2024olympiadbench, title={OlympiadBench: A Challenging Benchmark for Promoting AGI with Olympiad-Level Bilingual Multimodal Scientific Problems}, author={Chaoqun He and Renjie Luo and others}, year={2024}, eprint={2402.14008}, archivePrefix={arXiv}, primaryClass={cs.CL}}

Log in or Sign Up to review the conditions and access this dataset content.

OlympiadBench Data set used in the Putnam-AXIOM Paper

The Putnam-AXIOM dataset is a benchmark for measuring advanced mathematical reasoning in large language models (LLMs). It includes challenging mathematical problems from the William Lowell Putnam Mathematical Competition, with both original problems and functional variations to address data contamination. The dataset aims to provide rigorous evaluations by requiring models to answer in boxed format, simplifying automatic answer matching. OlympiadBench is an Olympiad level Benchmark with IMO questions. We added the latex box (\\boxed{$\\frac{1}{2}$}") for compatibility with Hendrycks's standard evaluations.

Dataset Details

  • Title: OlympiadBench: A Challenging Benchmark for Promoting AGI with Olympiad-Level Bilingual Multimodal Scientific Problems
  • Paper: Available at arxiv
  • Number of Problems: 825

TODO: transform image into Asymptote language like this https://arxiv.org/pdf/2103.03874

Usage

The dataset can be loaded in Python with the following code:

from datasets import load_dataset
dataset = load_dataset("brando/olympiad-bench-imo-math-boxed-21-08-02024-v2", split='all')

Legal Compliance TODO

Citation If you use this dataset, please cite:

Copy code
@article{putnam_axiom2024,
  title = {Putnam-AXIOM: A Functional and Static Benchmark for Measuring Higher Level Mathematical Reasoning},
  author = {Aryan Gulati and Brando Miranda and Eric Chen and Emily Xia and Kai Fronsdal and Bruno de Moraes Dumont and Sanmi Koyejo},
  journal = {38th Conference on Neural Information Processing Systems (NeurIPS 2024) Workshop on MATH-AI},
  year = {2024},
  url = {https://openreview.net/pdf?id=YXnwlZe0yf},
  note = {Preprint available at: https://openreview.net/pdf?id=YXnwlZe0yf}
}

Cite the original work please:

@misc{he2024olympiadbench,
      title={OlympiadBench: A Challenging Benchmark for Promoting AGI with Olympiad-Level Bilingual Multimodal Scientific Problems}, 
      author={Chaoqun He and Renjie Luo and Yuzhuo Bai and Shengding Hu and Zhen Leng Thai and Junhao Shen and Jinyi Hu and Xu Han and Yujie Huang and Yuxiang Zhang and Jie Liu and Lei Qi and Zhiyuan Liu and Maosong Sun},
      year={2024},
      eprint={2402.14008},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
Downloads last month
66