license: mit
task_categories:
- question-answering
- text-generation
language:
- en
tags:
- engineering
- statics
- mechanics
- physics
- education
- lighteval
size_categories:
- n<1K
Engineering Statics and Mechanics Evaluation Dataset
A benchmark dataset for evaluating LLM performance on Engineering Statics and Mechanics of Materials problems. Statics and Mechanics are core units for 1st year undergraduate Engineering students around the world, and are fundamental understanding for many branches of engineering (civil, structural, mechanical, materials, industrial, mechatronic, aeronautical, space, etc). Expert developer - I have taught these two units at University level for several decades. You can see implimentation of this dataset and resources at: Statics and Mechanics Solver AI and Github Statics and Github Mechanics and YouTube
Dataset Description
This dataset contains 168 questions covering 24 topics from undergraduate-level Engineering Statics and Mechanics of Materials:
Statics Topics (68 questions, IDs: S_Q1-S_Q68)
| Topic | Questions |
|---|---|
| Force vectors | 6 |
| Particle equilibrium | 7 |
| Moments | 8 |
| Rigid body equilibrium | 7 |
| Trusses | 9 |
| Frames | 5 |
| Centroids | 3 |
| Beam reactions | 3 |
| Beam internal forces | 10 |
| Friction | 3 |
| Moments of inertia | 7 |
Mechanics of Materials Topics (100 questions, IDs: M_Q1-M_Q100)
| Topic | Questions |
|---|---|
| Stress | 6 |
| Strain | 5 |
| Mechanical properties | 6 |
| Axial load | 10 |
| Torsion | 9 |
| Bending | 10 |
| Transverse shear | 7 |
| Combined loadings | 6 |
| Stress transformation | 7 |
| Strain transformation | 7 |
| Design of beams and shafts | 5 |
| Beam deflections | 8 |
| Buckling | 7 |
| Energy methods | 7 |
Usage with LightEval
lighteval accelerate \
"model_name=your-model" \
"engineering_staticsmechanics|0" \
--custom-tasks path/to/engineering_staticsmechanics.py
Dataset Structure
Each example contains:
id: Question identifier (S_Q1-S_Q68 for Statics, M_Q1-M_Q100 for Mechanics)question: The engineering problemanswer: The correct numerical answer with units
Subsets
Statics
force_vectors: Force vector problemsparticle_equilibrium: Particle equilibrium problemsmoments: Moment calculation problemsrigid_body_equilibrium: Rigid body equilibrium problemstrusses: Truss analysis problemsframes: Frame analysis problemscentroids: Centroid calculation problemsbeam_reactions: Beam reaction problemsbeam_internal_forces: Beam internal force problemsfriction: Friction problemsmoments_of_inertia: Moment of inertia problems
Mechanics of Materials
stress: Stress analysis problemsstrain: Strain analysis problemsmechanical_properties: Material properties problemsaxial_load: Axial loading problemstorsion: Torsion problemsmech_bending: Bending stress problemstransverse_shear: Transverse shear problemscombined_loadings: Combined loading problemsstress_transformation: Stress transformation problemsstrain_transformation: Strain transformation problemsdesign_beams_shafts: Beam and shaft design problemsbeam_deflections: Beam deflection problemsbuckling: Column buckling problemsenergy_methods: Energy methods problems
Citation
If you use this dataset, please cite:
@misc{staticsmechanics,
title={Engineering Statics and Mechanics Evaluation Dataset},
year={2026},
url={https://huggingface.co/datasets/mikemolt/staticsmechanics}
}
License
MIT License