Analysis updated 2026-05-18
Evaluate a language model against the 79,239-question robotics theory benchmark.
Reproduce the accompanying paper's zero-shot results across 24 tested models.
Use expert-verified solutions to fine-tune a model on robotics reasoning.
Compare model performance on multiple-choice versus open-ended calculation questions.
| heartune/robotheory-79k | ernie-research/nava | minjie05/knowbase_ai | |
|---|---|---|---|
| Stars | 62 | 62 | 62 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | hard |
| Complexity | 3/5 | 5/5 | 4/5 |
| Audience | researcher | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
The full dataset and paper were still pending public release at the time of this snapshot.
ROBOTheory-79k is a large benchmark dataset designed to test how well AI language models understand robotics engineering theory. The central question it asks is whether modern AI systems genuinely grasp robotics concepts at a deep level, or whether they are simply good at pattern-matching based on text they have seen during training. The dataset contains 79,239 expert-level questions across four major areas: mathematical foundations, mechanical systems, perception and control, and electrical systems and programming. These are divided into 24 sub-fields. Questions are available in Chinese, English, and French. Each question comes with a step-by-step solution verified by domain experts, so the benchmark can also be used to train or fine-tune AI models, not just evaluate them. The evaluation suite built on top of this dataset, called ROBOTheory-Bench, uses a 30% sample of the full dataset that preserves the distribution of question types and subject areas. The paper accompanying this project tested 24 of the best-known AI language models in a zero-shot setting, meaning the models were given no worked examples before being asked questions. The best-performing model scored 64.78%, while human experts scored 83.4%, leaving a gap of nearly 19 percentage points. The results also showed that all models performed notably worse on open-ended calculation and reasoning questions than on multiple-choice questions, suggesting that probabilistic pattern-matching is part of what these models rely on. This repository provides the evaluation scripts, prompt templates, and judge configuration needed to reproduce the paper's results or to evaluate a new model against the benchmark. The dataset itself and a companion academic paper are linked from the project's website. Both were still pending public release at the time this snapshot was taken.
A 79,000-question benchmark testing whether AI language models truly understand robotics engineering theory, with an evaluation suite included.
Mainly Python. The stack also includes Python.
The README does not state a specific license for this project.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.