← Search

Jacek Golebiowski

4 accepted papers

2025

Hyperband-based Bayesian Optimization for Black-box Prompt Selection

ICML 2025poster

Optimal prompt selection is crucial for maximizing large language model (LLM) performance on downstream tasks, especially in black-box settings where models are only accessible via APIs. Black-box prompt selection is challenging due to potentially large, combinatorial search spaces, absence of gradi…

Cited by 3SourcePDFScholar
2023

Geographical Erasure in Language Generation

EMNLP 2023long findings

Large language models (LLMs) encode vast amounts of world knowledge. However, since these models are trained on large swaths of internet data, they are at risk of inordinately capturing information about dominant groups. This imbalance can propagate into generated language. In this work, we study an…

Cited by 0SourcecodeScholar
2023

Optimizing Hyperparameters with Conformal Quantile Regression

ICML 2023poster

Many state-of-the-art hyperparameter optimization (HPO) algorithms rely on model-based optimizers that learn surrogate models of the target function to guide the search. Gaussian processes are the de facto surrogate model due to their ability to capture uncertainty. However, they make strong assumpt…