Papers for

automated testing teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Magenta links natural language math problems to verified formal proofs

Magenta: Closing the Loop Between Mathematical Reasoning and Lean Verification

Abstract: Most of mathematical knowledge has been communicated through so-called informal use of mathematics and natural language. With large language models (LLMs) being highly adept in using natural language, they achieve strong performance, yet not perfect, in informal mathematical reasoning. Restraining LLMs to informal reasoning misses out on the opportunity to use the discrete verification abilities that machines offer through machine-checkable proofs. In this paper, we bridge the gap between informal and formal reasoning by integrating Lean signals into the informal reasoning process. We introduce Magenta, a training-free agentic pipeline that, given only a natural-language problem, produces an answer, expresses it as a Lean 4 statement, and constructs a machine-checked proof. A statement judge verifies whether the formalisation preserves the original problem, while an error-attribution judge routes failed attempts either to mathematical re-derivation or local Lean repair. Magenta achieves 100% accuracy across all evaluated olympiad benchmarks, including AIME 2025, AIME 2026, and HMMT February 2026. When paired with the open-weight K2-Horizon-7B reasoner, it solves all six IMO 2026 problems. Our analysis shows that statement adjudication is essential for preventing false certificates and that feedback-guided correction outperforms independent resampling on difficult problems.

Thu 10 SeptArtificial Intelligence
The gist
Solving math problems often involves informal explanations that humans understand but computers struggle to verify rigorously. The authors created Magenta, a system that starts with a math problem in plain English, rewrites it into a precise computer language called Lean, and then constructs a proof that a machine can check for correctness. Magenta also checks whether it translated the problem correctly and uses smart error correction to fix mistakes, achieving perfect accuracy on challenging math contests. This approach helps computers reliably handle math reasoning while still understanding natural language problems.
Open 2609.11319v1

Vision language models struggle to decide when to gather more physical data

New Evidence, Same Choice: Testing Physical Experiment Selection in Vision Language Models

Abstract: A model first sees an image from one physical measurement experiment, such as how far a block coasted, and must answer a question about a new trial, such as whether the block will pass a target after a fixed push. The initial experiment may provide enough information to answer, or the model may need another measurement, such as the object's mass, friction, restitution, or spring stiffness. We study whether vision language models can decide when to answer immediately and, when more evidence is needed, which experiment to perform. Current physical reasoning benchmarks usually evaluate only the final answer, so they do not directly measure this decision-making ability. We introduce a controlled evaluation where each problem provides one measurement image and four possible physical worlds created by combining two possible masses and two possible values of another relevant property. The model must either stop and answer or select the cheapest additional experiment that can resolve the question. We construct matched problem pairs where changing either the observed measurement or the question changes the optimal action. Since all possible worlds and experiment costs are known, we can explicitly determine the optimal choice. Across six open models and 144 physical parameter sets, direct responses repeat the same action for 95.1% to 100% of image pairs even when the correct action changes. Brief reasoning improves action switching, but the best model makes both decisions correctly for only 5.9% of image pairs. Additional analysis reveals failures in measurement interpretation, physical reasoning, and response formatting. By evaluating evidence selection separately from final answers, our benchmark reveals limitations in physical reasoning that conventional answer accuracy can overlook.

Thu 10 SeptComputer Vision and Pattern RecognitionArtificial IntelligenceComputation and Language
The gist
Sometimes, machines look at a picture from an experiment to answer a question about how something moves or reacts. The authors tested if these machines can decide when they have enough information or when they need to ask for more experiments to find out. They found that current vision language models usually don't change their choice even when the right answer depends on new data. This shows that these models have trouble figuring out when to gather new evidence, not just giving the right answer.
Open 2609.11022v1