← Search

Mingxuan Yuan

56 accepted papers

2026

A Hierarchical Circuit Symbolic Discovery Framework for Efficient Logic Optimization

ICLR 2026poster

The efficiency of Logic Optimization (LO) has become one of the key bottlenecks in chip design. To prompt efficient LO, many graph-based machine learning (ML) methods, such as graph neural networks (GNNs), have been proposed to predict and prune a large number of ineffective subgraphs of the LO heur…

Cited by 0SourceScholar
2026

Adversarial Latent Embedding Repair for LLM Continual Learning

ICML 2026poster

Research on continual learning for LLMs seeks to acquire new skills without catastrophic forgetting of established prior knowledge. However, domain-specific fine-tuning still triggers severe, long-tailed forgetting issues even under narrow updates, particularly when the pre-training data is inaccess…

Cited by 0SourceScholar
2026

Beyond Speedup - Utilizing KV Cache for Sampling and Reasoning

ICLR 2026poster

KV caches, typically used only to speed up autoregressive decoding, encode contextual information that can be reused for downstream tasks at no extra cost. We propose treating the KV cache as a lightweight representation, eliminating the need to recompute or store full hidden states. Despite being w…

Cited by 0SourceScholar
2026

Beyond Tokens: Enhancing RTL Quality Estimation via Structural Graph Learning

ICML 2026poster

Estimating the quality of register transfer level (RTL) designs is crucial in the electronic design automation (EDA) workflow, as it enables instant feedback on key performance metrics like area and delay without the need for time-consuming logic synthesis. While recent approaches have leveraged lar…

Cited by 0SourceScholar
2026

D-ARL: A Distribution-Matched Asynchronous Reinforcement Learning Framework for Language Reasoning

ICML 2026poster

Asynchronous reinforcement learning (RL) has shown notable success in accelerating the post-training of large language models (LLMs). However, its decoupled data generation and training paradigm introduces a fundamental distributional mismatch between data generated by stale behavior policies and cu…

Cited by 0SourceScholar
2026

EoH-S: Evolution of Heuristic Set Using LLMs for Automated Heuristic Design

AAAI 2026technical

Automated Heuristic Design (AHD) using Large Language Models (LLMs) has achieved notable success in the past two years. Despite the effectiveness of existing approaches, they only design a single heuristic to serve all problem instances, often inducing poor generalization across different distributi

Cited by 0SourcePDFScholar
2026

Evolving Graph Structured Programs for Circuit Generation with Large Language Models

ICLR 2026poster

Logic synthesis (LS), which aims to generate a *compact* logic circuit graph with minimized size while *accurately* satisfying a given functionality, plays an important role in chip design. However, existing LS methods struggle to balance circuit structure compactness and functional accuracy, often…

Cited by 0SourceScholar
2026

Expertise Can Be Helpful for Reinforcement Learning-based Macro Placement

ICLR 2026poster

Chip placement determines the locations of electronic components on a chip layout, which directly impacts performance, power, and area (PPA) metrics, and thus is a critical step in electronic design automation (EDA). As modern chips scale to accommodate millions of components, manual placement by hu…

Cited by 0SourceScholar
2026

From Conflict to Consensus: Boosting Medical Reasoning via Multi-Round Agentic RAG

ICML 2026poster

Large Language Models (LLMs) exhibit high reasoning capacity in medical question-answering, but their tendency to produce hallucinations and outdated knowledge poses critical risks in healthcare fields. While Retrieval-Augmented Generation (RAG) mitigates these issues, existing methods rely on noisy…

Cited by 0SourceScholar
2026

From Intent to Solver Code: Semantic Alignment in Optimization Modeling

ICML 2026poster

Large language models (LLMs) have opened new paradigms in optimization modeling by enabling the generation of executable solver code from natural language descriptions. Despite this promise, existing approaches typically remain solver-driven: they rely on single-pass forward generation and apply lim…

Cited by 0SourceScholar
2026

MOSS: Efficient and Accurate FP8 LLM Training with Microscaling and Automatic Scaling

ICLR 2026poster

Training large language models with FP8 formats offers significant efficiency gains. However, the reduced numerical precision of FP8 poses challenges for stable and accurate training. Current frameworks preserve training performance using mixed-granularity quantization, i.e., applying per-group quan…

Cited by 0SourceScholar
2026

Multimodal LLM-assisted Evolutionary Search for Programmatic Control Policies

ICLR 2026poster

Deep reinforcement learning has achieved impressive success in control tasks. However, its policies, represented as opaque neural networks, are often difficult for humans to understand, verify, and debug, which undermines trust and hinders real-world deployment. This work addresses this challenge by…

Cited by 0SourcecodeScholar
2026

Opt-Miner: Empowering Information-Seeking Agent with Tree-Guided Data Synthesis for Optimization Modeling

ICML 2026poster

Large Language Model (LLM) agents have shown significant potential in automated optimization modeling for mathematical problems. However, real-world problems are still challenging due to their knowledge-intensive nature. Existing methods, constrained by static parametric knowledge, often lack the do…

Cited by 0SourceScholar
2026

Opt-Verifier: Unleashing the Power of LLMs for Optimization Modeling via Dual-Side Verification

ICML 2026poster

Building mathematical optimization models is critical in operations research (OR), while it requires substantial human expertise. Recent advancements have utilized large language models (LLMs) to automate this modeling process. However, existing works often struggle to verify the correctness of the …

Cited by 0SourceScholar
2026

PASER: Post-Training Data Selection for Efficient Pruned Large Language Model Recovery

ICLR 2026poster

Model pruning is an effective approach for compressing large language models (LLMs). However, this process often leads to significant degradation of model capabilities. While post-training techniques such as instruction tuning are commonly employed to recover model performance, existing methods ofte…

Cited by 0SourceScholar
2026

Reasoning Scaffolding: Distilling the Flow of Thought from LLMs

ICLR 2026poster

The prevailing approach to distilling reasoning from Large Language Models (LLMs)—behavioral cloning from textual rationales—is fundamentally limited. It teaches Small Language Models (SLMs) to mimic surface-level patterns rather than the underlying algorithmic structure of thought, resulting in a c…

Cited by 0SourceScholar
2026

Scaling Up, Speeding Up: A Benchmark of Speculative Decoding for Efficient LLM Test-Time Scaling

ICLR 2026poster

Test-time scaling has emerged as a powerful paradigm for enhancing the reasoning capabilities of large language models (LLMs) by allocating additional computational resources during inference. However, this paradigm is inherently inefficient due to the generation of redundant and repetitive reasonin…

Cited by 0SourcecodeScholar
2026

Towards Understanding the Dynamics of Low-Rank Adaptation

ICML 2026poster

Low-Rank Adaptation (LoRA) is a widely used parameter-efficient fine-tuning technique, and previous works have studied the update dynamics of LoRA, showing that updating via the low-rank matrix $\mathbf{A}$ can be viewed as a process within the compressed subspace defined by $\mathbf{A}^{\top} \math…

Cited by 0SourceScholar
2026

TrimR: Verifier-based Training-Free Thinking Trimming for Efficient Test-Time Scaling

ICLR 2026poster

Large Reasoning Models (LRMs) demonstrate exceptional capability in tackling complex mathematical, logical, and coding tasks by leveraging extended Chain-of-Thought (CoT) reasoning. Test-time scaling methods—such as prolonging CoT with explicit token-level exploration—can push LRMs’ accuracy boundar…

Cited by 0SourceScholar
2026

UniRTL: Unifying Code and Graph for Robust RTL Representation Learning

ICML 2026poster

Developing effective representations for register transfer level (RTL) designs is crucial for accelerating the hardware design workflow. Existing approaches, however, typically rely on a single data modality, either the RTL code or its associated graph-based representation, limiting the expressivene…

Cited by 0SourceScholar
2026

Why Attention Patterns Exist: A Unifying Temporal Perspective Analysis

ICLR 2026poster

Attention patterns play a crucial role in both training and inference of large language models (LLMs). Prior works have identified individual patterns—such as retrieval heads, sink heads, and diagonal traces—but these observations remain fragmented and lack a unifying explanation. To bridge this gap…

Cited by 0SourcecodeScholar
2025

A Graph Enhanced Symbolic Discovery Framework For Efficient Logic Optimization

ICLR 2025poster

The efficiency of Logic Optimization (LO) has become one of the key bottlenecks in chip design. To prompt efficient LO, previous studies propose using a key scoring function to predict and prune a large number of ineffective nodes of the LO heuristics. However, the existing scoring functions struggl…

Cited by 0SourcePDFScholar
2025

A Survey of Optimization Modeling Meets LLMs: Progress and Future Directions

IJCAI 2025

By virtue of its great utility in solving real-world problems, optimization modeling has been widely employed for optimal decision-making across various sectors, but it requires substantial expertise from operations research professionals. With the advent of large language models (LLMs), new opportu

Cited by 0SourcePDFScholar
2025

Accelerating Large Language Model Reasoning via Speculative Search

ICML 2025poster

Tree-search-based reasoning methods have significantly enhanced the reasoning capability of large language models (LLMs) by facilitating the exploration of multiple intermediate reasoning steps, i.e., thoughts. However, these methods suffer from substantial inference latency, as they have to generat…

Cited by 0SourcePDFScholar
2025

Accurate KV Cache Eviction via Anchor Direction Projection for Efficient LLM Inference

NeurIPS 2025poster

Key-Value (KV) cache eviction---which retains the KV pairs of the most important tokens while discarding less important ones---is a critical technique for optimizing both memory usage and inference latency in large language models (LLMs). However, existing approaches often rely on simple heuristics-…

Cited by 0SourceScholar
2025

AttentionPredictor: Temporal Patterns Matter for KV Cache Compression

NeurIPS 2025poster

With the development of large language models (LLMs), efficient inference through Key-Value (KV) cache compression has attracted considerable attention, especially for long-context generation. To compress the KV cache, recent methods identify critical KV tokens through static modeling of attention s…

Cited by 0SourcecodeScholar
2025

Benchmarking End-To-End Performance of AI-Based Chip Placement Algorithms

NeurIPS 2025poster

Chip placement is a critical step in the Electronic Design Automation (EDA) workflow, which aims to arrange chip modules on the canvas to optimize the performance, power, and area (PPA) metrics of final designs. Recent advances show great potential of AI-based algorithms in chip placement. However,…

Cited by 0SourceScholar
2025

Boosting Neural Combinatorial Optimization for Large-Scale Vehicle Routing Problems

ICLR 2025poster

Neural Combinatorial Optimization (NCO) methods have exhibited promising performance in solving Vehicle Routing Problems (VRPs). However, most NCO methods rely on the conventional self-attention mechanism that induces excessive computational complexity, thereby struggling to contend with large-scale…

Cited by 1SourcePDFScholar
2025

CORE: Collaborative Optimization with Reinforcement Learning and Evolutionary Algorithm for Floorplanning

NeurIPS 2025poster

Floorplanning is the initial step in the physical design process of Electronic Design Automation (EDA), directly influencing subsequent placement, routing, and final power of the chip. However, the solution space in floorplanning is vast, and current algorithms often struggle to explore it sufficien…

Cited by 0SourcecodeScholar
2025

Certifying Language Model Robustness with Fuzzed Randomized Smoothing: An Efficient Defense Against Backdoor Attacks

ICLR 2025poster

The widespread deployment of pre-trained language models (PLMs) has exposed them to textual backdoor attacks, particularly those planted during the pre-training stage. These attacks pose significant risks to high-reliability applications, as they can stealthily affect multiple downstream tasks. Whil…

Cited by 0SourcePDFScholar
2025

Circuit Transformer: A Transformer That Preserves Logical Equivalence

ICLR 2025poster

Implementing Boolean functions with circuits consisting of logic gates is fundamental in digital computer design. However, the implemented circuit must be exactly equivalent, which hinders generative neural approaches on this task due to their occasionally wrong predictions. In this study, we introd…

2025

Computing Circuits Optimization via Model-Based Circuit Genetic Evolution

ICLR 2025poster

Optimizing computing circuits such as multipliers and adders is a fundamental challenge in modern integrated circuit design. Recent efforts propose formulating this optimization problem as a reinforcement learning (RL) proxy task, offering a promising approach to search high-speed and area-efficient…

Cited by 4SourcePDFScholar
2025

Dependency Matters: Enhancing LLM Reasoning with Explicit Knowledge Grounding

NeurIPS 2025poster

Large language models (LLMs) often produce reasoning steps that are superficially coherent yet internally inconsistent, leading to unreliable outputs. Since such failures typically arise from implicit or poorly-grounded knowledge, we introduce \emph{Grounded Reasoning in Dependency (GRiD)}, a novel…

Cited by 0SourcecodeScholar
2025

High-Performance Arithmetic Circuit Optimization via Differentiable Architecture Search

NeurIPS 2025spotlight

Arithmetic circuit optimization remains a fundamental challenge in modern integrated circuit design. Recent advances have cast this problem within the Learning to Optimize (L2O) paradigm, where intelligent agents autonomously explore high-performance design spaces with encouraging results. However,…

Cited by 0SourceScholar
2025

HyperTree Planning: Enhancing LLM Reasoning via Hierarchical Thinking

ICML 2025poster

Recent advancements have significantly enhanced the performance of large language models (LLMs) in tackling complex reasoning tasks, achieving notable success in domains like mathematical and logical reasoning. However, these methods encounter challenges with complex planning tasks, primarily due to…

Cited by 0SourcePDFScholar
2025

KVTuner: Sensitivity-Aware Layer-Wise Mixed-Precision KV Cache Quantization for Efficient and Nearly Lossless LLM Inference

ICML 2025poster

KV cache quantization can improve Large Language Models (LLMs) inference throughput and latency in long contexts and large batch-size scenarios while preserving LLMs effectiveness. However, current methods have three unsolved issues: overlooking layer-wise sensitivity to KV cache quantization, high…

2025

LaMPlace: Learning to Optimize Cross-Stage Metrics in Macro Placement

ICLR 2025oral

Machine learning techniques have shown great potential in enhancing macro placement, a critical stage in modern chip design. However, existing methods primarily focus on *online* optimization of *intermediate surrogate metrics* that are available at the current placement stage, rather than directly…

Cited by 2SourcePDFScholar
2025

LoRE-Merging: Exploring Low-Rank Estimation For Large Language Model Merging

EMNLP 2025

While most current approaches rely on further training techniques, such as fine-tuning or reinforcement learning, to enhance model capacities, model merging stands out for its ability of improving models without requiring any additional training. In this paper, we propose a unified framework for mod

Cited by 0SourcePDFScholar
2025

Preserving LLM Capabilities through Calibration Data Curation: From Analysis to Optimization

NeurIPS 2025poster

Post-training compression has been a widely employed approach to scale down large language model (LLM) and facilitate efficient inference. In various proposed compression methods, including pruning and quantization, calibration data plays a vital role by informing the weight importance and activatio…

Cited by 0SourcecodeScholar
2025

Sens-Merging: Sensitivity-Guided Parameter Balancing for Merging Large Language Models

ACL 2025finding

Recent advances in large language models have led to numerous task-specialized fine-tuned variants, creating a need for efficient model merging techniques that preserve specialized capabilities while avoiding costly retraining. While existing task vector-based merging methods show promise, they typi…

2025

SpaceGNN: Multi-Space Graph Neural Network for Node Anomaly Detection with Extremely Limited Labels

ICLR 2025poster

Node Anomaly Detection (NAD) has gained significant attention in the deep learning community due to its diverse applications in real-world scenarios. Existing NAD methods primarily embed graphs within a single Euclidean space, while overlooking the potential of non-Euclidean spaces. Besides, to ad…

2025

The Graph’s Apprentice: Teaching an LLM Low-Level Knowledge for Circuit Quality Estimation

IJCAI 2025

Logic synthesis is a crucial phase in the circuit design process, responsible for transforming hardware description language (HDL) designs into optimized netlists. However, traditional logic synthesis methods are computationally intensive, restricting their iterative use in refining chip designs. Re

2024

A Circuit Domain Generalization Framework for Efficient Logic Synthesis in Chip Design

ICML 2024spotlight

Logic Synthesis (LS) plays a vital role in chip design. A key task in LS is to simplify circuits---modeled by directed acyclic graphs (DAGs)---with functionality-equivalent transformations. To tackle this task, many LS heuristics apply transformations to subgraphs---rooted at each node on an input D…

2024

A Hierarchical Adaptive Multi-Task Reinforcement Learning Framework for Multiplier Circuit Design

ICML 2024poster

Multiplier design---which aims to explore a large combinatorial design space to simultaneously optimize multiple conflicting objectives---is a fundamental problem in the integrated circuits industry. Although traditional approaches tackle the multi-objective multiplier optimization problem by manual…

Cited by 17SourcePDFScholar
2024

BetterV: Controlled Verilog Generation with Discriminative Guidance

ICML 2024poster

Due to the growing complexity of modern Integrated Circuits (ICs), there is a need for automated circuit design methods. Recent years have seen increasing research in hardware design language generation to facilitate the design process. In this work, we propose a Verilog generation framework, Better…

Cited by 40SourcePDFScholar
2024

DPN: Decoupling Partition and Navigation for Neural Solvers of Min-max Vehicle Routing Problems

ICML 2024poster

The min-max vehicle routing problem (min-max VRP) traverses all given customers by assigning several routes and aims to minimize the length of the longest route. Recently, reinforcement learning (RL)-based sequential planning methods have exhibited advantages in solving efficiency and optimality. Ho…

2024

Evolution of Heuristics: Towards Efficient Automatic Algorithm Design Using Large Language Model

ICML 2024oral

Heuristics are widely used for dealing with complex search and optimization problems. However, manual design of heuristics can be often very labour extensive and requires rich working experience and knowledge. This paper proposes Evolution of Heuristic (EoH), a novel evolutionary paradigm that lever…

2024

FlexPlanner: Flexible 3D Floorplanning via Deep Reinforcement Learning in Hybrid Action Space with Multi-Modality Representation

NeurIPS 2024poster

In the Integrated Circuit (IC) design flow, floorplanning (FP) determines the position and shape of each block. Serving as a prototype for downstream tasks, it is critical and establishes the upper bound of the final PPA (Power, Performance, Area). However, with the emergence of 3D IC with stacked l…

Cited by 0SourcePDFScholar
2024

PreRoutGNN for Timing Prediction with Order Preserving Partition: Global Circuit Pre-training, Local Delay Learning and Attentional Cell Modeling

AAAI 2024technical

Pre-routing timing prediction has been recently studied for evaluating the quality of a candidate cell placement in chip design. It involves directly estimating the timing metrics for both pin-level (slack, slew) and edge-level (net delay, cell delay), without time-consuming routing. However, it oft…

2024

Prompt Learning for Generalized Vehicle Routing

IJCAI 2024poster

Neural combinatorial optimization (NCO) is a promising learning-based approach to solving various vehicle routing problems without much manual algorithm design. However, the current NCO methods mainly focus on the in-distribution performance, while the real-world problem instances usually come from…

2024

Reinforcement Learning within Tree Search for Fast Macro Placement

ICML 2024poster

Macro placement is a crucial step in modern chip design, and reinforcement learning (RL) has recently emerged as a promising technique for improving the placement quality. However, existing RL-based techniques are hindered by their low sample efficiency, requiring numerous online rollouts or substan…

Cited by 17SourcePDFScholar
2024

Towards Next-Generation Logic Synthesis: A Scalable Neural Circuit Generation Framework

NeurIPS 2024poster

Logic Synthesis (LS) aims to generate an optimized logic circuit satisfying a given functionality, which generally consists of circuit translation and optimization. It is a challenging and fundamental combinatorial optimization problem in integrated circuit design. Traditional LS approaches rely on…

Cited by 5SourcePDFScholar
2024

UDC: A Unified Neural Divide-and-Conquer Framework for Large-Scale Combinatorial Optimization Problems

NeurIPS 2024poster

Single-stage neural combinatorial optimization solvers have achieved near-optimal results on various small-scale combinatorial optimization (CO) problems without requiring expert knowledge. However, these solvers exhibit significant performance degradation when applied to large-scale CO problems. Re…

2023

Learning Cut Selection for Mixed-Integer Linear Programming via Hierarchical Sequence Model

ICLR 2023poster

Cutting planes (cuts) are important for solving mixed-integer linear programs (MILPs), which formulate a wide range of important real-world applications. Cut selection---which aims to select a proper subset of the candidate cuts to improve the efficiency of solving MILPs---heavily depends on (P1) wh…

Cited by 62SourcePDFScholar
2023

ROCO: A General Framework for Evaluating Robustness of Combinatorial Optimization Solvers on Graphs

ICLR 2023poster

Solving combinatorial optimization (CO) on graphs has been attracting increasing interests from the machine learning community whereby data-driven approaches were recently devised to go beyond traditional manually-designated algorithms. In this paper, we study the robustness of a combinatorial solve…

Cited by 19SourcePDFScholar
2021

A Hierarchical Reinforcement Learning Based Optimization Framework for Large-scale Dynamic Pickup and Delivery Problems

NeurIPS 2021poster

The Dynamic Pickup and Delivery Problem (DPDP) is an essential problem in the logistics domain, which is NP-hard. The objective is to dynamically schedule vehicles among multiple sites to serve the online generated orders such that the overall transportation cost could be minimized. The critical cha…

Cited by 87SourcePDFScholar