NeFut Logo NeFut
Admin Login

[CS.AI] WaveformQA: Benchmarking LLM Temporal Reasoning on Digital Waveforms

Published at: 2026-07-25 22:00 Last updated: 2026-07-26 07:44
#algorithm #Machine Learning #Open Source

Abstract

Large Language Models (LLMs) have demonstrated strong capabilities in code generation and reasoning, yet their ability to perform temporal reasoning over digital waveform data remains largely unexplored. Although reasoning over digital waveforms is a critical bottleneck in design verification, existing benchmarks primarily evaluate hardware description language (HDL) code generation and use waveforms only as supplementary context. This paper presents WaveformQA, an open-source question-answering benchmark for evaluating LLM temporal reasoning over digital waveforms.

The benchmark comprises 360 questions with programmatically generated ground truths across eight categories of varying difficulty, including questions targeting multi-signal correlation and event ordering. Waveforms are generated from open-source design implementations, ensuring reproducibility and grounding the benchmark in real hardware behavior. Evaluation of frontier LLMs reveals that while models achieve reasonable accuracy on simple queries, performance degrades due to context window limitations and reasoning difficulties on complex temporal and multi-step questions.

In addition, we show that an event-time JSON representation of waveforms improves LLM reasoning accuracy versus the standardized value change dump (VCD) format. The open-source framework supports extending to new question categories and importing new waveform sources, enabling researchers to rapidly prototype temporal reasoning experiments.

Blogger's Review: The introduction of WaveformQA provides a new evaluation platform for the temporal reasoning capabilities of large language models, especially in the field of digital circuit design. By integrating real hardware behavior with an extensible benchmark, it may drive more efficient design verification processes in the future. Researchers should focus on model performance in complex reasoning tasks to further enhance their capabilities.

Original Source: https://arxiv.org/abs/2607.20638

[h] Back to Home