← Latest papers
💬 NLP

Physics-R1: An Audited Olympiad Corpus and Recipe for Visual Physics Reasoning

The paper "Physics-R1" identifies critical flaws in existing multimodal physics evaluation pipelines—specifically data contamination, translation drift, and MCQ saturation—and addresses them by releasing a rigorously audited corpus and a new reasoning model that achieves significant performance gains on novel, open-ended Olympiad benchmarks.

Original authors: Shan Yang

Published 2026-05-15
📖 5 min read🧠 Deep dive

Original authors: Shan Yang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the world of Artificial Intelligence (AI) is like a massive, high-stakes cooking competition. The goal is to see which AI "chefs" can solve complex physics problems (like figuring out how a rocket flies or how electricity moves). To judge them, the competition organizers give them a set of test questions.

The paper you're reading, "Physics-R1," is essentially a whistleblower report and a new recipe book. The author, Shan Yang, argues that the current cooking competition is rigged because the test questions are contaminated, and the judges are biased. Here is the breakdown in simple terms:

1. The Problem: The Test Questions Are "Leaked"

Imagine a student preparing for a math test. If they accidentally memorize the exact answers from a practice book that the teacher also uses for the final exam, they will get a perfect score, but it doesn't mean they actually understand math.

The paper found that many AI models are doing exactly this.

  • The "Leak": The authors audited the public "training pools" (the practice books) used to teach these AIs. They found that many of the test questions the AIs are being graded on are actually hidden inside the practice books they studied.

  • The "Paraphrase" Trick: It's not just exact copies. Sometimes the AI sees a question like, "A ball falls from 10 meters," and the test asks, "If a sphere drops from a height of 10m..." The old computer programs used to check for cheating (looking for identical words) missed these.

  • The New Audit: The authors built a three-stage security guard:

    1. The Word Counter: Checks for exact word matches.
    2. The Meaning Scanner: Checks if the sentences mean the same thing, even if the words are different.
    3. The Human-like Judge: A super-smart AI that reads both the practice question and the test question and decides, "Yes, these are the same problem in disguise."

    Using this, they found thousands of "cheating" pairs that the field had missed. They cleaned up the data to create a clean training set (called PHYSCORP-A) where the AI has to actually learn, not just memorize.

2. The Translation Trap: Language Matters

Imagine you are taking a driving test. You pass easily when the instructions are in your native language, but when the same test is translated into a foreign language, you fail because the grammar is confusing or the road signs are described differently.

The authors tested this with physics problems in Estonian (the original language) and English (a translation).

  • The Result: A top-tier AI (Sonnet 4.5) got 30.5% correct on the original Estonian problems but only 13.6% on the English translations.
  • The Lesson: Translating complex science problems often loses subtle details. If we only test AI in English, we might think they are worse at physics than they actually are, or we might be testing their translation skills instead of their physics skills.

3. The Format Trap: Multiple Choice vs. Real Thinking

Imagine a student who is great at guessing on a multiple-choice quiz (A, B, C, or D) but freezes when asked to write out the solution on a blank piece of paper.

The paper found a massive gap in how AI performs based on the format of the test:

  • Multiple Choice (The Easy Mode): The AI scored 79.7% on a multiple-choice test.
  • Open-Ended (The Hard Mode): The same AI scored only 33.4% on a test where it had to write the answer from scratch.
  • The Gap: That's a 46-point difference. The paper argues that the field has been overestimating AI intelligence because it's mostly testing them on the "easy mode" (multiple choice) where they can guess or recognize patterns, rather than the "hard mode" (solving from scratch).

4. The Solution: A New Recipe (Physics-R1)

To fix these problems, the authors didn't just point fingers; they built a new kitchen.

  • The Clean Ingredients: They released a new, audited dataset (PHYSCORP-A) that is guaranteed to be free of the "leaked" questions.
  • The New Test: They created a new, harder exam called PHYSOLYM-A. It uses original problems (mostly from Estonia and international Olympiads) that the AI has never seen before.
  • The Cooking Method (Physics-R1): They trained a new AI model using a specific "recipe" (a method called GSPO+DAPO).
    • Instead of giving the AI a complex, detailed score for every tiny step (which can trick the AI into writing fancy-looking but wrong answers), they used a Binary Reward.
    • The Analogy: Think of it like a referee in a game. Instead of giving points for "good posture" or "nice handwriting," the referee just says: "Did you get the right answer? Yes = 1 point. No = 0 points."
    • This simple rule forced the AI to stop trying to "game the system" with fancy formatting and actually focus on solving the physics problem correctly.

The Results

When they tested their new AI (Physics-R1) on the new, clean, hard exam:

  • It improved significantly compared to the base model (going from an 8% score to a 26% score).
  • It beat other open-source models.
  • It still trails behind the very best closed-source "super-AI" (Sonnet 4.5), but it proves that with clean data and the right training method, open-source models can learn real physics reasoning.

Summary

This paper is a call to action for the AI community:

  1. Stop cheating: Clean your training data so models aren't just memorizing test answers.
  2. Watch the language: Don't assume translations are perfect; test in the original language.
  3. Stop guessing: Test models on open-ended problems, not just multiple-choice.
  4. Keep it simple: Sometimes, a simple "Right/Wrong" reward is better than a complex scoring system for teaching AI to think.

The authors have released all their "ingredients" (data), "recipes" (code), and "exam questions" (benchmarks) for anyone to use and verify.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →