Evaluates an AI agent's ability to solve complex, multi-part physics theory problems that require integrating visual data extraction, causal reasoning, and self-correction via tool use. The benchmark probes whether agentic architectures with domain-specific tools can match elite human performance on standardized physics competitions. Use when the user wants to benchmark on IPhO 2025 Theory Problems, or asks about evaluating this task. Reports score.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add qhjqhj00/research-skills-pool --skill ipho-2025-theory-eval --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ipho 2025 Theory Eval?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/qhjqhj00-ipho-2025-theory-eval)More formats (shields.io, HTML) on the badges page.
---
name: ipho-2025-theory-eval
description: Evaluates an AI agent's ability to solve complex, multi-part physics theory problems that require integrating visual data extraction, causal reasoning, and self-correction via tool use. The benchmark probes whether agentic architectures with domain-specific tools can match elite human performance on standardized physics competitions. Use when the user wants to benchmark on IPhO 2025 Theory Problems, or asks about evaluating this task. Reports score.
metadata:
skill_kind: dataset_eval
source_arxiv: 2509.01659
bibtex_key: qiu2025physicssupernova
confidence: medium
---
# ipho-2025-theory-eval
> Physics Supernova: AI Agent Matches Elite Gold Medalists at IPhO 2025 — Qiu et al. (2025) (arXiv:2509.01659, 2025)
## What this evaluates
Evaluates an AI agent's ability to solve complex, multi-part physics theory problems that require integrating visual data extraction, causal reasoning, and self-correction via tool use. The benchmark probes whether agentic architectures with domain-specific tools can match elite human performance on standardized physics competitions.
## Datasets
- **IPhO 2025 Theory Problems** — total ?; splits: test (-1); repo https://github.com/CharlesQ9/Physics-Supernova
## Metrics
- `score` **(primary)** — range: [0, 30]
- Total points awarded across all sub-questions based on an Olympiad-style rubric, normalized to a maximum of 30. Higher values indicate better alignment with expert solutions.
## Input / output format
**Input**: A physics theory problem Q consisting of m sub-questions q_j, each accompanied by associated visual data s_j (e.g., figures, experimental results, schematic representations).
**Output**: Final answers for all sub-questions in Q, produced iteratively through a Reason-Act loop that incorporates tool observations and self-correction.
## Scoring recipe
```python
Initialize total_score = 0.
For each sub-question j in Q:
Evaluate agent's final answer against gold solution using Olympiad rubric.
If answer matches expected physical reasoning and value:
total_score += points_j
Return total_score (max 30).
```
## Common pitfalls
- Visual data extraction errors from the ImageAnalyzer can cascade into incorrect reasoning if numeric values or graph trends are misread.
- Self-correction via the AnswerReviewer may fail to catch subtle physical inconsistencies, leading to unphysical results that still appear mathematically consistent.
- Scoring relies on Olympiad-style rubrics that may not be fully automated or explicitly detailed, making reproducibility dependent on human grading conventions.
## Evidence (verbatim from paper)
> enabling it to solve complex IPhO 2025 theory problems with gold-medalist-level performance (23.5/30, ranking 14th out of 406 humans), surpassing the median score of human gold medalists.
## Citation
```bibtex
@misc{qiu2025physicssupernova,
title={Physics Supernova: AI Agent Matches Elite Gold Medalists at IPhO 2025},
author={Qiu et al. (2025)},
year={2025},
note={arXiv:2509.01659}
}
```
- arXiv: 2509.01659
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!