Skip to content

protagolabs/odyssey-math

Repository files navigation

A Dataset for The Global Artificial Intelligence Championship Math 2024

odyssey

The Global Artificial Intelligence Championship(GAIC) Math 2024 presents a collection of 387 meticulously crafted math problems, meticulously curated by professional math problem writers from both universities and high schools. The compilation includes high school competition questions with 148 problems, followed by a series of 138 high school mathematics questions, and concluding with 101 university-level mathematics questions.

The GAIC Math 2024 problem setters are composed of mathematics professors hailing from esteemed institutions such as Arizona State University, Johns Hopkins University, Drexel University, National University of Singapore, Tsinghua University, and Central China Normal University. These professors were formally invited by AGI Odyssey to contribute their expertise to the competition. The problem setter committee aligned with the mission of AGI Odyssey, which aims to advance innovative research in artificial general intelligence (AGI) and foster interdisciplinary collaboration, and ensure that AGI development benefits humanity as a whole. To maintain the integrity and fairness of the competition, the problem setter committee ensured that all problems were original and kept confidential. Responsibilities of the problem setter committee included problem generation, review, formatting, testing, and revisions for GAIC Math 2024.

A new dataset of 387 questions and solutions from high school competition questions, high school mathematics questions, and university-level mathematics questions.

ID Level Label Number
1 high school competition Algebra 82
2 high school competition NumberTheory 4
3 high school competition Geometry 25
4 high school competition Combinatorics 37
5 high school mathematics questions Algebra 69
6 high school mathematics questions Geometry 14
7 high school mathematics questions PreCalculus 47
8 high school mathematics questions Trigonometry 2
9 high school mathematics questions Calculus 5
10 high school mathematics questions Series 1
11 university-level Linear Algebra and Abstract Algebra 25
12 university-level Calculus and Analysis 24
13 university-level Differential Equations 14
14 university-level Probability 21
15 university-level Statistics 17

Evaluation Baseline

Evaluation Results of Odyssey-Math dataset across different models. table_from_paper

News

🌟 The GAIC competition was scheduled to commence on March 16, 2024, at 12:00 AM US Eastern Standard Time (EST). The competition ended by 11:59 PM US Eastern Standard Time (EST) on March 16, 2024.

Quick Tour

To duplicate the baseline evaluation result, we provide the tutorials.

To generate the response using gpt4.

python generate_response.py

To generate the response using llama or dbrx.

python generate_with_llama.py
python generate_with_dbrx.py

Please note that the api_url may be subject to change over time, you can find the newest on power.netmind.ai.

To clean the generated answer.

cd jsonl
python process.py

To compare with the ground-truth data:

python evaluate_response.py

Finally, in the visualize.ipynb, you can check the final accuracy.

​​Acknowledgement

We would like to extend our sincere gratitude to AGI Odyssey, the non-profit organization (NPO) responsible for organizing the Global Artificial Intelligence Championships (GAIC) Math 2024. Their dedication and commitment to promoting artificial intelligence education and innovation have been invaluable to the success of this project. Additionally, we appreciate their contribution of resources and support, which have played a significant role in making this initiative possible.

Citation

@misc{netmindmath,
  author = {Netmind.AI},
  title = {Odyssey-Math},
  year = {2024},
  publisher = {GitHub},
  journal = {GitHub Repository},
  howpublished = {\url{https://github.com/protagolabs/odyssey-math/tree/main}},
  note = {Accessed: April 22, 2024}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published