English

EXPLORE: Exploration with Guided Search for Analog Topology Generation using Language Models

Machine Learning 2026-07-15 v1

Abstract

Automating analog circuit topology design is essential to reduce the extensive manual effort required to meet increasingly diverse and customized application demands. Recent advances have applied sequence-to-sequence fine-tuning on pretrained language models to directly generate circuit topologies from user specifications in a single pass. However, these one-shot generation methods failed to generate complex circuits due to their exponentially growing search spaces and limited training datasets. In this paper, we present EXPLORE, a search-enhanced framework that integrates simulator-guided Monte Carlo Tree Search (MCTS) with transformer-based decoding to enable test-time scaling for analog topology generation. By leveraging language-model priors and bypassing high-confidence structural tokens, EXPLORE allocates expensive simulator budget primarily toward topology-altering decisions during search. On a 6-component benchmark at a tight tolerance of 0.01, EXPLORE raises the success rate from 12% for one-shot generation and 33% for a sampling-and-filter baseline to 65%, and lowers MSE by over 20% relative to sampling-and-filter under the same search budget. These results establish EXPLORE as the first framework to integrate structured test-time search with LM decoding for analog topology generation, and a practical step toward scaling LLM-driven design automation.

Cite

@article{arxiv.2607.13416,
  title  = {EXPLORE: Exploration with Guided Search for Analog Topology Generation using Language Models},
  author = {Guanglei Zhou and Chen-Chia Chang and Yikang Shen and Jonathan Ku and Isaac Jacobson and Jingyu Pan and Yiran Chen and Xin Zhang},
  journal= {arXiv preprint arXiv:2607.13416},
  year   = {2026}
}

Comments

MLCAD 26' accepted