NEWTON: Are Large Language Models Capable of Physical Reasoning?
Yi Ru Wang, Jiafei Duan, Dieter Fox, Siddhartha Srinivasa
TL;DR
This work introduces NEWTON, an integrated framework comprising a large object-attribute repository, a template-driven pipeline, and a 160K-question benchmark to evaluate large language models' physical reasoning about everyday objects. Grounded in 700+ objects and 8 physics attributes, it supports infinite, domain-adaptive prompt generation across three tracks—Foundational, Explicit, and Implicit—covering comprehension, application, and analysis. Empirical results show GPT-4 excels in scenario-based reasoning but exhibits limited object-attribute consistency relative to humans, while ablations demonstrate potential gains from fine-tuning, larger models, and prompt engineering. By providing a scalable, extensible toolkit for physically grounded reasoning, NEWTON enables training, evaluation, and deployment of LLMs in robotics and other real-world settings.
Abstract
Large Language Models (LLMs), through their contextualized representations, have been empirically proven to encapsulate syntactic, semantic, word sense, and common-sense knowledge. However, there has been limited exploration of their physical reasoning abilities, specifically concerning the crucial attributes for comprehending everyday objects. To address this gap, we introduce NEWTON, a repository and benchmark for evaluating the physics reasoning skills of LLMs. Further, to enable domain-specific adaptation of this benchmark, we present a pipeline to enable researchers to generate a variant of this benchmark that has been customized to the objects and attributes relevant for their application. The NEWTON repository comprises a collection of 2800 object-attribute pairs, providing the foundation for generating infinite-scale assessment templates. The NEWTON benchmark consists of 160K QA questions, curated using the NEWTON repository to investigate the physical reasoning capabilities of several mainstream language models across foundational, explicit, and implicit reasoning tasks. Through extensive empirical analysis, our results highlight the capabilities of LLMs for physical reasoning. We find that LLMs like GPT-4 demonstrate strong reasoning capabilities in scenario-based tasks but exhibit less consistency in object-attribute reasoning compared to humans (50% vs. 84%). Furthermore, the NEWTON platform demonstrates its potential for evaluating and enhancing language models, paving the way for their integration into physically grounded settings, such as robotic manipulation. Project site: https://newtonreasoning.github.io
