paper-with-me

Papers

POLCA: Stochastic Generative Optimization with LLM

2026-03-16 · Xuanfei Ren, Allen Nie, Tengyang Xie, Ching-An Cheng arxiv

Optimizing complex systems, ranging from LLM prompts to multi-turn agents, traditionally requires labor-intensive manual iteration. We formalize this challenge as a stochastic generative optimization problem where a generative language model acts as the optimizer, guided by numerical rewards and text feedback to discover the best system. We introduce Prioritized Optimization with Local Contextual Aggregation (POLCA), a scalable framework designed to handle stochasticity in optimization -- such as noisy feedback, sampling minibatches, and stochastic system behaviors -- while effectively managing the unconstrained expansion of solution space. POLCA maintains a priority queue to manage the exploration-exploitation tradeoff, systematically tracking candidate solutions and their evaluation histories. To enhance efficiency, we integrate an $\varepsilon$-Net mechanism to maintain parameter diversity and an LLM Summarizer to perform meta-learning across historical trials. We theoretically prove that POLCA converges to near-optimal candidate solutions under stochasticity. We evaluate our framework on diverse benchmarks, including $τ$-bench, HotpotQA (agent optimization), VeriBench (code translation) and KernelBench (CUDA kernel generation). Experimental results demonstrate that POLCA achieves robust, sample and time-efficient performance, consistently outperforming state-of-the-art algorithms in both deterministic and stochastic problems. The codebase for this work is publicly available at https://github.com/rlx-lab/POLCA.

📄 PDF Abstract BibTeX arXiv:2603.14769

Code (0)

등록된 구현이 없습니다.

Tasks

Code Translation

Similar Papers 제목 키워드 기반

Principal Orthogonal Latent Components Analysis (POLCA Net)

2024-10-09 · Jose Antonio Martin H., Freddy Perozo, Manuel Lopez

Representation learning is a pivotal area in the field of machine learning, focusing on the development of methods to automatically discover the representations or features needed for a given task from raw data. Unlike t…

Dimensionality ReductionFeature CorrelationFeature EngineeringMultiobjective Optimization+1

POLCA: Power Oversubscription in LLM Cloud Providers

2023-08-24 · Pratyush Patel, Esha Choukse, Chaojie Zhang, Íñigo Goiri 외

Recent innovation in large language models (LLMs), and their myriad use-cases have rapidly driven up the compute capacity demand for datacenter GPUs. Several cloud providers and other enterprises have made substantial pl…

GPU

Ant Colony Sampling with GFlowNets for Combinatorial Optimization

2024-03-11 · Minsu Kim, Sanghyeok Choi, Hyeonah Kim, Jiwoo Son 외

We present the Generative Flow Ant Colony Sampler (GFACS), a novel meta-heuristic method that hierarchically combines amortized inference and parallel stochastic search. Our method first leverages Generative Flow Network…

Combinatorial Optimization

Bridging GANs and Bayesian Neural Networks via Partial Stochasticity

2025-07-01 · Maurizio Filippone, Marius P. Linhard arxiv

Generative Adversarial Networks (GANs) are popular and successful generative models. Despite their success, optimization is notoriously challenging. In this work, we explain the success and limitations of GANs by casting…

SGD Learns One-Layer Networks in WGANs

2019-10-15 · ICML 2020 1 · Qi Lei, Jason D. Lee, Alexandros G. Dimakis, Constantinos Daskalakis

Generative adversarial networks (GANs) are a widely used framework for learning generative models. Wasserstein GANs (WGANs), one of the most successful variants of GANs, require solving a minmax optimization problem to g…