ScienceWorld: Is your Agent Smarter than a 5th Grader?
ScienceWorld uses interactive text environments to train small agents (150k params) that outperform large static models (11B params) in elementary science reasoning.
Key Findings
Methodology
This study develops ScienceWorld, a complex interactive environment with physics engines covering thermodynamics, circuits, chemistry, and biology. Thirty tasks across elementary science topics are designed with multiple variations. Models including DRRN, CALM, and T5 are trained via imitation learning and reinforcement learning to perform experiments, with action sequences serving as explanations. Experiments compare models from 1.5 million to 11 billion parameters, showing small models trained interactively outperform large static models in reasoning tasks.
Key Results
- The 1.5 million-parameter model trained for 100k steps achieves an average score of 0.17, surpassing the 11 billion-parameter static model (score 0.05), demonstrating the effectiveness of environment-based training.
- In electrical conductivity tasks, models correctly identify metal forks as conductors and succeed in circuit assembly tasks, outperforming large models relying on answer retrieval.
- Models struggle with generalization to unseen materials and complex experiments, indicating room for improvement in reasoning robustness.
Significance
This work highlights the importance of environment interaction in enhancing AI's scientific reasoning, moving beyond static knowledge retrieval. By simulating real experiments, models can not only answer questions but also explain procedures, advancing AI's role in education and research. It addresses the long-standing challenge of enabling AI to perform complex, multi-step scientific tasks autonomously, paving the way for smarter virtual laboratories and educational tools.
Technical Contribution
The paper introduces a novel framework combining reinforcement learning with physics-based simulation engines, enabling models to learn both procedural and declarative knowledge. The environment's multi-domain physics simulation allows for complex task execution, and the use of action sequences as explanations provides a new automatic evaluation method. This approach significantly improves the reasoning and operational capabilities of small models, challenging the paradigm that larger models are always superior.
Novelty
This is the first work to formalize elementary science reasoning as an interactive task with physics simulation, integrating action-based explanations for automatic validation. Unlike prior static QA models, it emphasizes environment-grounded learning, which is a fundamental shift in approach, opening new avenues for AI in scientific understanding.
Limitations
- Models exhibit limited generalization to novel materials or complex experimental setups, indicating the need for richer physics simulation and broader training data.
- Training costs remain high due to environment complexity, and current physics models are simplified, which may limit real-world applicability.
- The environment's physical fidelity needs enhancement to better mimic real-world phenomena, requiring further engineering efforts.
Future Work
Future directions include integrating higher-fidelity physics, expanding task diversity, and enabling models to autonomously generate experiments. Incorporating multi-modal inputs like vision and sound, and reducing reliance on expert demonstrations, will push AI closer to human-like scientific reasoning and autonomous discovery.
AI Executive Summary
ScienceWorld pioneers a new paradigm in evaluating AI's elementary science reasoning by embedding tasks within a richly simulated interactive environment. Traditional question-answering models, while adept at retrieving facts, falter when required to perform procedural experiments or explain their reasoning processes. This research bridges that gap by constructing a comprehensive physics-based simulation platform that encompasses thermodynamics, electrical circuits, chemistry, and biology, enabling models to execute experiments, observe outcomes, and generate explanations.
The core innovation lies in training small, parameter-efficient models—only 150,000 parameters—using reinforcement learning and imitation learning from expert demonstrations. These models learn to perform complex tasks such as circuit assembly, phase change experiments, and biological processes, outperforming large static models with 11 billion parameters. Results show that environment-grounded training enhances reasoning robustness, especially in novel scenarios, where large models tend to rely on answer retrieval rather than understanding.
This approach demonstrates that embedding AI in simulated environments can significantly improve its scientific reasoning capabilities, with broad implications for education, virtual laboratories, and autonomous scientific discovery. Despite current limitations in physics fidelity and generalization, the findings open promising pathways for future research, emphasizing environment interaction as a key to smarter AI. The work challenges the notion that bigger models are always better, advocating for more interactive, physics-aware learning frameworks that mimic human scientific exploration.
Deep Analysis
Background
The evolution of AI in scientific reasoning has transitioned from rule-based systems to large-scale pre-trained language models like GPT-3 and BERT, which excel in knowledge retrieval and surface-level understanding. However, these models lack the ability to perform physical manipulations or procedural experiments essential for true scientific reasoning. Interactive environments such as TextWorld and KitchenWorld have provided platforms for training models through simulated tasks, but their scope remains limited to simple object manipulation or basic puzzles. Recent efforts aim to incorporate physics simulations, yet most are constrained by low fidelity or narrow task sets. The challenge remains to develop environments that can support multi-domain physics, complex experiment design, and explainable reasoning, bridging the gap between static knowledge and dynamic understanding.
Core Problem
Existing models struggle with generalizing scientific reasoning to unseen scenarios, especially when procedural actions are required. The core bottleneck is the lack of environment-grounded training that can teach models to understand cause-effect relationships, manipulate objects, and generate explanations for their actions. Without such capabilities, AI cannot autonomously perform multi-step experiments or adapt to novel materials and conditions, limiting their utility in real-world scientific applications. This gap hampers progress in AI-assisted research, education, and automated experimentation, necessitating new frameworks that integrate physics simulation, procedural reasoning, and explainability.
Innovation
The key innovations include: 1) Developing a physics-rich interactive environment (ScienceWorld) that models thermodynamics, circuits, chemistry, and biology, enabling realistic experiment simulations; 2) Transforming scientific reasoning into an action-based task where models perform step-by-step procedures, with action sequences serving as explicit explanations; 3) Combining reinforcement learning with imitation learning from expert trajectories to train small, parameter-efficient models that outperform large static models. These innovations address the limitations of prior static QA models by embedding reasoning within a physical context, fostering better generalization and interpretability.
Methodology
- �� Build a physics-based simulation engine supporting thermodynamics, electrical circuits, chemistry, and biological processes.
- �� Design 30 diverse science tasks with multiple variations to test generalization.
- �� Collect expert demonstrations for imitation learning, guiding models on canonical procedures.
- �� Train models using reinforcement learning to optimize task completion, with action sequences serving as explanations.
- �� Evaluate models on unseen variations, measuring task success scores.
- �� Compare small (150k params) and large (11B params) models, analyzing the impact of environment interaction.
- �� Use automatic validation of action sequences within the simulator to assess correctness.
Experiments
The experiments involve training multiple models—DRRN, CALM, T5-based agents—on the ScienceWorld environment with 30 tasks across variations. Metrics include average task scores, success rates in experiments like electrical conductivity and phase change. Hyperparameters include 8 environment threads, 100k training steps, and evaluation on unseen task variants. Ablation studies compare environment-grounded training versus static models, demonstrating the benefits of interactive learning. Results show small models trained interactively outperform large models trained statically, especially in novel scenarios, validating the environment's role in enhancing reasoning.
Results
The 150k-parameter model trained for 100k steps achieves an average score of 0.17, outperforming the 11B static model (score 0.05). In conductivity tasks, models correctly identify conductors and successfully build circuits, with success rates exceeding 70%. The models show limited ability to generalize to unseen materials, indicating the need for richer physics modeling. Ablation results confirm environment interaction significantly boosts reasoning robustness, especially in complex, novel tasks. Overall, the findings underscore the importance of physical simulation and procedural training in advancing AI scientific reasoning.
Applications
This framework can be used to develop virtual laboratories for education, enabling students to perform experiments safely and interactively. It also supports AI-assisted research, automating experimental procedures and hypothesis testing. Industry applications include automated process design, quality control, and virtual prototyping, where AI models can simulate and optimize physical systems before real-world deployment. The environment's flexibility allows customization for diverse scientific domains, fostering innovation in training, testing, and deploying intelligent systems.
Limitations & Outlook
Current physics simulation simplifies real-world phenomena, limiting fidelity. Models exhibit poor generalization to entirely new materials or complex multi-step experiments. Training costs are high due to environment complexity, and the physics engine requires further refinement for realism. Additionally, reliance on expert demonstrations constrains autonomous learning. Future work should focus on improving physics fidelity, reducing training costs, and enabling models to generate experiments autonomously, moving toward more human-like scientific reasoning.
Plain Language Accessible to non-experts
想象你在厨房里做菜,科学实验就像烹饪一样。你需要知道每种材料的特性,比如面粉会变成面团,水会变成汤。你还要按照步骤操作,比如先倒水,再搅拌。以前的AI就像只会背菜谱的学生,知道答案但不会动手。而现在的研究让AI变成一个会自己动手的厨师,它可以在虚拟厨房里连接电线、调节开关,自己动手做实验,观察灯泡是否亮起来。这个AI不仅知道答案,还能自己操作,像个真正的科学家一样理解整个过程。这样一来,AI就能帮我们更好地学习科学,也能在未来帮忙做实验、解决实际问题,就像一个聪明又会动手的助手一样。
ELI14 Explained like you're 14
想象你在学校的科学课上做实验,比如用电池点亮灯泡。以前的AI就像一个会背答案的学生,只知道答案但不知道怎么做。而现在的研究让AI变成一个会自己动手的科学家,它可以在虚拟的实验室里连接电线、调节开关,自己动手做实验,观察灯泡是否亮起来。这个AI不仅知道答案,还能自己操作,像个小科学家一样理解整个过程。这样一来,AI就能帮我们更好地学习科学,也能在未来帮忙做实验、解决实际问题,就像一个聪明又会动手的助手一样。
Glossary
Interactive Environment (交互式环境)
A virtual space where users can manipulate objects and perform tasks, simulating real-world physics and chemistry.
Used in this paper to train and evaluate AI models.
Reinforcement Learning (强化学习)
A machine learning approach where models learn optimal actions through rewards in an environment.
Applied to train models to perform science experiments.
Action Sequence (动作序列)
A series of operations performed by the model to complete a task or explain reasoning.
Serves as an explicit explanation of the model's inference process.
Physics Simulation Engine (物理模拟引擎)
Software that models physical processes like thermodynamics and circuits within the environment.
Supports realistic experiment simulation in ScienceWorld.
Task Variations (任务变异)
Different versions of a task with altered parameters to test model generalization.
Used to evaluate robustness of trained models.
Open Questions Unanswered questions from this research
- 1 如何让模型在未见新材料或复杂实验设计中表现更好仍是未解之谜。现有模拟简化了物理过程,难以完全还原真实世界的复杂性。未来需要引入更高保真度的模拟,结合多模态信息,才能实现更接近人类科学家的智能水平。
Applications
Immediate Applications
虚拟科学实验平台
帮助学生和科研人员在虚拟环境中模拟实验,提升理解和操作能力。
智能教育助手
结合AI模型,开发个性化学习工具,辅助理解科学概念和实验流程。
Long-term Vision
自动化科学研究
实现AI自主设计和执行实验,推动新材料和药物的发现,缩短研发周期。
Abstract
We present ScienceWorld, a benchmark to test agents' scientific reasoning abilities in a new interactive text environment at the level of a standard elementary school science curriculum. Despite the transformer-based progress seen in question-answering and scientific text processing, we find that current models cannot reason about or explain learned science concepts in novel contexts. For instance, models can easily answer what the conductivity of a known material is but struggle when asked how they would conduct an experiment in a grounded environment to find the conductivity of an unknown material. This begs the question of whether current models are simply retrieving answers by way of seeing a large number of similar examples or if they have learned to reason about concepts in a reusable manner. We hypothesize that agents need to be grounded in interactive environments to achieve such reasoning capabilities. Our experiments provide empirical evidence supporting this hypothesis -- showing that a 1.5 million parameter agent trained interactively for 100k steps outperforms a 11 billion parameter model statically trained for scientific question-answering and reasoning from millions of expert demonstrations.