SOTAVerified

BOSS: Bayesian Optimization over String Spaces

2020-10-02NeurIPS 2020Code Available1· sign in to hype

Henry B. Moss, Daniel Beck, Javier Gonzalez, David S. Leslie, Paul Rayson

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This article develops a Bayesian optimization (BO) method which acts directly over raw strings, proposing the first uses of string kernels and genetic algorithms within BO loops. Recent applications of BO over strings have been hindered by the need to map inputs into a smooth and unconstrained latent space. Learning this projection is computationally and data-intensive. Our approach instead builds a powerful Gaussian process surrogate model based on string kernels, naturally supporting variable length inputs, and performs efficient acquisition function maximization for spaces with syntactical constraints. Experiments demonstrate considerably improved optimization over existing approaches across a broad range of constraints, including the popular setting where syntax is governed by a context-free grammar.

Tasks

Reproductions