Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
License:
ahhwuhu commited on
Commit
1dc9be8
·
verified ·
1 Parent(s): 6e5ce9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -37,22 +37,20 @@ size_categories:
37
  # CombiBench
38
 
39
  <p align="center">
40
- <a href="https://huggingface.co/datasets/AI-MO/CombiBench"><img src="https://img.shields.io/badge/🤗-huggingface-#FFD21E"></a>
41
  <a href="https://moonshotai.github.io/CombiBench/"><img src="https://img.shields.io/badge/%F0%9F%A4%96-website-87CEEB"></a>
42
  <a href="https://moonshotai.github.io/CombiBench/leaderboard.html"><img src="https://img.shields.io/badge/🏆-leaderboard-%23ff8811"></a>
43
  </p>
44
  CombiBench is the first benchmark focused on combinatorial problems, based on the formal language LEAN4. CombiBench is a manually produced benchmark, including 100 combinatorial mathematics problems of varying difficulty and knowledge levels. It aims to provide a benchmark for evaluating the combinatorial mathematics capabilities of automated theorem proving systems to advance the field. It is released under permissive licenses Apache 2.0 for Lean 4. For problems that require providing a solution first and then proving its correctness, we have referred to the style of PutnamBench.
45
 
46
- We are hosting a [**leaderboard**](https://moonshotai.github.io/CombiBench/leaderboard.html) and will readily receive evaluation results which are accompanied by a preprint or publication. Please reach out privately at `[email protected]` with any requests for additions to the leaderboard.
47
 
48
- If anyone notices any mistakes, please raise an issue on the repository and we will address it.
49
-
50
- ## Statistics
51
 
52
  We collected all combinatorics problems from the official IMO problems since 2000, except for one problem that relies on a figure. And We selected problems through random sampling from 14 chapters in the book, choosing 3 problems from each chapter, ensuring that the 42 problems are evenly distributed across all 14 chapters. We randomly selected 10 simple combinatorics problems at the middle school level from a mathematics problem collection website [hackmath](https://www.hackmath.net/). Then, we randomly collected 12 problems from other mathematics competitions.
53
 
54
- | Source | Count |
55
- | ---------------- | -------------- |
56
  | Easy | 10 |
57
  | Brualdi's book | 42 |
58
  | IMO | 36 |
@@ -64,6 +62,15 @@ We collected all combinatorics problems from the official IMO problems since 200
64
  | BXMO | 1 |
65
  | USAMO | 1 |
66
 
 
67
  ## Evaluation
68
 
69
- Our evaluation code is released at [https://github.com/MoonshotAI/CombiBench](https://github.com/MoonshotAI/CombiBench)
 
 
 
 
 
 
 
 
 
37
  # CombiBench
38
 
39
  <p align="center">
40
+ <a href="https://huggingface.co/datasets/AI-MO/CombiBench"><img src="https://img.shields.io/badge/🤗-huggingface-FFD21E"></a>
41
  <a href="https://moonshotai.github.io/CombiBench/"><img src="https://img.shields.io/badge/%F0%9F%A4%96-website-87CEEB"></a>
42
  <a href="https://moonshotai.github.io/CombiBench/leaderboard.html"><img src="https://img.shields.io/badge/🏆-leaderboard-%23ff8811"></a>
43
  </p>
44
  CombiBench is the first benchmark focused on combinatorial problems, based on the formal language LEAN4. CombiBench is a manually produced benchmark, including 100 combinatorial mathematics problems of varying difficulty and knowledge levels. It aims to provide a benchmark for evaluating the combinatorial mathematics capabilities of automated theorem proving systems to advance the field. It is released under permissive licenses Apache 2.0 for Lean 4. For problems that require providing a solution first and then proving its correctness, we have referred to the style of PutnamBench.
45
 
46
+ We are hosting a [**leaderboard**](https://github.com/MoonshotAI/CombiBench/leaderboard.html) and will readily receive evaluation results which are accompanied by a preprint or publication. Please reach out privately at `[email protected]` with any requests for additions to the leaderboard.
47
 
48
+ ## Statistics
 
 
49
 
50
  We collected all combinatorics problems from the official IMO problems since 2000, except for one problem that relies on a figure. And We selected problems through random sampling from 14 chapters in the book, choosing 3 problems from each chapter, ensuring that the 42 problems are evenly distributed across all 14 chapters. We randomly selected 10 simple combinatorics problems at the middle school level from a mathematics problem collection website [hackmath](https://www.hackmath.net/). Then, we randomly collected 12 problems from other mathematics competitions.
51
 
52
+ | Source | Count |
53
+ | ---------------- | -------------- |
54
  | Easy | 10 |
55
  | Brualdi's book | 42 |
56
  | IMO | 36 |
 
62
  | BXMO | 1 |
63
  | USAMO | 1 |
64
 
65
+
66
  ## Evaluation
67
 
68
+ Our evaluation code is released at [https://github.com/MoonshotAI/CombiBench](https://github.com/MoonshotAI/CombiBench)
69
+
70
+ ## 🙌 Contributing
71
+
72
+ Contributions are welcome! If anyone notices any mistakes, please raise an issue on the repository and we will address it.
73
+
74
+ ## 📝 License
75
+
76
+ This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for full details.