saidutta69 commited on
Commit
db5f89f
Β·
verified Β·
1 Parent(s): a4292e6

v1.0 clean: deduped, filtered, categorized, proper configs - see README

Browse files
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: Unsolved Math Clean
6
+ tags:
7
+ - mathematics
8
+ - open-problems
9
+ - research
10
+ - benchmark
11
+ - reasoning
12
+ - latex
13
+ - clean
14
+ task_categories:
15
+ - question-answering
16
+ - text-generation
17
+ size_categories:
18
+ - 1K<n<10K
19
+ configs:
20
+ - config_name: problems
21
+ default: true
22
+ data_files:
23
+ - split: train
24
+ path: data/problems/train.parquet
25
+ - split: validation
26
+ path: data/problems/validation.parquet
27
+ - split: test
28
+ path: data/problems/test.parquet
29
+ - config_name: open_problems_eval
30
+ data_files:
31
+ - split: train
32
+ path: data/open_problems_eval/train.parquet
33
+ - config_name: research_prompts
34
+ data_files:
35
+ - split: train
36
+ path: data/research_prompts/train.parquet
37
+ - split: validation
38
+ path: data/research_prompts/validation.parquet
39
+ - split: test
40
+ path: data/research_prompts/test.parquet
41
+ ---
42
+
43
+ # 🧠 Unsolved Math β€” Clean
44
+
45
+ <div align="center">
46
+ <img src="https://res.cloudinary.com/cmazqjs6/image/upload/racer_is_op_banner_branded_pu7zud.png" alt="RACER IS OP" width="100%">
47
+ </div>
48
+
49
+ <br>
50
+
51
+ **8,626 curated open research problems** in mathematics and CS β€” including 122 Millennium Prize Problems β€” deduplicated, schema-flattened, and packaged as proper parquet configs with an eval-only benchmark view.
52
+
53
+ > **A reasoning frontier dataset:** every problem here is *actually unsolved or partially solved* β€” ideal for honest capability probing instead of contaminated benchmarks.
54
+
55
+ Clean derivative of [ulamai/UnsolvedMath](https://huggingface.co/datasets/ulamai/UnsolvedMath) (8,785 problems). License unchanged: **CC-BY-4.0**.
56
+
57
+ ## 🧹 Quality Pipeline
58
+
59
+ | Step | Removed | Reason |
60
+ |------|--------:|--------|
61
+ | Raw input | 8,785 | Nested JSON |
62
+ | **Duplicate titles** | 153 | Same problem listed twice |
63
+ | **Empty statements** | 6 | No problem body |
64
+ | **Final clean** | **8,626** | Flattened schema, deterministic splits |
65
+
66
+ ## πŸ“Š Composition
67
+
68
+ By status:
69
+
70
+ | Status | Problems |
71
+ |--------|---------:|
72
+ | Open | 4,354 |
73
+ | Partially solved | 3,580 |
74
+ | Solved | 692 |
75
+
76
+ By difficulty:
77
+
78
+ | Level | Problems |
79
+ |-------|---------:|
80
+ | L1: Tractable | 908 |
81
+ | L2: Intermediate | 516 |
82
+ | L3: Advanced | 6,143 |
83
+ | L4: Expert | 937 |
84
+ | L5: Millennium Prize | 122 |
85
+
86
+ ## πŸ“¦ Configs
87
+
88
+ | Config | Rows | Description |
89
+ |--------|-----:|-------------|
90
+ | `problems` *(default)* | 8,626 | Full metadata: statement, background, status, difficulty, category, provenance |
91
+ | `open_problems_eval` | 4,354 | Open problems only β€” benchmark/eval view |
92
+ | `research_prompts` | 8,626 | Instruction-formatted: "analyze this open problem, discuss partial results and obstacles" |
93
+
94
+ ## 🎯 Usage
95
+
96
+ ```python
97
+ from datasets import load_dataset
98
+
99
+ ds = load_dataset("saidutta69/unsolved-math-clean", "problems", split="train")
100
+
101
+ # Honest eval: only truly open problems
102
+ ev = load_dataset("saidutta69/unsolved-math-clean", "open_problems_eval")
103
+
104
+ # Research-style SFT prompts
105
+ rp = load_dataset("saidutta69/unsolved-math-clean", "research_prompts")
106
+ print(rp["train"][0]["instruction"][:300])
107
+ ```
108
+
109
+ ## ⚠️ Notes
110
+
111
+ - These are **unsolved problems** β€” there are no reference answers. Use for capability probing, calibration of hedging behavior, and research discussion; not for accuracy scoring.
112
+ - LaTeX notation preserved verbatim.
113
+ - Millennium-level problems are intentionally near-impossible; expect models to fail honestly.
114
+
115
+ ## πŸ“œ Citation
116
+
117
+ ```bibtex
118
+ @misc{unsolved-math-clean,
119
+ author = {Sai Dutta Abhishek Dash (clean); original by ulamai},
120
+ title = {Unsolved Math β€” Clean},
121
+ year = {2026},
122
+ publisher = {Hugging Face},
123
+ howpublished = {\url{https://huggingface.co/datasets/saidutta69/unsolved-math-clean}}
124
+ }
125
+ ```
cleanup_report.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "initial": 8785,
3
+ "clean": 8626,
4
+ "dup_ids": 0,
5
+ "dup_titles": 153,
6
+ "empty_statements": 6,
7
+ "unpublished_removed": 0,
8
+ "by_status": {
9
+ "open": 4354,
10
+ "partially_solved": 3580,
11
+ "solved": 692
12
+ },
13
+ "by_difficulty": {
14
+ "L3: Advanced": 6143,
15
+ "L4: Expert": 937,
16
+ "L1: Tractable": 908,
17
+ "L2: Intermediate": 516,
18
+ "L5: Millennium Prize": 122
19
+ }
20
+ }
data/open_problems_eval/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ff3aa9c8a8d7cf4d7a49c886f4582dddbacbb9e74cbab0bf5eed8e1953b0c15
3
+ size 891455
data/problems/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff4626c2d2697de5744e13e9e9a7fb2f5b3f816c28a562608edfd0d5a746b629
3
+ size 375394
data/problems/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b11727329bef336ccffe0a0b477a46194bf6c374c7dc6843f202b92de7c316b1
3
+ size 5567451
data/problems/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64b9ef44049feb613bd7cf5de85188975ed4775bfd219adb1f1b9af1924f3f79
3
+ size 338190
data/research_prompts/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e23861f647808796a7cb1b85b4dc394acfbca4d49f8dd0300d1d275c59f826c7
3
+ size 350119
data/research_prompts/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3805e15b58a76ce55bf75f578340874de05c2c7ba18789fdac5ab2daa90917a8
3
+ size 5398034
data/research_prompts/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0efc83aa6bf6e4ce41b4083b9c293a81b6e5decba98c98bba2b27d20f33ad966
3
+ size 319276