English

Scaling-Aware Adapter for Structure-Grounded LLM Reasoning

Artificial Intelligence 2026-05-25 v3 Machine Learning

Abstract

Large language models (LLMs) are enabling reasoning over 2D and 3D structures, yet existing methods remain modality-specific and typically compress structural inputs through sequence-based tokenization or fixed-length query connectors. Such architectures either omit the geometric grounding requisite for mitigating structural hallucinations, or impose inflexible modality fusion bottlenecks that concurrently over-compress and suboptimally allocate structural tokens, thereby impeding the realization of generalized all-atom reasoning. We introduce Cuttlefish, a unified multimodal LLM that grounds language reasoning in geometric cues while scaling modality tokens with structural complexity. First, Scaling-Aware Patching leverages an instruction-conditioned gating mechanism to generate variable-size patches over structural graphs, adaptively scaling the query token budget with structural complexity to mitigate fixed-length connector bottlenecks. Second, Geometry Grounding Adapter refines these adaptive tokens via cross-attention to modality embeddings and injects the resulting modality tokens into the LLM, exposing explicit geometric cues to reduce structural hallucination. Experiments across interdisciplinary all-atom benchmarks demonstrate that Cuttlefish achieves superior performance in heterogeneous structure-grounded reasoning. Code: github.com/zihao-jing/Cuttlefish.

Keywords

Cite

@article{arxiv.2602.02780,
  title  = {Scaling-Aware Adapter for Structure-Grounded LLM Reasoning},
  author = {Zihao Jing and Qiuhao Zeng and Ruiyi Fang and Yan Yi Li and Yan Sun and Boyu Wang and Pingzhao Hu},
  journal= {arXiv preprint arXiv:2602.02780},
  year   = {2026}
}

Comments

Accepted by ICML 2026

R2 v1 2026-07-01T09:32:59.282Z