Duplicate from ulamai/UnsolvedMath
Browse filesCo-authored-by: Przemek Chojecki <przemekch@users.noreply.huggingface.co>
- .gitattributes +59 -0
- README.md +283 -0
- categories.json +155 -0
- dataset.json +0 -0
- difficulty_levels.json +37 -0
- open-math.pdf +0 -0
- problems.json +0 -0
- sets.json +110 -0
- statistics.json +45 -0
.gitattributes
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
# Audio files - uncompressed
|
| 39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
# Audio files - compressed
|
| 43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
# Image files - uncompressed
|
| 49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
# Image files - compressed
|
| 54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
# Video files - compressed
|
| 58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,283 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
- text-generation
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- mathematics
|
| 10 |
+
- unsolved-problems
|
| 11 |
+
- math
|
| 12 |
+
- research
|
| 13 |
+
- latex
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
| 16 |
+
pretty_name: UnsolvedMath
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
[🌐 Browse UnsolvedMath online](https://unsolvedmath.com)
|
| 20 |
+
|
| 21 |
+
[✅ Paper: Open Mathematical Problems as an AI Reasoning Benchmark](https://huggingface.co/datasets/ulamai/UnsolvedMath/blob/main/open-math.pdf)
|
| 22 |
+
|
| 23 |
+
# UnsolvedMath Dataset
|
| 24 |
+
|
| 25 |
+
A comprehensive curated collection of **2,084 open 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).
|
| 26 |
+
|
| 27 |
+
Paper: "[Open Mathematical Problems as an AI Reasoning Benchmark](https://huggingface.co/datasets/ulamai/UnsolvedMath/blob/main/open-math.pdf)"
|
| 28 |
+
|
| 29 |
+
## Dataset Description
|
| 30 |
+
|
| 31 |
+
**UnsolvedMath** is a comprehensive dataset of unsolved and historically significant mathematical problems, organized by domain, difficulty level, and problem set. This dataset aggregates problems from prestigious collections including:
|
| 32 |
+
|
| 33 |
+
- Millennium Prize Problems
|
| 34 |
+
- Hilbert's 23 Problems
|
| 35 |
+
- Smale's 18 Problems for the 21st Century
|
| 36 |
+
- DARPA's 23 Mathematical Challenges
|
| 37 |
+
- Ben Green's 100 Open Problems
|
| 38 |
+
- Erdős Problems
|
| 39 |
+
- Kourovka Notebook New Problems
|
| 40 |
+
- Kirby's Problems in Low-Dimensional Topology
|
| 41 |
+
- OpenGarden / Open Problem Garden
|
| 42 |
+
|
| 43 |
+
### Dataset Summary
|
| 44 |
+
|
| 45 |
+
- **Total Problems**: 2084
|
| 46 |
+
- **Erdős Problems**: 632 problems with citations and references
|
| 47 |
+
- **Version**: 1.1.0
|
| 48 |
+
- **Categories**: 17 mathematical domains
|
| 49 |
+
- **Difficulty Levels**: 5 (L1: Tractable → L5: Millennium Prize)
|
| 50 |
+
- **Problem Sets**: 12 curated collections
|
| 51 |
+
- **Format**: JSON
|
| 52 |
+
- **License**: CC BY 4.0
|
| 53 |
+
|
| 54 |
+
### New in v1.1.0
|
| 55 |
+
|
| 56 |
+
This release adds three large source collections:
|
| 57 |
+
|
| 58 |
+
- **OpenGarden / Open Problem Garden**: 422 problems
|
| 59 |
+
- **Kirby's Problems in Low-Dimensional Topology**: 366 problems
|
| 60 |
+
- **Kourovka Notebook New Problems**: 150 problems
|
| 61 |
+
|
| 62 |
+
### Supported Tasks
|
| 63 |
+
|
| 64 |
+
- Mathematical research and exploration
|
| 65 |
+
- Mathematical question answering
|
| 66 |
+
- LaTeX/mathematical notation processing
|
| 67 |
+
- Problem classification and organization
|
| 68 |
+
- Educational content generation
|
| 69 |
+
|
| 70 |
+
## Dataset Structure
|
| 71 |
+
|
| 72 |
+
### Data Files
|
| 73 |
+
|
| 74 |
+
The dataset consists of multiple JSON files:
|
| 75 |
+
|
| 76 |
+
1. **problems.json** - Main dataset containing all problems
|
| 77 |
+
2. **categories.json** - Mathematical domain classifications
|
| 78 |
+
3. **difficulty_levels.json** - 5-tier difficulty system
|
| 79 |
+
4. **sets.json** - Problem set metadata (Millennium Prize, Hilbert's 23, etc.)
|
| 80 |
+
5. **dataset.json** - Combined file with all data
|
| 81 |
+
6. **statistics.json** - Dataset statistics
|
| 82 |
+
|
| 83 |
+
### Data Fields
|
| 84 |
+
|
| 85 |
+
#### Problems
|
| 86 |
+
|
| 87 |
+
Each problem contains:
|
| 88 |
+
|
| 89 |
+
- `id` (int): Unique identifier
|
| 90 |
+
- `title` (string): Problem title
|
| 91 |
+
- `statement` (string): Complete problem statement with LaTeX notation
|
| 92 |
+
- `background` (string, optional): Historical context and background
|
| 93 |
+
- `category` (object): Mathematical domain
|
| 94 |
+
- `id`, `name`, `display_name`, `description`, `slug`
|
| 95 |
+
- `difficulty` (object): Difficulty classification
|
| 96 |
+
- `id`, `level`, `name`, `description`, `color_class`
|
| 97 |
+
- `status` (string): "open", "solved", or "partially_solved"
|
| 98 |
+
- `source_url` (string, optional): Reference URL
|
| 99 |
+
- `sets` (array, optional): Associated problem sets
|
| 100 |
+
- `tags` (array, optional): Additional tags
|
| 101 |
+
- `year_proposed` (int, optional): Year the problem was first posed
|
| 102 |
+
- `solved_year` (int, optional): Year solved (if applicable)
|
| 103 |
+
- `solved_by` (string, optional): Solver's name
|
| 104 |
+
- `prize_amount` (int, optional): Prize money (USD)
|
| 105 |
+
- `created_at` (string): Timestamp
|
| 106 |
+
|
| 107 |
+
#### Categories
|
| 108 |
+
|
| 109 |
+
17 mathematical domains:
|
| 110 |
+
- **Number Theory**: Properties of integers, prime numbers, Diophantine equations.
|
| 111 |
+
- **Combinatorics**: Counting problems, graph theory, discrete structures.
|
| 112 |
+
- **Graph Theory**: Problems involving graphs, networks, and their properties.
|
| 113 |
+
- **Algebra**: Group theory, ring theory, field theory, and algebraic structures.
|
| 114 |
+
- **Algebraic Geometry**: Geometric objects defined by polynomial equations.
|
| 115 |
+
- **Geometry**: Euclidean and non-Euclidean geometry, geometric structures.
|
| 116 |
+
- **Topology**: Properties preserved under continuous deformations.
|
| 117 |
+
- **Analysis**: Limits, continuity, calculus, and function theory.
|
| 118 |
+
- **Partial Differential Equations**: PDEs and their applications in physics and geometry.
|
| 119 |
+
- **Set Theory**: Foundations of mathematics, infinite sets, and cardinality.
|
| 120 |
+
- **Dynamical Systems**: Problems about long-term behavior of deterministic systems, Hamiltonian dynamics, and periodic orbits.
|
| 121 |
+
- **Computer Science**: Computational complexity, algorithms, and theoretical CS.
|
| 122 |
+
- **Mathematical Physics**: Problems at the intersection of mathematics and physics.
|
| 123 |
+
- **Group Theory**: Problems about groups, group actions, representations, and related algebraic structures.
|
| 124 |
+
- **Logic**: Problems in mathematical logic, model theory, proof theory, and finite model theory.
|
| 125 |
+
- **Probability**: Problems involving probability theory, stochastic processes, and random structures.
|
| 126 |
+
- **Miscellaneous**: Problems whose source classification does not fit the main mathematical categories.
|
| 127 |
+
|
| 128 |
+
#### Difficulty Levels
|
| 129 |
+
|
| 130 |
+
- **L1: Tractable**: Problems that may be within reach with current techniques. Reserved for future additions.
|
| 131 |
+
- **L2: Intermediate**: Challenging problems requiring solid mathematical background. Reserved for future additions.
|
| 132 |
+
- **L3: Advanced**: Difficult problems requiring specialized knowledge and sophisticated techniques.
|
| 133 |
+
- **L4: Expert**: Very challenging problems at the frontier of mathematical research.
|
| 134 |
+
- **L5: Millennium Prize**: Millennium Prize Problems and problems of equivalent difficulty.
|
| 135 |
+
|
| 136 |
+
## Dataset Statistics
|
| 137 |
+
|
| 138 |
+
### Problems by Difficulty
|
| 139 |
+
|
| 140 |
+
- L1: Tractable: 916
|
| 141 |
+
- L3: Advanced: 496
|
| 142 |
+
- L2: Intermediate: 316
|
| 143 |
+
- L4: Expert: 220
|
| 144 |
+
- L5: Millennium Prize: 136
|
| 145 |
+
|
| 146 |
+
### Problems by Category
|
| 147 |
+
|
| 148 |
+
- Number Theory: 546
|
| 149 |
+
- Graph Theory: 441
|
| 150 |
+
- Topology: 424
|
| 151 |
+
- Combinatorics: 230
|
| 152 |
+
- Group Theory: 155
|
| 153 |
+
- Geometry: 117
|
| 154 |
+
- Algebra: 89
|
| 155 |
+
- Computer Science: 24
|
| 156 |
+
- Set Theory: 16
|
| 157 |
+
- Logic: 10
|
| 158 |
+
- Algebraic Geometry: 9
|
| 159 |
+
- Partial Differential Equations: 8
|
| 160 |
+
- Mathematical Physics: 6
|
| 161 |
+
- Analysis: 5
|
| 162 |
+
- Dynamical Systems: 2
|
| 163 |
+
- Probability: 1
|
| 164 |
+
- Miscellaneous: 1
|
| 165 |
+
|
| 166 |
+
### Problems by Status
|
| 167 |
+
|
| 168 |
+
- Open: 2075
|
| 169 |
+
- Solved: 9
|
| 170 |
+
- Partially Solved: 0
|
| 171 |
+
|
| 172 |
+
## Usage
|
| 173 |
+
|
| 174 |
+
### Loading the Dataset
|
| 175 |
+
|
| 176 |
+
```python
|
| 177 |
+
from datasets import load_dataset
|
| 178 |
+
|
| 179 |
+
# Load the full dataset
|
| 180 |
+
dataset = load_dataset("ulamai/UnsolvedMath", data_files="dataset.json")
|
| 181 |
+
|
| 182 |
+
# Or load individual files
|
| 183 |
+
problems = load_dataset("ulamai/UnsolvedMath", data_files="problems.json")
|
| 184 |
+
categories = load_dataset("ulamai/UnsolvedMath", data_files="categories.json")
|
| 185 |
+
```
|
| 186 |
+
|
| 187 |
+
### Example: Filtering by Difficulty
|
| 188 |
+
|
| 189 |
+
```python
|
| 190 |
+
import json
|
| 191 |
+
|
| 192 |
+
with open('problems.json', 'r') as f:
|
| 193 |
+
problems = json.load(f)
|
| 194 |
+
|
| 195 |
+
# Get all Millennium Prize problems (L5)
|
| 196 |
+
millennium_problems = [
|
| 197 |
+
p for p in problems
|
| 198 |
+
if p.get('difficulty', {}).get('level') == 5
|
| 199 |
+
]
|
| 200 |
+
|
| 201 |
+
print(f"Found {len(millennium_problems)} Millennium Prize problems")
|
| 202 |
+
```
|
| 203 |
+
|
| 204 |
+
### Example: LaTeX Rendering
|
| 205 |
+
|
| 206 |
+
```python
|
| 207 |
+
# Problems contain LaTeX notation in the statement field
|
| 208 |
+
problem = problems[0]
|
| 209 |
+
print(problem['statement'])
|
| 210 |
+
|
| 211 |
+
# Use a LaTeX renderer like matplotlib or sympy to display
|
| 212 |
+
from sympy import latex, sympify
|
| 213 |
+
# ... render LaTeX content
|
| 214 |
+
```
|
| 215 |
+
|
| 216 |
+
## Data Collection and Curation
|
| 217 |
+
|
| 218 |
+
This dataset was curated from:
|
| 219 |
+
- Official Millennium Prize Problems documentation
|
| 220 |
+
- Historical mathematical problem collections
|
| 221 |
+
- Published research papers and mathematical surveys
|
| 222 |
+
- Reputable mathematical organizations (Clay Mathematics Institute, AMS, etc.)
|
| 223 |
+
|
| 224 |
+
All problems include:
|
| 225 |
+
- Accurate mathematical statements with LaTeX notation
|
| 226 |
+
- Historical context and background
|
| 227 |
+
- Proper attribution and source references
|
| 228 |
+
- Classification by domain and difficulty
|
| 229 |
+
|
| 230 |
+
## Ethical Considerations
|
| 231 |
+
|
| 232 |
+
- **Academic Integrity**: This dataset is for research and educational purposes
|
| 233 |
+
- **Attribution**: All problems are properly attributed to their original sources
|
| 234 |
+
- **Open Problems**: Status accuracy maintained to the best of our knowledge as of the dataset creation date
|
| 235 |
+
- **Updates**: Some problems may be solved after dataset publication
|
| 236 |
+
|
| 237 |
+
## Limitations
|
| 238 |
+
|
| 239 |
+
- The dataset represents a curated selection, not an exhaustive list of all unsolved problems
|
| 240 |
+
- Problem difficulty is subjective and based on expert consensus
|
| 241 |
+
- LaTeX notation may require preprocessing for some applications
|
| 242 |
+
- Status (open/solved) should be verified for time-sensitive applications
|
| 243 |
+
|
| 244 |
+
## Citation
|
| 245 |
+
|
| 246 |
+
If you use this dataset in your research, please cite:
|
| 247 |
+
|
| 248 |
+
```bibtex
|
| 249 |
+
@misc{unsolvedmath2026,
|
| 250 |
+
title={UnsolvedMath: A Curated Collection of Open Mathematics Problems},
|
| 251 |
+
author={UnsolvedMath Contributors},
|
| 252 |
+
year={2026},
|
| 253 |
+
howpublished={\url{https://huggingface.co/datasets/ulamai/UnsolvedMath}},
|
| 254 |
+
}
|
| 255 |
+
```
|
| 256 |
+
|
| 257 |
+
## Additional Information
|
| 258 |
+
|
| 259 |
+
### Dataset Curators
|
| 260 |
+
|
| 261 |
+
UnsolvedMath project contributors
|
| 262 |
+
|
| 263 |
+
### Licensing Information
|
| 264 |
+
|
| 265 |
+
This dataset is released under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.
|
| 266 |
+
|
| 267 |
+
You are free to:
|
| 268 |
+
- Share — copy and redistribute the material in any medium or format
|
| 269 |
+
- Adapt — remix, transform, and build upon the material for any purpose, even commercially
|
| 270 |
+
|
| 271 |
+
Under the following terms:
|
| 272 |
+
- Attribution — You must give appropriate credit and indicate if changes were made
|
| 273 |
+
|
| 274 |
+
### Contact
|
| 275 |
+
|
| 276 |
+
For questions, issues, or contributions:
|
| 277 |
+
- Website: [unsolvedmath.com](https://unsolvedmath.com)
|
| 278 |
+
- Dataset: [huggingface.co/datasets/ulamai/UnsolvedMath](https://huggingface.co/datasets/ulamai/UnsolvedMath)
|
| 279 |
+
|
| 280 |
+
---
|
| 281 |
+
|
| 282 |
+
**Generated**: 2026-05-13T14:59:38.597Z
|
| 283 |
+
**Version**: 1.1.0
|
categories.json
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": 1,
|
| 4 |
+
"name": "number_theory",
|
| 5 |
+
"display_name": "Number Theory",
|
| 6 |
+
"description": "Properties of integers, prime numbers, Diophantine equations.",
|
| 7 |
+
"slug": "number-theory",
|
| 8 |
+
"order_index": 1,
|
| 9 |
+
"created_at": "2026-05-13T14:45:21.186Z"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"id": 2,
|
| 13 |
+
"name": "combinatorics",
|
| 14 |
+
"display_name": "Combinatorics",
|
| 15 |
+
"description": "Counting problems, graph theory, discrete structures.",
|
| 16 |
+
"slug": "combinatorics",
|
| 17 |
+
"order_index": 2,
|
| 18 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": 3,
|
| 22 |
+
"name": "graph_theory",
|
| 23 |
+
"display_name": "Graph Theory",
|
| 24 |
+
"description": "Problems involving graphs, networks, and their properties.",
|
| 25 |
+
"slug": "graph-theory",
|
| 26 |
+
"order_index": 3,
|
| 27 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"id": 4,
|
| 31 |
+
"name": "algebra",
|
| 32 |
+
"display_name": "Algebra",
|
| 33 |
+
"description": "Group theory, ring theory, field theory, and algebraic structures.",
|
| 34 |
+
"slug": "algebra",
|
| 35 |
+
"order_index": 4,
|
| 36 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"id": 5,
|
| 40 |
+
"name": "algebraic_geometry",
|
| 41 |
+
"display_name": "Algebraic Geometry",
|
| 42 |
+
"description": "Geometric objects defined by polynomial equations.",
|
| 43 |
+
"slug": "algebraic-geometry",
|
| 44 |
+
"order_index": 5,
|
| 45 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"id": 6,
|
| 49 |
+
"name": "geometry",
|
| 50 |
+
"display_name": "Geometry",
|
| 51 |
+
"description": "Euclidean and non-Euclidean geometry, geometric structures.",
|
| 52 |
+
"slug": "geometry",
|
| 53 |
+
"order_index": 6,
|
| 54 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"id": 7,
|
| 58 |
+
"name": "topology",
|
| 59 |
+
"display_name": "Topology",
|
| 60 |
+
"description": "Properties preserved under continuous deformations.",
|
| 61 |
+
"slug": "topology",
|
| 62 |
+
"order_index": 7,
|
| 63 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": 8,
|
| 67 |
+
"name": "analysis",
|
| 68 |
+
"display_name": "Analysis",
|
| 69 |
+
"description": "Limits, continuity, calculus, and function theory.",
|
| 70 |
+
"slug": "analysis",
|
| 71 |
+
"order_index": 8,
|
| 72 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"id": 9,
|
| 76 |
+
"name": "pde",
|
| 77 |
+
"display_name": "Partial Differential Equations",
|
| 78 |
+
"description": "PDEs and their applications in physics and geometry.",
|
| 79 |
+
"slug": "pde",
|
| 80 |
+
"order_index": 9,
|
| 81 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"id": 10,
|
| 85 |
+
"name": "set_theory",
|
| 86 |
+
"display_name": "Set Theory",
|
| 87 |
+
"description": "Foundations of mathematics, infinite sets, and cardinality.",
|
| 88 |
+
"slug": "set-theory",
|
| 89 |
+
"order_index": 10,
|
| 90 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"id": 11,
|
| 94 |
+
"name": "dynamical_systems",
|
| 95 |
+
"display_name": "Dynamical Systems",
|
| 96 |
+
"description": "Problems about long-term behavior of deterministic systems, Hamiltonian dynamics, and periodic orbits.",
|
| 97 |
+
"slug": "dynamical-systems",
|
| 98 |
+
"order_index": 11,
|
| 99 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"id": 15,
|
| 103 |
+
"name": "computer_science",
|
| 104 |
+
"display_name": "Computer Science",
|
| 105 |
+
"description": "Computational complexity, algorithms, and theoretical CS.",
|
| 106 |
+
"slug": "computer-science",
|
| 107 |
+
"order_index": 15,
|
| 108 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"id": 16,
|
| 112 |
+
"name": "physics",
|
| 113 |
+
"display_name": "Mathematical Physics",
|
| 114 |
+
"description": "Problems at the intersection of mathematics and physics.",
|
| 115 |
+
"slug": "physics",
|
| 116 |
+
"order_index": 16,
|
| 117 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"id": 17,
|
| 121 |
+
"name": "group_theory",
|
| 122 |
+
"display_name": "Group Theory",
|
| 123 |
+
"description": "Problems about groups, group actions, representations, and related algebraic structures.",
|
| 124 |
+
"slug": "group-theory",
|
| 125 |
+
"order_index": 17,
|
| 126 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"id": 18,
|
| 130 |
+
"name": "logic",
|
| 131 |
+
"display_name": "Logic",
|
| 132 |
+
"description": "Problems in mathematical logic, model theory, proof theory, and finite model theory.",
|
| 133 |
+
"slug": "logic",
|
| 134 |
+
"order_index": 18,
|
| 135 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"id": 19,
|
| 139 |
+
"name": "probability",
|
| 140 |
+
"display_name": "Probability",
|
| 141 |
+
"description": "Problems involving probability theory, stochastic processes, and random structures.",
|
| 142 |
+
"slug": "probability",
|
| 143 |
+
"order_index": 19,
|
| 144 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"id": 20,
|
| 148 |
+
"name": "miscellaneous",
|
| 149 |
+
"display_name": "Miscellaneous",
|
| 150 |
+
"description": "Problems whose source classification does not fit the main mathematical categories.",
|
| 151 |
+
"slug": "miscellaneous",
|
| 152 |
+
"order_index": 20,
|
| 153 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 154 |
+
}
|
| 155 |
+
]
|
dataset.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
difficulty_levels.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": 1,
|
| 4 |
+
"level": 1,
|
| 5 |
+
"name": "L1: Tractable",
|
| 6 |
+
"description": "Problems that may be within reach with current techniques. Reserved for future additions.",
|
| 7 |
+
"color_class": "text-green-600 bg-green-50 border-green-200"
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"id": 2,
|
| 11 |
+
"level": 2,
|
| 12 |
+
"name": "L2: Intermediate",
|
| 13 |
+
"description": "Challenging problems requiring solid mathematical background. Reserved for future additions.",
|
| 14 |
+
"color_class": "text-blue-600 bg-blue-50 border-blue-200"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"id": 3,
|
| 18 |
+
"level": 3,
|
| 19 |
+
"name": "L3: Advanced",
|
| 20 |
+
"description": "Difficult problems requiring specialized knowledge and sophisticated techniques.",
|
| 21 |
+
"color_class": "text-yellow-600 bg-yellow-50 border-yellow-200"
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"id": 4,
|
| 25 |
+
"level": 4,
|
| 26 |
+
"name": "L4: Expert",
|
| 27 |
+
"description": "Very challenging problems at the frontier of mathematical research.",
|
| 28 |
+
"color_class": "text-red-600 bg-red-50 border-red-200"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": 5,
|
| 32 |
+
"level": 5,
|
| 33 |
+
"name": "L5: Millennium Prize",
|
| 34 |
+
"description": "Millennium Prize Problems and problems of equivalent difficulty.",
|
| 35 |
+
"color_class": "text-purple-600 bg-purple-50 border-purple-200"
|
| 36 |
+
}
|
| 37 |
+
]
|
open-math.pdf
ADDED
|
Binary file (62.4 kB). View file
|
|
|
problems.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
sets.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": 1,
|
| 4 |
+
"name": "millennium_prize",
|
| 5 |
+
"display_name": "Millennium Prize Problems",
|
| 6 |
+
"description": "Seven problems selected by the Clay Mathematics Institute in 2000, each with a $1,000,000 prize for solution.",
|
| 7 |
+
"slug": "millennium-prize",
|
| 8 |
+
"order_index": 1,
|
| 9 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"id": 2,
|
| 13 |
+
"name": "hilbert_problems",
|
| 14 |
+
"display_name": "Hilbert's 23 Problems",
|
| 15 |
+
"description": "David Hilbert's list of 23 unsolved problems presented at the International Congress of Mathematicians in Paris in 1900.",
|
| 16 |
+
"slug": "hilbert-problems",
|
| 17 |
+
"order_index": 2,
|
| 18 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": 3,
|
| 22 |
+
"name": "green_problems",
|
| 23 |
+
"display_name": "Ben Green's 100 Open Problems",
|
| 24 |
+
"description": "A collection of 100 open problems in additive combinatorics and related areas, compiled by Ben Green.",
|
| 25 |
+
"slug": "green-problems",
|
| 26 |
+
"order_index": 3,
|
| 27 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"id": 4,
|
| 31 |
+
"name": "darpa_challenges",
|
| 32 |
+
"display_name": "DARPA's 23 Mathematical Challenges",
|
| 33 |
+
"description": "Mathematical challenges identified by DARPA to drive fundamental research in mathematics.",
|
| 34 |
+
"slug": "darpa-challenges",
|
| 35 |
+
"order_index": 4,
|
| 36 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"id": 5,
|
| 40 |
+
"name": "smale_problems",
|
| 41 |
+
"display_name": "Smale's Problems",
|
| 42 |
+
"description": "Steve Smale's list of mathematical problems for the 21st century.",
|
| 43 |
+
"slug": "smale-problems",
|
| 44 |
+
"order_index": 5,
|
| 45 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"id": 6,
|
| 49 |
+
"name": "landau_problems",
|
| 50 |
+
"display_name": "Landau's Problems",
|
| 51 |
+
"description": "Four basic problems about prime numbers posed by Edmund Landau at the 1912 International Congress of Mathematicians.",
|
| 52 |
+
"slug": "landau-problems",
|
| 53 |
+
"order_index": 6,
|
| 54 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"id": 7,
|
| 58 |
+
"name": "hardy_littlewood_conjectures",
|
| 59 |
+
"display_name": "Hardy-Littlewood Conjectures",
|
| 60 |
+
"description": "A collection of fundamental conjectures on prime numbers, Goldbach-type problems, and Waring's problem from the \"Partitio Numerorum\" papers (1919-1923) by G.H. Hardy and J.E. Littlewood.",
|
| 61 |
+
"slug": "hardy-littlewood-conjectures",
|
| 62 |
+
"order_index": 7,
|
| 63 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": 8,
|
| 67 |
+
"name": "erdos_problems",
|
| 68 |
+
"display_name": "Erdős Problems",
|
| 69 |
+
"description": "A collection of open problems posed by Paul Erdős, one of the most prolific mathematicians of the 20th century. These problems span combinatorics, number theory, graph theory, and analysis.",
|
| 70 |
+
"slug": "erdos-problems",
|
| 71 |
+
"order_index": 8,
|
| 72 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"id": 9,
|
| 76 |
+
"name": "guy_prime_numbers",
|
| 77 |
+
"display_name": "Richard Guy - A: Prime Numbers",
|
| 78 |
+
"description": "Problems from Chapter A (Prime Numbers) of Richard Guy's \"Unsolved Problems in Number Theory\", a comprehensive collection of open questions in prime number theory.",
|
| 79 |
+
"slug": "guy-prime-numbers",
|
| 80 |
+
"order_index": 9,
|
| 81 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"id": 10,
|
| 85 |
+
"name": "kourovka_new_problems_21",
|
| 86 |
+
"display_name": "Kourovka Notebook - New Problems, Issue 21",
|
| 87 |
+
"description": "New group theory problems from the 21st issue of the Kourovka Notebook, published in 2026.",
|
| 88 |
+
"slug": "kourovka-new-problems-21",
|
| 89 |
+
"order_index": 10,
|
| 90 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"id": 11,
|
| 94 |
+
"name": "kirby_low_dimensional_topology",
|
| 95 |
+
"display_name": "Kirby's Problems in Low-Dimensional Topology",
|
| 96 |
+
"description": "Problems from Kirby-style notes on low-dimensional topology, including knot theory, 3-manifolds, 4-manifolds, and related invariants.",
|
| 97 |
+
"slug": "kirby-low-dimensional-topology",
|
| 98 |
+
"order_index": 11,
|
| 99 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"id": 12,
|
| 103 |
+
"name": "opengarden",
|
| 104 |
+
"display_name": "OpenGarden",
|
| 105 |
+
"description": "Problems imported from the Open Problem Garden collection, using source statements, discussion notes, and subject metadata.",
|
| 106 |
+
"slug": "opengarden",
|
| 107 |
+
"order_index": 12,
|
| 108 |
+
"created_at": "2026-05-13T14:45:21.187Z"
|
| 109 |
+
}
|
| 110 |
+
]
|
statistics.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_problems": 2084,
|
| 3 |
+
"problems_by_difficulty": {
|
| 4 |
+
"L5: Millennium Prize": 136,
|
| 5 |
+
"L3: Advanced": 496,
|
| 6 |
+
"L4: Expert": 220,
|
| 7 |
+
"L2: Intermediate": 316,
|
| 8 |
+
"L1: Tractable": 916
|
| 9 |
+
},
|
| 10 |
+
"problems_by_category": {
|
| 11 |
+
"Computer Science": 24,
|
| 12 |
+
"Number Theory": 546,
|
| 13 |
+
"Mathematical Physics": 6,
|
| 14 |
+
"Partial Differential Equations": 8,
|
| 15 |
+
"Algebraic Geometry": 9,
|
| 16 |
+
"Combinatorics": 230,
|
| 17 |
+
"Graph Theory": 441,
|
| 18 |
+
"Topology": 424,
|
| 19 |
+
"Geometry": 117,
|
| 20 |
+
"Algebra": 89,
|
| 21 |
+
"Set Theory": 16,
|
| 22 |
+
"Dynamical Systems": 2,
|
| 23 |
+
"Group Theory": 155,
|
| 24 |
+
"Analysis": 5,
|
| 25 |
+
"Logic": 10,
|
| 26 |
+
"Probability": 1,
|
| 27 |
+
"Miscellaneous": 1
|
| 28 |
+
},
|
| 29 |
+
"problems_by_status": {
|
| 30 |
+
"open": 2075,
|
| 31 |
+
"solved": 9
|
| 32 |
+
},
|
| 33 |
+
"problems_by_set": {
|
| 34 |
+
"millennium_prize": 6,
|
| 35 |
+
"hilbert_problems": 11,
|
| 36 |
+
"landau_problems": 1,
|
| 37 |
+
"smale_problems": 8,
|
| 38 |
+
"darpa_challenges": 17,
|
| 39 |
+
"green_problems": 85,
|
| 40 |
+
"erdos_problems": 632,
|
| 41 |
+
"kourovka_new_problems_21": 150,
|
| 42 |
+
"kirby_low_dimensional_topology": 366,
|
| 43 |
+
"opengarden": 422
|
| 44 |
+
}
|
| 45 |
+
}
|