Search papers, labs, and topics across Lattice.
This paper introduces the ElectroMagnetic Reasoning Benchmark (EMRB), designed to assess the capability of large language models (LLMs) in analyzing raw electromagnetic signals through code execution. The benchmark consists of 200 problems across five difficulty levels and 27 question types, revealing a significant drop in performance from 84.9% on basic measurements to 21.2% on complex system design tasks. Additionally, the authors present ReconPilot, a structured approach that enhances LLM performance by 3.8 to 17.6 points across various model backbones, demonstrating the challenges LLMs face in reasoning over unprocessed data.
LLMs struggle significantly with raw electromagnetic signal analysis, scoring as low as 21.2% on complex tasks despite high performance on simpler ones.
Large language models (LLMs) are increasingly used as code agents for scientific and engineering analysis, but their ability to analyze raw physical-layer measurements remains untested. We introduce \textbf{EMRB} (\textbf{E}lectro\textbf{m}agnetic \textbf{R}easoning \textbf{B}enchmark), which evaluates whether LLMs can analyze raw I/Q data by writing and running code. EMRB contains 200 problems across five difficulty levels and 27 question types, from signal detection to OFDM design, generated from 11 signal types with verified ground truth. Unlike benchmarks built on preprocessed features or structured tables, EMRB provides only the raw capture; the quantities each question refers to must first be discovered through code. We evaluate 14 LLMs spanning proprietary, open-weight, and reasoning-oriented families. Scores range from 24.1\% to 78.9\%, with the mean dropping from 84.9\% on basic measurement to 21.2\% on system design. We also propose \textbf{ReconPilot}, a structured method that separates signal reconnaissance, targeted analysis, and self-verification. Across three backbones, ReconPilot raises the overall score by 3.8 to 17.6 points and improves 13 of 15 backbone-level combinations tested. All data and code are publicly released in \href{https://github.com/mingxuZhang2/EMRB}{\textcolor{blue}{our GitHub repository}}.