Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
License:
XiaoHLim commited on
Commit
0c63f4b
·
verified ·
1 Parent(s): 82d84af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -37,13 +37,14 @@ size_categories:
37
  # CombiBench
38
 
39
  <p align="center">
40
- <a href="https://github.com/MoonshotAI/CombiBench/"><img src="https://img.shields.io/badge/%F0%9F%A4%96-website-87CEEB"></a>
41
- <a href="https://github.com/MoonshotAI/CombiBench/leaderboard.html"><img src="https://img.shields.io/badge/🏆-leaderboard-87CEEB"></a>
 
42
  </p>
43
 
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
  If anyone notices any mistakes, please raise an issue on the repository and we will address it.
49
 
 
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/MoonshotAI/CombiBench/"><img src="https://img.shields.io/badge/%F0%9F%A4%96-website-87CEEB"></a>
42
+ <a href="https://moonshotai.github.io/MoonshotAI/CombiBench/leaderboard.html"><img src="https://img.shields.io/badge/🏆-leaderboard-%23ff8811"></a>
43
  </p>
44
 
45
  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.
46
 
47
+ We are hosting a [**leaderboard**](https://moonshotai.github.io/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.
48
 
49
  If anyone notices any mistakes, please raise an issue on the repository and we will address it.
50