paper-with-me

홈 › Papers

EvoPrompting: Language Models for Code-Level Neural Architecture Search

2023-02-28 · NeurIPS 2023 11

Given the recent impressive accomplishments of language models (LMs) for code generation, we explore the use of LMs as adaptive mutation and crossover operators for an evolutionary neural architecture search (NAS) algorithm. While NAS still proves too difficult a task for LMs to succeed at solely through prompting, we find that the combination of evolutionary prompt engineering with soft prompt-tuning, a method we term EvoPrompting, consistently finds diverse and high performing models. We first demonstrate that EvoPrompting is effective on the computationally efficient MNIST-1D dataset, where EvoPrompting produces convolutional architecture variants that outperform both those designed by human experts and naive few-shot prompting in terms of accuracy and model size. We then apply our method to searching for graph neural networks on the CLRS Algorithmic Reasoning Benchmark, where EvoPrompting is able to design novel architectures that outperform current state-of-the-art models on 21 out of 30 algorithmic reasoning tasks while maintaining similar model size. EvoPrompting is successful at designing accurate and efficient neural network architectures across a variety of machine learning tasks, while also being general enough for easy adaptation to other tasks beyond neural network design.

📄 PDF Abstract BibTeX arXiv:2302.14838

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationEfficient Neural NetworkNeural Architecture SearchPrompt Engineering

Similar Papers 제목 키워드 기반

NAS-Count: Counting-by-Density with Neural Architecture Search

2020-02-29 · ECCV 2020 8 · Yutao Hu, Xiao-Long Jiang, Xuhui Liu, Baochang Zhang 외

Most of the recent advances in crowd counting have evolved from hand-designed density estimation networks, where multi-scale features are leveraged to address the scale variation problem, but at the expense of demanding …

Crowd CountingDecoderDensity EstimationNeural Architecture Search

A Fully Differentiable Beam Search Decoder

2019-02-16 · Ronan Collobert, Awni Hannun, Gabriel Synnaeve

We introduce a new beam search decoder that is fully differentiable, making it possible to optimize at training time through the inference procedure. Our decoder allows us to combine models which operate at different gra…

DecoderLanguage ModelingLanguage Modellingspeech-recognition+1

HAPS: Hierarchical LLM Routing with Joint Architecture and Parameter Search

2026-01-09 · Zihang Tian, Rui Li, Jingsen Zhang, Xiaohe Bo 외 arxiv

Large language model (LLM) routing aims to exploit the specialized strengths of different LLMs for diverse tasks. However, existing approaches typically focus on selecting LLM architectures while overlooking parameter se…

Language-Agnostic Visual-Semantic Embeddings

2019-10-01 · ICCV 2019 10 · Jonatas Wehrmann, Douglas M. Souza, Mauricio A. Lopes, Rodrigo C. Barros

This paper proposes a framework for training language-invariant cross-modal retrieval models. We also introduce a novel character-based word-embedding approach, allowing the model to project similar words across language…

Cross-Modal RetrievalRetrievalWord Embeddings

Beyond Function-Level Search: Repository-Aware Dual-Encoder Code Retrieval with Adversarial Verification

2025-10-16 · Aofan Liu, Shiyuan Song, Haoxuan Li, Cehao Yang 외 arxiv

The escalating complexity of modern codebases has intensified the need for retrieval systems capable of interpreting cross-component change intents, a capability fundamentally absent in conventional function-level search…

Natural Language Queries