Scaling Law a One-Size-Fits-All Solution? First Crystal Structure Manipulation Benchmark Shows Top Large Models Falling Short

marsbitPublished on 2026-07-15Last updated on 2026-07-15

Abstract

Scaling Law Hits a Wall: New Benchmark Reveals AI's Struggles with Atomic-Level Material Manipulation A new benchmark called AtomWorld, developed by researchers, reveals a significant limitation in current large language models (LLMs). While powerful at understanding textual scientific knowledge, they perform poorly when tasked with physically manipulating atomic structures based on natural language instructions. The benchmark tests core atomic operations like replacing atoms, rotating structures, and expanding supercells. Results show that simply scaling up model size (Scaling Law) yields only modest and unstable improvements, particularly for tasks requiring strong 3D spatial reasoning and geometric planning. For instance, complex tasks like "rotating around a specific atom" see very low success rates even in top models like Claude Opus. This highlights a critical gap: textual knowledge does not automatically translate to reliable action in a physically constrained 3D space. The study argues that for AI in Science to progress, the focus must shift from just scaling language data (Language Scaling) to also scaling actionable capabilities (Action Scaling). This involves building training loops around "action-feedback-correction" cycles within simulated or real scientific environments. Ultimately, AtomWorld underscores that to become true lab assistants, AI models need to evolve beyond explaining knowledge to reliably executing precise, verifiable scientific actions.

Large models hit a bottleneck in atomic manipulation tasks. While they can parse material knowledge, they struggle to precisely control atomic structures. Research indicates that Scaling Law has limited effectiveness in spatial reasoning tasks, emphasizing that AI for Science needs to pivot towards Action Scaling to enhance models' capabilities in real scientific operations.

Over the past few years, the most successful empirical rule in the large model field has been the "Scaling Law." A near-universally accepted consensus in the industry is that as long as the model is sufficiently large and the data is plentiful, capabilities will continuously emerge and even generalize automatically to unknown domains.

However, a newly released benchmark test in materials science offers a different perspective on this optimistic view of "brute force magic."

AtomWorld, jointly released by the University of Science and Technology of China (Suzhou) Advanced Research Institute, the University of New South Wales, and other institutions at ICML 2026, concludes through a series of realistic atomic manipulation tasks: Scaling Law, which is stable and effective in text understanding and knowledge induction scenarios, often fails to meet expectations when applied to practical atomic manipulation tasks constrained by physical laws.

Paper: https://arxiv.org/abs/2510.04704

Project Page: https://masterai-eam.github.io/atomworld/

Code Repository: https://github.com/MasterAI-EAM/atomworld

Understanding ≠ Operation

In scientific fields, large models have demonstrated impressive "understanding": reading literature, predicting material properties, analyzing crystal structures, and even making scientific discoveries.

For example, Anthropic's AI research workbench, Claude Science, breaks research down into an auditable pipeline, improving efficiency tenfold in specific stages like literature review writing and gene analysis. Google DeepMind's GNoME uses graph neural networks to predict the stability of inorganic crystals, generating about 2.2 million structures through a closed loop of "candidate generation → DFT verification → data feedback."

This has led to a common perception in the industry: since models can comprehend material-related knowledge, performing practical tasks like atomic structure building and adjustment should be straightforward.

However, real computational materials research is not simple multiple-choice answering. Daily scientific work is filled with highly concrete operational instructions: constructing a (001) surface of a specific material, simulating "real-world" boundaries; replacing atoms at specific lattice sites for material doping or modification; embedding new atoms at specified interstitial sites to design "energy storage" and "transport" channels, etc.

These tasks pose entirely different capability requirements for models: the ability to manipulate three-dimensional space in accordance with physical laws.

To objectively quantify this capability, the research team built the AtomWorld evaluation framework, which automates assessment based on the universally used crystallographic information in the materials field. It does not test material identification or theoretical analysis questions but focuses solely on basic spatial operation tasks: can the model precisely adjust atomic arrangements according to instructions?

Figure 1: Schematic diagram of the AtomWorld benchmark test workflow. AtomWorld Generator Process: 1. Random sampler retrieves predefined atomic structures; 2. Random initializer configures atom IDs and position parameters; 3. Structure operators compute to obtain the target structure; 4. Prompt module generates corresponding natural language descriptions. The produced structure-text paired data is fed into the large model agent. Performance is quantified by comparing the model's output structure with the standard target structure using pymatgen's StructureMatcher tool.

Scaling Law Encounters a Capability Ceiling

Figure 2: Overall performance of different models on AtomWorld. a, c show success rates; b, d show mean max_dist geometric errors. Left side compares different mainstream models; right side compares different-sized Qwen models. Increasing model scale can improve performance in some rule-clear tasks, such as atom replacement, deletion, and movement. However, when faced with operations requiring 3D spatial understanding and geometric planning, like rotation, region deletion, and supercell expansion, the improvement is unstable. Even strong general-purpose models like Claude perform poorly on tasks like "rotate around an atom."

The AtomWorld results suggest that Scaling Law cannot be simply interpreted as "larger model, stronger capability" for atomic manipulation tasks.

This test covered mainstream models including Claude Opus 4.6, GPT-5.4, Gemini 3.1 Pro, Gemini 2.5 Pro, Qwen3-32B, GPT o3, GPT-4o-mini, DeepSeek Chat, and Llama3-70B. Figure 2 shows that increasing model size does improve some rule-clear, templatizable operations, but for tasks relying on three-dimensional spatial relationships, this improvement is not stable.

Taking the Qwen series as an example, from 4B to 32B, the success rates for tasks like atom replacement, removal, and movement significantly increase, indicating that scaling still adds value. However, this improvement is mainly concentrated on tasks with clear rules and relatively fixed paths and does not automatically transfer to all atomic operations.

More challenging tasks reveal significant bottlenecks. A typical example is "rotate around an atom": it consistently shows low performance across different-sized Qwen models and achieves only about a 12% success rate even on strong models like Claude Opus 4.6. This indicates that the issue is not just that a particular model is not large or strong enough, but that current general-purpose large models universally lack stable three-dimensional spatial action capabilities.

Similarly, tasks like "delete atoms below" and "expand supercell" still show unstable completion even with larger models; geometric error does not necessarily decrease as models become larger.

Therefore, AtomWorld does not simply negate Scaling Law but points out its applicable boundaries: increasing scale can bring partial capability gains but cannot automatically compensate for the core shortcomings in three-dimensional physical space manipulation. For materials modeling, language reasoning ability, textual knowledge reserve, and atomic-level structural action capability cannot be directly equated.

In this sense, AtomWorld also hints at a new direction: beyond pursuing parameter scale and textual data scale, AI for Science also needs to focus on "Action Scaling."

That is, systematically scaling up the generation of executable action data, the decomposition of action primitives, simulator feedback, physical constraint verification, and tool usage correction, allowing models to become stronger not only in language but also in verifiable scientific actions.

A New Track for Scientific Agents

The core value of AtomWorld lies not only in identifying model failures but also in breaking down the vague pain point of "materials agents can't model" into a series of measurable, trackable atomic operation capabilities—from basic element replacement to spatial region determination, to continuous geometric understanding—clarifying the types, degrees, and scaling gain patterns of failures layer by layer.

This also pinpoints the crux of why simply scaling parameters is difficult to apply: existing Scaling Law focuses on fitting language and knowledge from massive text corpora, but the spatial understanding, geometric planning, and physically constrained action capabilities required for atomic modeling are extremely lacking in high-quality paired training samples of "operation instructions — coordinate changes" in public data. It's difficult to naturally compensate for this solely through language scale expansion.

To address the weakness of large models in 3D manipulation, the industry commonly bridges the gap by connecting to professional toolkits like pymatgen. Comparative tests in AtomWorld show that external tools can only improve performance on tasks like atom insertion that rely heavily on coordinate calculation. For complex scenarios requiring judgment of atomic relationships or spatial regions, the improvement is very limited.

Fundamentally, tools can only output precise coordinates but cannot replace the model in making core decisions like "where to place an atom" or "which atoms belong to the target region." If the model itself lacks 3D spatial perception, tools will only execute erroneous intentions more precisely, ultimately resulting in outcomes with "incorrect modeling logic."

AtomWorld does not directly negate Scaling Law but reminds scientific agents to reconsider "what to scale." Language Scaling based on text corpora is the knowledge foundation, but for strongly operational tasks like materials modeling, Action Scaling oriented towards action capabilities is more urgently needed—transforming the entire "action — feedback — correction" process into a scalable learning object.

The true significance of AtomWorld lies in providing a foundation for action data and training loops in materials modeling through automatically generated tasks, standard structures, and matching feedback, pushing AI for Science from pursuing larger general models towards iterating real action capabilities within verifiable scientific operations.

Conclusion

AtomWorld is not just a standardized evaluation benchmark; it's more like an observation mirror, vividly revealing a key issue in the current development of AI for Science: large models can explain material structures and properties, but that doesn't mean they can reliably modify material structures; they can read the periodic table, but that doesn't mean they can stably execute an atomic-level operation in three-dimensional space.

This issue is not confined to materials modeling. Genuine scientific research is never purely textual work; it consists of a series of actions: proposing hypotheses, designing experiments, calling tools, adjusting parameters, observing results, troubleshooting errors, and continuously revising. Whether it's materials modeling, molecular design, automated experiments, or broader scientific discovery processes, if AI wants to truly participate in research, it cannot just "explain knowledge"; it must also learn to "execute actions."

Therefore, AtomWorld reminds us to re-understand the applicable scope of Scaling Law in scientific scenarios: Language Scaling based on web text corpora is still important, but it's only the starting point.

Future AI for Science more urgently needs Action Scaling oriented towards action capabilities, allowing models to learn how to complete real scientific tasks within executable tasks, tool usage, environmental feedback, and physical verification.

Only when models possess both knowledge understanding and action capabilities can scientific agents potentially evolve from "encyclopedias that can answer questions" to "experimental assistants that can complete tasks."

References:

https://arxiv.org/abs/2510.04704

This article is from the WeChat public account "Xinzhiyuan," author: LRST

Trending Cryptos

Related Questions

QWhat is the main finding of the AtomWorld benchmark test regarding large language models (LLMs) and scaling laws?

AThe AtomWorld benchmark test finds that Scaling Laws, which effectively improve performance in text understanding and knowledge-based tasks, have limited effectiveness when applied to practical atomic manipulation tasks constrained by physical laws. LLMs show poor performance in tasks requiring three-dimensional spatial reasoning and geometric planning, such as rotating atoms or expanding supercells, even as model size increases.

QWhat is the key limitation of current LLMs identified by the AtomWorld benchmark in the context of scientific research?

AThe key limitation is the gap between knowledge comprehension and actionable ability. While LLMs can understand and interpret scientific knowledge (e.g., reading literature, predicting material properties), they struggle with reliably executing precise, three-dimensional physical operations on atomic structures, such as constructing surfaces or embedding atoms in specific interstitial sites.

QAccording to the article, what new scaling paradigm is suggested for advancing AI in scientific applications?

AThe article suggests a shift from the traditional 'Language Scaling' paradigm, which focuses on scaling model parameters and text data, towards an 'Action Scaling' paradigm. This involves systematically scaling up the generation of executable action data, decomposition of action primitives, simulator feedback, physical constraint verification, and tool-use correction to improve a model's ability to perform verifiable scientific operations.

QHow effective are external toolkits (like pymatgen) in solving the atomic operation challenges faced by LLMs, as per the AtomWorld tests?

AAccording to AtomWorld tests, external toolkits are only effective for improving tasks that involve strong coordinate calculations, such as atom insertion. They provide limited help for complex scenarios requiring judgment of atomic relationships and spatial regions. The core issue is that while tools can output precise coordinates, they cannot replace the model's need for intrinsic three-dimensional spatial perception to make core decisions about where to place atoms or identify target regions.

QWhat broader implication does the AtomWorld benchmark have for the future of AI in scientific research?

AAtomWorld highlights that for AI to become a true participant in scientific research, it must evolve beyond being a knowledge repository ('explaining knowledge') to becoming a reliable executor of tasks ('performing actions'). Future development should focus on building models that integrate knowledge comprehension with actionable capabilities, enabling them to complete real-world scientific tasks through tool use, environmental feedback, and physical verification within a scalable learning framework.

Related Reads

Hyperliquid Pre-IPO Contract Priced CXMT at $7.2, Foreign Capital Engaging with China's Storage Narrative via DeFi

Hyperliquid, a blockchain-based perpetual contracts platform, has launched a pre-IPO contract for Chinese memory chipmaker Changxin Technology (CXMT) ahead of its STAR Market debut. Priced at 7.2 USDC (approx. $7.2) per share, the contract implies a market cap of about $500 billion, exceeding the official IPO valuation of roughly $80 billion and sitting at the upper end of analyst estimates. This marks the first time such a crypto derivative has targeted a STAR Market listing. It provides global investors, particularly those unable to meet China's 500,000 yuan ($69,000) investment threshold for the STAR Market, a direct avenue to gain exposure to the "China storage substitution" narrative. The 24/7 tradable, leveraged contract also fills a gap for those seeking to hedge or speculate around the A-share listing, which operates under T+1 settlement and restricts short-selling. Changxin Technology, the world's fourth-largest DRAM supplier, is raising nearly $8 billion in one of Asia's largest IPOs this year, buoyed by a DRAM super-cycle and strategic shifts by major competitors. While the Hyperliquid contract offers a novel parallel pricing mechanism, the lack of direct arbitrage with the underlying A-shares may lead to persistent price divergence. Nevertheless, its emergence underscores significant international interest in China's key semiconductor players.

marsbit51m ago

Hyperliquid Pre-IPO Contract Priced CXMT at $7.2, Foreign Capital Engaging with China's Storage Narrative via DeFi

marsbit51m ago

The 'Great Divergence' of the Crypto Market in 2026: BTC Bear Market, but BlackRock, Franklin Templeton, and JPMorgan Are Simultaneously Doing One Thing

"2026 Crypto Market 'Great Divergence': BTC Bearish, But BlackRock, Franklin, JPMorgan Are Simultaneously Building Infrastructure." In July 2026, amidst BTC struggling at $62K, seven key events signal a profound shift: the 'Great Divergence' between price action and underlying infrastructure development. Franklin Templeton's CIO notes a "big disconnect" between price and fundamentals. Meanwhile, major institutions are advancing real-world blockchain adoption: BlackRock, Goldman Sachs, and JPMorgan join a UK government-backed tokenization taskforce targeting repo and gilts; Hyundai pilotes USDT for cross-border trade settlement; Bolivia considers integrating USDT into its national payment system; and Robinhood's new blockchain sees rapid adoption. This activity represents a quiet infrastructure bull market, driven by institutional strategy and long-term regulatory roadmaps, not short-term crypto price cycles. The core narrative is shifting from speculative price action to foundational utility. Infrastructure development—focused on upgrading traditional finance, enabling real-world payments, and tokenizing assets—is now decoupled from BTC's volatility. Historical parallels (e.g., dot-com bust/AWS birth, 2018 crypto winter/DeFi Summer) show that infrastructure built during downturns often becomes the next cycle's "toll booth." The critical question is no longer "Will BTC drop further?" but "Who will own the tolls when this new infrastructure is complete?" While BTC remains a key liquidity anchor, the valuation logic for crypto's real-world utility is increasingly separate from its most traded asset's price.

marsbit1h ago

The 'Great Divergence' of the Crypto Market in 2026: BTC Bear Market, but BlackRock, Franklin Templeton, and JPMorgan Are Simultaneously Doing One Thing

marsbit1h ago

Trading

Spot

Hot Articles

How to Buy ONE

Welcome to HTX.com! We've made purchasing Harmony (ONE) simple and convenient. Follow our step-by-step guide to embark on your crypto journey.Step 1: Create Your HTX AccountUse your email or phone number to sign up for a free account on HTX. Experience a hassle-free registration journey and unlock all features.Get My AccountStep 2: Go to Buy Crypto and Choose Your Payment MethodCredit/Debit Card: Use your Visa or Mastercard to buy Harmony (ONE) instantly.Balance: Use funds from your HTX account balance to trade seamlessly.Third Parties: We've added popular payment methods such as Google Pay and Apple Pay to enhance convenience.P2P: Trade directly with other users on HTX.Over-the-Counter (OTC): We offer tailor-made services and competitive exchange rates for traders.Step 3: Store Your Harmony (ONE)After purchasing your Harmony (ONE), store it in your HTX account. Alternatively, you can send it elsewhere via blockchain transfer or use it to trade other cryptocurrencies.Step 4: Trade Harmony (ONE)Easily trade Harmony (ONE) on HTX's spot market. Simply access your account, select your trading pair, execute your trades, and monitor in real-time. We offer a user-friendly experience for both beginners and seasoned traders.

4.3k Total ViewsPublished 2024.03.29Updated 2026.06.02

How to Buy ONE

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of ONE (ONE) are presented below.

活动图片