Back to today's list

Symbolic Intermediaries as a Linguistic-Numerical Interface for LLM-Driven Geometric Reasoning

Jo\~ao Pedro Gandarela, Thiago Rios, Stefan Menzel, Andr\'e Freitas

Published Jun 1, 2026Featured #6In the daily list Jun 2, 2026
Daily score66.4
Editorial review7.2
Relevance0.474
Freshness0.722

Why It Matters

What makes this one worth your time

This work addresses a key limitation of LLMs in interpreting numerical data from simulators, potentially broadening their application in engineering and physics domains.

Symbolic intermediaries enable LLMs to interpret numerical simulation outputs for improved geometric reasoning.

Summary

The paper introduces symbolic intermediaries as a bridge between numerical outputs of physics simulators and large language models (LLMs), enabling LLMs to perform geometric reasoning by translating continuous data into symbolic forms. This approach is tested on the MSynth benchmark for planar mechanism synthesis, where it outperforms a genetic algorithm baseline.

Key contributions

  • Introduction of symbolic intermediaries for translating numerical simulation outputs into symbolic forms.
  • Development of an agentic coordination-and-refinement loop for improved reasoning and decision-making.
  • Demonstration of improved performance over a genetic algorithm baseline on the MSynth benchmark.

Notable insights

  • The use of symbolic regression to create intermediaries that translate numerical data into symbolic forms.
  • The agentic coordination-and-refinement loop that allows for inference-time generalization without parameter updates.

Possible limitations

  • Not stated in the abstract

Abstract

arXiv:2505.17607v3 Announce Type: replace Abstract: Large Language Models (LLMs) display reasoning capabilities over linguistic and symbolic objects but have limited capabilities to directly interpret the continuous numerical outputs of physics simulators, e.g., distances, curvatures, and trajectories that resist discrete tokenisation. Across spatially grounded engineering reasoning tasks, from mechanism design to motion planning, this defines a fundamental gap, which limits the wider application of LLMs within broader geometrical domains, for exmaple interfacing with physics simulators. We propose symbolic intermediaries, compact analytical expressions discovered via symbolic regression, as a structured interface that translates a simulator's numerical traces into a symbolic form, which language models can interpret, compare, and critique while preserving the original geometric semantics. Around this interface we build an agentic coordination-and-refinement loop: a design agent maps natural-language specifications to executable simulation code, a critique agent reasons over the shared symbolic vocabulary, and a revision step turns this feedback into grounded refinement decisions, enabling inference-time generalization without parameter updates. On the MSynth benchmark for planar mechanism synthesis, all three evaluated LLM agents outperform a budget-matched genetic-algorithm baseline by 19-53% (up to 63% lower median error with feedback), and analysis of the critique entries across three model architectures shows that the interface shifts reasoning from generic structural commentary to grounded geometric verification. The principle of translating continuous simulation outputs into symbolic forms generalises to any domain where simulator behaviour must be interpreted linguistically.