przemekch commited on
Commit
37e53ea
·
verified ·
1 Parent(s): b943797

Add files using upload-large-folder tool

Browse files
Files changed (6) hide show
  1. .gitattributes +1 -0
  2. README.md +32 -6
  3. dataset.json +2 -2
  4. owr_statement_audit.json +3 -0
  5. problems.json +2 -2
  6. statistics.json +35 -18
.gitattributes CHANGED
@@ -60,3 +60,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
60
  dataset.json filter=lfs diff=lfs merge=lfs -text
61
  problems.json filter=lfs diff=lfs merge=lfs -text
62
  research_results.json filter=lfs diff=lfs merge=lfs -text
 
 
60
  dataset.json filter=lfs diff=lfs merge=lfs -text
61
  problems.json filter=lfs diff=lfs merge=lfs -text
62
  research_results.json filter=lfs diff=lfs merge=lfs -text
63
+ owr_statement_audit.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -21,15 +21,15 @@ configs:
21
  pretty_name: UnsolvedMath
22
  ---
23
 
24
- # UnsolvedMath Dataset
25
-
26
  [🌐 Browse UnsolvedMath online](https://unsolvedmath.com)
27
 
28
  [✅ Paper: Open Mathematical Problems as an AI Reasoning Benchmark](https://huggingface.co/datasets/ulamai/UnsolvedMath/blob/main/open-math.pdf)
29
 
 
 
30
  A comprehensive curated collection of **15,458 open and partially solved mathematics problems** across all domains and difficulty levels, including the largest collection of Erdős problems available in machine-readable format. Available for browsing at [unsolvedmath.com](https://unsolvedmath.com).
31
 
32
- [🟢 Support future development](https://www.unsolvedmath.com/donate)
33
 
34
  ## Dataset Description
35
 
@@ -52,7 +52,7 @@ A comprehensive curated collection of **15,458 open and partially solved mathema
52
 
53
  - **Total Problems**: 15458
54
  - **Erdős Problems**: 632 problems with citations and references
55
- - **Version**: 1.6.0
56
  - **Categories**: 17 mathematical domains
57
  - **Difficulty Levels**: 5 (L1: Tractable → L5: Millennium Prize)
58
  - **Problem Sets**: 15 curated collections
@@ -158,6 +158,31 @@ understand their current status.
158
  The OWR literature assessments are dated curation aids, not peer review. Status
159
  and source claims should be independently verified before citation.
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  ### Supported Tasks
162
 
163
  - Mathematical research and exploration
@@ -180,8 +205,9 @@ The dataset consists of multiple JSON files:
180
  6. **statistics.json** - Dataset statistics
181
  7. **research_results.json** - Per-problem AMR and AIM research notes (status, literature, result, what remains)
182
  8. **aim_statement_audit.json** - Per-problem AIM statement-recovery evidence and verification status
 
183
 
184
- OWR records additionally expose `source_citation`, `literature_assessment`, `literature_sources`, and `literature_checked_at`.
185
 
186
  ### Data Fields
187
 
@@ -387,5 +413,5 @@ For questions, issues, or contributions:
387
 
388
  ---
389
 
390
- **Generated**: 2026-08-25T00:00:00Z
391
  **Version**: 1.6.0
 
21
  pretty_name: UnsolvedMath
22
  ---
23
 
 
 
24
  [🌐 Browse UnsolvedMath online](https://unsolvedmath.com)
25
 
26
  [✅ Paper: Open Mathematical Problems as an AI Reasoning Benchmark](https://huggingface.co/datasets/ulamai/UnsolvedMath/blob/main/open-math.pdf)
27
 
28
+ # UnsolvedMath Dataset
29
+
30
  A comprehensive curated collection of **15,458 open and partially solved mathematics problems** across all domains and difficulty levels, including the largest collection of Erdős problems available in machine-readable format. Available for browsing at [unsolvedmath.com](https://unsolvedmath.com).
31
 
32
+ Paper: "[Open Mathematical Problems as an AI Reasoning Benchmark](https://huggingface.co/datasets/ulamai/UnsolvedMath/blob/main/open-math.pdf)"
33
 
34
  ## Dataset Description
35
 
 
52
 
53
  - **Total Problems**: 15458
54
  - **Erdős Problems**: 632 problems with citations and references
55
+ - **Version**: 1.7.0
56
  - **Categories**: 17 mathematical domains
57
  - **Difficulty Levels**: 5 (L1: Tractable → L5: Millennium Prize)
58
  - **Problem Sets**: 15 curated collections
 
158
  The OWR literature assessments are dated curation aids, not peer review. Status
159
  and source claims should be independently verified before citation.
160
 
161
+ ### New in v1.7.0
162
+
163
+ This release reviews and cleans all **6,673 Oberwolfach Reports (OWR)**
164
+ records introduced in v1.6.0. No problems were added or removed, and all
165
+ 8,785 non-OWR records are preserved exactly.
166
+
167
+ - **Titles**: every OWR record received a concise, descriptive title rather
168
+ than an automatically truncated copy of its statement.
169
+ - **Statements**: typography, extraction artifacts, and mathematical markup
170
+ were reviewed conservatively. The original v1.6 statement is retained in
171
+ `original_statement`, with the reviewed form in `clean_statement`.
172
+ - **Safe publication**: `exact` and `corrected_verified` records publish
173
+ the clean formulation. `reconstructed_unverified` and `unrecoverable`
174
+ records continue to publish the original formulation instead of silently
175
+ adopting an uncertain repair.
176
+ - **Auditability**: `owr_statement_audit.json` records the original and
177
+ reviewed title, original and clean statement, public promotion decision,
178
+ evidence, source-check flag, and input hash for every OWR problem.
179
+ - **Research metadata**: problem status, OWR provenance, literature
180
+ assessments, literature sources, and review dates are unchanged from v1.6.
181
+
182
+ The cleanup and literature assessments remain machine-assisted curation, not
183
+ peer review. Verify formulations and time-sensitive claims against the linked
184
+ source report before citation.
185
+
186
  ### Supported Tasks
187
 
188
  - Mathematical research and exploration
 
205
  6. **statistics.json** - Dataset statistics
206
  7. **research_results.json** - Per-problem AMR and AIM research notes (status, literature, result, what remains)
207
  8. **aim_statement_audit.json** - Per-problem AIM statement-recovery evidence and verification status
208
+ 9. **owr_statement_audit.json** - Per-problem OWR title and statement cleanup audit
209
 
210
+ OWR records additionally expose `source_citation`, `literature_assessment`, `literature_sources`, `literature_checked_at`, `original_statement`, `clean_statement`, `statement_status`, and `statement_verification`.
211
 
212
  ### Data Fields
213
 
 
413
 
414
  ---
415
 
416
+ **Generated**: 2026-09-16T12:06:53Z
417
  **Version**: 1.6.0
dataset.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:403d7bea6605439a029f4dcd9200aca952aab94dfd1aba6c8105380714333be8
3
- size 66165674
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e47dc35d3afaf8ec042ba9bf2ecce9e39c679dec7e33b327e700504ebbbb521
3
+ size 70702434
owr_statement_audit.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be250a6a3b996374b49b76fe4dea26dac9f221b5fde862fccfef566f8efad9a1
3
+ size 12503472
problems.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a11e1b86385b6095f001803e2bb9d176b3498da0932d7af3700e1132ef153ac
3
- size 64449055
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04128381e42a5e312326d74adb0947ee02062ade70229e02d3060ac4ef9942cf
3
+ size 68931837
statistics.json CHANGED
@@ -8,23 +8,23 @@
8
  "L5: Millennium Prize": 137
9
  },
10
  "problems_by_category": {
11
- "Algebra": 927,
12
- "Algebraic Geometry": 830,
13
- "Analysis": 1143,
14
- "Combinatorics": 744,
15
- "Computer Science": 642,
16
- "Dynamical Systems": 667,
17
- "Geometry": 1967,
18
- "Graph Theory": 1222,
19
- "Group Theory": 848,
20
- "Logic": 286,
21
- "Mathematical Physics": 352,
22
- "Miscellaneous": 1530,
23
- "Number Theory": 1268,
24
- "Partial Differential Equations": 270,
25
- "Probability": 798,
26
- "Set Theory": 77,
27
- "Topology": 1887
28
  },
29
  "problems_by_status": {
30
  "open": 8955,
@@ -111,7 +111,7 @@
111
  },
112
  "note": "Each dated literature review is appended to the problem background with source links. A refutation or counterexample is classified as solved, and uncertain literature status is classified as partially solved. These machine-generated triage labels supplement the legacy status field and require independent verification before citation."
113
  },
114
- "version": "1.6.0",
115
  "v1_6_owr": {
116
  "problems_total": 6673,
117
  "source_reports": 1106,
@@ -123,5 +123,22 @@
123
  "2026-08-21": 4029,
124
  "2026-08-22": 2644
125
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  }
127
  }
 
8
  "L5: Millennium Prize": 137
9
  },
10
  "problems_by_category": {
11
+ "Algebra": 945,
12
+ "Algebraic Geometry": 1200,
13
+ "Analysis": 1275,
14
+ "Combinatorics": 947,
15
+ "Computer Science": 710,
16
+ "Dynamical Systems": 760,
17
+ "Geometry": 1790,
18
+ "Graph Theory": 1063,
19
+ "Group Theory": 920,
20
+ "Logic": 348,
21
+ "Mathematical Physics": 405,
22
+ "Miscellaneous": 322,
23
+ "Number Theory": 1467,
24
+ "Partial Differential Equations": 447,
25
+ "Probability": 767,
26
+ "Set Theory": 116,
27
+ "Topology": 1976
28
  },
29
  "problems_by_status": {
30
  "open": 8955,
 
111
  },
112
  "note": "Each dated literature review is appended to the problem background with source links. A refutation or counterexample is classified as solved, and uncertain literature status is classified as partially solved. These machine-generated triage labels supplement the legacy status field and require independent verification before citation."
113
  },
114
+ "version": "1.7.0",
115
  "v1_6_owr": {
116
  "problems_total": 6673,
117
  "source_reports": 1106,
 
123
  "2026-08-21": 4029,
124
  "2026-08-22": 2644
125
  }
126
+ },
127
+ "v1_7_owr_cleanup": {
128
+ "scope": "All 6,673 Oberwolfach Reports records; no problems added or removed",
129
+ "titles_reviewed": 6673,
130
+ "titles_changed": 6673,
131
+ "public_statements_changed": 5386,
132
+ "category_assignments_changed": 3276,
133
+ "source_reports": 1106,
134
+ "source_checked_records": 3482,
135
+ "statement_statuses": {
136
+ "corrected_verified": 5532,
137
+ "exact": 493,
138
+ "reconstructed_unverified": 11,
139
+ "unrecoverable": 637
140
+ },
141
+ "non_owr_records_preserved": 8785,
142
+ "non_owr_sha256": "75aa7ebe0cc566f4bc197ae57c1e2fd308498e09bb73f638a63e40c7f0098ba9"
143
  }
144
  }