Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -6,11 +6,26 @@ tags:
|
|
| 6 |
- dynamic-analysis
|
| 7 |
- bode-plot
|
| 8 |
- llm-evaluation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# MathBode: A Dynamic Benchmark for Mathematical Reasoning
|
| 12 |
|
| 13 |
-
**MathBode** is a benchmark designed to evaluate the dynamic reasoning capabilities of large language models (LLMs). Instead of testing static accuracy on fixed problems, MathBode treats parametric math problems as dynamic systems. It sinusoidally varies a parameter and measures the model's response in terms of **gain** (amplitude tracking) and **phase** (reasoning lag), analogous to a Bode plot in control theory.
|
| 14 |
|
| 15 |
This dataset contains the complete set of prompts and ground truth values for the benchmark.
|
| 16 |
|
|
|
|
| 6 |
- dynamic-analysis
|
| 7 |
- bode-plot
|
| 8 |
- llm-evaluation
|
| 9 |
+
- scientific-question-answering
|
| 10 |
+
pretty_name: "MathBode"
|
| 11 |
+
size_categories:
|
| 12 |
+
- "10k<n<100k"
|
| 13 |
+
configs:
|
| 14 |
+
- config_name: linear_solve
|
| 15 |
+
data_files: linear_solve.parquet
|
| 16 |
+
- config_name: ratio_saturation
|
| 17 |
+
data_files: ratio_saturation.parquet
|
| 18 |
+
- config_name: exponential_interest
|
| 19 |
+
data_files: exponential_interest.parquet
|
| 20 |
+
- config_name: linear_system
|
| 21 |
+
data_files: linear_system.parquet
|
| 22 |
+
- config_name: similar_triangles
|
| 23 |
+
data_files: similar_triangles.parquet
|
| 24 |
---
|
| 25 |
|
| 26 |
# MathBode: A Dynamic Benchmark for Mathematical Reasoning
|
| 27 |
|
| 28 |
+
**MathBode** is a benchmark designed to evaluate the dynamic reasoning capabilities of large language models (LLMs) by treating parametric math problems as dynamic systems. Instead of testing static accuracy on fixed problems, MathBode treats parametric math problems as dynamic systems. It sinusoidally varies a parameter and measures the model's response in terms of **gain** (amplitude tracking) and **phase** (reasoning lag), analogous to a Bode plot in control theory.
|
| 29 |
|
| 30 |
This dataset contains the complete set of prompts and ground truth values for the benchmark.
|
| 31 |
|