Complexity Horizons of Compressed Models in Analog Circuit Analysis

arXiv cs.AI / 5/5/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research

Key Points

  • The paper addresses how deploying LLMs for analog circuit analysis requires balancing reasoning accuracy against computational efficiency, which existing evaluation approaches often treat too simplistically.
  • It proposes a performance-aware model compression method that uses prerequisite graphs (DAGs) to characterize where different compressed tiers of an LLM can still operate effectively.
  • The framework includes an agentic pipeline that generates prerequisite-based datasets and an evaluation engine that cascades questions across multiple compressed LLM variants.
  • Experiments on analog electronics datasets show that prerequisite graphs provide a fine-grained “complexity horizon” map, enabling selection of the smallest compressed model that remains competent for a given task complexity.
  • Source code and a public demo are provided, supporting reproducibility and exploration of the approach for circuit-analysis use cases.

Abstract

The deployment of Large Language Models (LLMs) for specialized engineering domains, such as circuit analysis, often faces a trade-off between reasoning accuracy and computational efficiency. Traditional evaluation methods treat model performance as a flat metric, failing to account for the hierarchical nature of engineering knowledge. We propose a performance-aware model compression strategy that utilizes prerequisite graphs to optimize model selection for circuit analysis tasks. By structuring electronics design concepts as Directed Acyclic Graphs (DAGs), we can identify the specific complexity horizons of an LLM's compressed variants' tiers. Our framework introduces an agentic pipeline for generating prerequisite-based datasets and a strategic evaluation engine that dynamically cascades queries across a spectrum of compressed variants of an LLM. This approach allows to select the smallest compressed model, given its conceptual knowledge boundaries in circuit analysis. Experimental results on analog electronics datasets demonstrate that prerequisite graphs provide a granular map of model compression with respect to the performance given circuit analysis complexity. (Source Code: https://github.com/pacomesimon/LLM_prereq_graphs_circuit_analysis, Demo: https://huggingface.co/spaces/pacomesimon/LLM_prereq_graphs_circuit_analysis)