paper-with-me

Papers

AlphaRoute: Large Language Models as Semantic Optimizers for Multi-Objective Routing

2026-07-22 · Kabir Murjani, Mishri Bhavsar, Manish I. Patel, Jonti Talukdar arxiv

Very Large Scale Integration (VLSI) global routing is an NP-hard combinatorial optimization problem requiring signal net assignment across capacity-constrained 3D grids while minimizing congestion, wirelength, and via transitions. Because traditional heuristics rely on static penalty schedules that fail on complex congestion topologies, we present AlphaRoute: a multi-objective adaptive search framework reformulating rip-up and reroute (R&R) into a dynamic optimization system. We introduce SHAP-based overflow decomposition to isolate per-net congestion, driving targeted subgraph extraction via 3D Dijkstra maze routing and an adaptive PathFinder policy. Crucially, AlphaRoute employs Large Language Models (LLMs) as semantic policy optimizers. Bounded by a deterministic knowledge graph, the LLMs interpret congestion metrics to dynamically adjust penalty parameters. Evaluated on ISPD 2025 benchmarks, AlphaRoute reduces overflow by 98.6% on MEMPOOL. On the constrained ARIANE design, we achieve an overflow of 146,109 (a 29.8x reduction in overflow over the state of the art), yielding a penalized score of S_orig = 0.0538 versus the State-of-the-art (SOTA) 1.780. These results demonstrate that superior algorithmic search geometry can overcome the latency of interpreted Python implementations.

📄 PDF Abstract BibTeX arXiv:2607.19768

Code (1)

arxivsub/arXivSub_daily_arxiv ★ 3

Similar Papers 제목 키워드 기반

AlphaRouter: Quantum Circuit Routing with Reinforcement Learning and Tree Search

2024-10-07 · Wei Tang, Yiheng Duan, Yaroslav Kharkov, Rasool Fakoor 외

Quantum computers have the potential to outperform classical computers in important tasks such as optimization and number factoring. They are characterized by limited connectivity, which necessitates the routing of their…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Are Large Language Models Good Prompt Optimizers?

2024-02-03 · Ruotian Ma, Xiaolei Wang, Xin Zhou, Jian Li 외

LLM-based Automatic Prompt Optimization, which typically utilizes LLMs as Prompt Optimizers to self-reflect and refine prompts, has shown promising performance in recent studies. Despite the success, the underlying mecha…

valid

SemanticOpt: Towards LLM-Based Semantic Black-Box Optimization

2025-10-29 · Jamison Meindl, Yunsheng Tian, Tony Cui, Veronika Thost 외 arxiv

Optimizing an experimental system can be extremely challenging when each experiment is expensive, time-consuming, or difficult to perform. Existing optimizers for expensive black-box problems, such as Bayesian optimizati…

metaTextGrad: Automatically optimizing language model optimizers

2025-05-24 · Guowei Xu, Mert Yuksekgonul, Carlos Guestrin, James Zou

Large language models (LLMs) are increasingly used in learning algorithms, evaluations, and optimization tasks. Recent studies have shown that using LLM-based optimizers to automatically optimize model prompts, demonstra…

Language ModelingLanguage Modellingmodel

Navigating LLM Valley: From AdamW to Memory-Efficient and Matrix-Based Optimizers

2026-05-09 · Aditya Ranganath arxiv

Training large language models requires optimization algorithms that are not only statistically effective, but also computationally and memory efficient at extreme scale. Although Adam remains the dominant optimizer for …