vectionlabs commited on
Commit
235e042
·
verified ·
1 Parent(s): 4b07e79

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -51
README.md CHANGED
@@ -13,65 +13,24 @@ tags:
13
  - reasoning
14
  - logic
15
  - evaluation
16
- pretty_name: CHIMERA Bench v2.0 Mega
17
  size_categories:
18
  - 1K<n<10K
19
- configs:
20
- - config_name: default
21
- data_files:
22
- - split: test
23
- path: data/test-*
24
- dataset_info:
25
- features:
26
- - name: id
27
- dtype: string
28
- - name: domain
29
- dtype: string
30
- - name: title
31
- dtype: string
32
- - name: difficulty
33
- dtype: int32
34
- - name: points
35
- dtype: int32
36
- - name: prompt
37
- dtype: string
38
- - name: expected_answer
39
- dtype: string
40
- - name: eval_type
41
- dtype: string
42
- - name: tolerance
43
- dtype: float64
44
- - name: tags
45
- dtype: string
46
- - name: keywords
47
- dtype: string
48
- - name: test_cases
49
- dtype: string
50
- - name: choices
51
- dtype: string
52
- - name: solution_explanation
53
- dtype: string
54
- splits:
55
- - name: test
56
- num_bytes: 2743743
57
- num_examples: 8503
58
- download_size: 359724
59
- dataset_size: 2743743
60
  ---
61
 
62
- # CHIMERA Bench v2.0 Mega
63
 
64
  **Comprehensive Hybrid Intelligence Metric for Excellence in Reasoning & Analysis**
65
 
66
- **8888 problems** across 4 domains (larger than GSM8K).
67
 
68
  | Domain | Problems | Focus |
69
  |--------|----------|-------|
70
- | **MATH** | 3538 | Arithmetic, algebra, calculus, word problems, combinatorics, number theory |
71
- | **CODE** | 1800 | Output prediction, complexity analysis, string/list/dict ops, recursion |
72
- | **SCIENCE** | 1650 | Physics, chemistry, biology, unit conversions, gas laws, circuits |
73
- | **THINK** | 1900 | Logic, patterns, deduction, boolean, syllogisms, base conversion |
74
- | **Total** | **8888** | |
75
 
76
  ## Usage
77
 
@@ -96,8 +55,8 @@ for p in ds.select(range(5)):
96
  ## Citation
97
 
98
  ```bibtex
99
- @misc{chimera-bench-2025,
100
- title={CHIMERA Bench: Comprehensive Hybrid Intelligence Metric for Excellence in Reasoning and Analysis},
101
  year={2025},
102
  url={https://huggingface.co/datasets/vectionlabs/chimera-bench-v1}
103
  }
 
13
  - reasoning
14
  - logic
15
  - evaluation
16
+ pretty_name: CHIMERA Bench v3.0 Mega
17
  size_categories:
18
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
20
 
21
+ # CHIMERA Bench v3.0 Mega
22
 
23
  **Comprehensive Hybrid Intelligence Metric for Excellence in Reasoning & Analysis**
24
 
25
+ **8503 articulated multi-step problems** across 4 domains (larger than GSM8K).
26
 
27
  | Domain | Problems | Focus |
28
  |--------|----------|-------|
29
+ | **MATH** | 3803 | Multi-step word problems: shopping, speed/distance, geometry, combinatorics, algebra, number theory, calculus |
30
+ | **CODE** | 1500 | Code tracing, bug finding, algorithm design, complexity analysis, OOP, recursion |
31
+ | **SCIENCE** | 1500 | Physics (projectile, energy, circuits), chemistry (stoichiometry, pH, gas laws), biology (genetics, ecology) |
32
+ | **THINK** | 1700 | Constraint satisfaction, knights & knaves, scheduling, deduction, pattern recognition, estimation |
33
+ | **Total** | **8503** | |
34
 
35
  ## Usage
36
 
 
55
  ## Citation
56
 
57
  ```bibtex
58
+ @misc{chimera-bench-v3-2025,
59
+ title={CHIMERA Bench v3: Comprehensive Hybrid Intelligence Metric for Excellence in Reasoning and Analysis},
60
  year={2025},
61
  url={https://huggingface.co/datasets/vectionlabs/chimera-bench-v1}
62
  }