← Search

William Bankes

4 accepted papers

2026

Robust Multi-Objective Controlled Decoding of Large Language Models

ICLR 2026poster

We introduce Robust Multi-Objective Decoding (RMOD), a novel inference-time algorithm that robustly aligns Large Language Models (LLMs) to multiple human objectives (e.g., instruction-following, helpfulness, safety) by maximizing the worst-case rewards. RMOD formulates the robust decoding problem as…

Cited by 0SourcecodeScholar
2025

Detecting High-Stakes Interactions with Activation Probes

NeurIPS 2025poster

Monitoring is an important aspect of safely deploying Large Language Models (LLMs). This paper examines activation probes for detecting ``high-stakes'' interactions---where the text indicates that the interaction might lead to significant harm---as a critical, yet underexplored, target for such moni…

Cited by 0SourcecodeScholar
2025

Right Now, Wrong Then: Non-Stationary Direct Preference Optimization under Preference Drift

ICML 2025poster

Current Large Language Model (LLM) preference optimization algorithms do not account for temporal preference drift, which can lead to severe misalignment. To address this limitation, we propose **Non-Stationary Direct Preference Optimisation (NS-DPO)** that models time-dependent reward functions wit…

Cited by 0SourcePDFScholar
2024

REDUCR: Robust Data Downsampling using Class Priority Reweighting

NeurIPS 2024poster

Modern machine learning models are becoming increasingly expensive to train for real-world image and text classification tasks, where massive web-scale data is collected in a streaming fashion. To reduce the training cost, online batch selection techniques have been developed to choose the most info…