Add text-generation task category

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  dataset_info:
3
  features:
4
  - name: name
@@ -14,7 +17,6 @@ dataset_info:
14
  dataset_size: 155035
15
  configs:
16
  - config_name: default
17
- license: apache-2.0
18
  homepage: https://github.com/kAIto47802/Prover-Agent
19
  repository: https://github.com/kAIto47802/Prover-Agent
20
  arxiv: 2506.19923
@@ -22,7 +24,6 @@ arxiv: 2506.19923
22
 
23
  # MiniF2F-test (Processed version used in Prover Agent)
24
 
25
-
26
  <a href="https://github.com/kAIto47802/Prover-Agent">
27
  <img src="https://img.shields.io/badge/-GitHub-181717.svg?logo=github&style=flat" alt="GitHub">
28
  </a>
@@ -32,10 +33,12 @@ arxiv: 2506.19923
32
 
33
  <br />
34
 
35
- This repository provides the processed version of the test split of the [MiniF2F dataset](https://arxiv.org/abs/2109.00110), obtained from [AI-MO/minif2f_test](https://huggingface.co/datasets/AI-MO/minif2f_test) and used in [Prover Agent](https://github.com/kAIto47802/Prover-Agent).
 
 
 
36
 
37
- This process includes removing the unintelligible parts of theorem names, which we found in our experiments that LLMs often struggled to reliably reproduce.
38
- See Appendix D.1 of [our paper](https://arxiv.org/abs/2506.19923) for more details and [our GitHub repository](https://github.com/kAIto47802/Prover-Agent) for the code used in the processing.
39
 
40
  You can load the dataset as follows:
41
 
@@ -47,4 +50,4 @@ dataset = load_dataset("kAIto47802/minif2f-test", split="test")
47
 
48
  ## License
49
 
50
- Derived from AI-MO/minif2f_test (Apache 2.0), originally from MiniF2F (MIT).
 
1
  ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
  dataset_info:
6
  features:
7
  - name: name
 
17
  dataset_size: 155035
18
  configs:
19
  - config_name: default
 
20
  homepage: https://github.com/kAIto47802/Prover-Agent
21
  repository: https://github.com/kAIto47802/Prover-Agent
22
  arxiv: 2506.19923
 
24
 
25
  # MiniF2F-test (Processed version used in Prover Agent)
26
 
 
27
  <a href="https://github.com/kAIto47802/Prover-Agent">
28
  <img src="https://img.shields.io/badge/-GitHub-181717.svg?logo=github&style=flat" alt="GitHub">
29
  </a>
 
33
 
34
  <br />
35
 
36
+ This repository provides the processed version of the test split of the [MiniF2F dataset](https://arxiv.org/abs/2109.00110), obtained from [AI-MO/minif2f_test](https://huggingface.co/datasets/AI-MO/minif2f_test) and used in [Prover Agent: An Agent-Based Framework for Formal Mathematical Proofs](https://arxiv.org/abs/2506.19923).
37
+
38
+ This process includes removing the unintelligible parts of theorem names, which the authors found in their experiments that LLMs often struggled to reliably reproduce.
39
+ See Appendix D.1 of the paper for more details and the [GitHub repository](https://github.com/kAIto47802/Prover-Agent) for the code used in the processing.
40
 
41
+ ### Usage
 
42
 
43
  You can load the dataset as follows:
44
 
 
50
 
51
  ## License
52
 
53
+ Derived from AI-MO/minif2f_test (Apache 2.0), originally from MiniF2F (MIT).