← Search

Jos Rozen

8 accepted papers

2026

Whatever Remains Must Be True: Filtering Drives Reasoning in LLMs, Shaping Diversity

ICLR 2026poster

Reinforcement Learning (RL) has become the _de facto_ standard for tuning LLMs to solve tasks involving reasoning. However, growing evidence shows that such models often suffer from a significant loss in diversity. We argue that this arises because RL implicitly optimizes the Reverse KL to a target…

Cited by 0SourcecodeScholar
2025

ELITR-Bench: A Meeting Assistant Benchmark for Long-Context Language Models

COLING 2025main

Research on Large Language Models (LLMs) has recently witnessed an increasing interest in extending the models’ context size to better capture dependencies within long documents. While benchmarks have been proposed to assess long-range abilities, existing efforts primarily considered generic tasks t…

2025

FaST: Feature-aware Sampling and Tuning for Personalized Preference Alignment with Limited Data

EMNLP 2025

LLM-powered conversational assistants are often deployed in a one-size-fits-all manner, which fails to accommodate individual user preferences. Recently, LLM personalization – tailoring models to align with specific user preferences – has gained increasing attention as a way to bridge this gap. In t

2025

Guaranteed Generation from Large Language Models

ICLR 2025poster

As large language models (LLMs) are increasingly used across various applications, there is a growing need to control text generation to satisfy specific constraints or requirements. This raises a crucial question: Is it possible to guarantee strict constraint satisfaction in generated outputs while…

Cited by 3SourcePDFScholar
2024

Compositional Preference Models for Aligning LMs

ICLR 2024poster

As language models (LMs) become more capable, it is increasingly important to align them with human preferences. However, the dominant paradigm for training Preference Models (PMs) for that purpose suffers from fundamental limitations, such as lack of transparency and scalability, along with suscept…

2023

Aligning Language Models with Preferences through $f$-divergence Minimization

ICML 2023poster

Aligning language models with preferences can be posed as approximating a target distribution representing some desired behavior. Existing approaches differ both in the functional form of the target distribution and the algorithm used to approximate it. For instance, Reinforcement Learning from Huma…

2023

Should you marginalize over possible tokenizations?

ACL 2023short

Autoregressive language models (LMs) map token sequences to probabilities. The usual practice for computing the probability of any character string (e.g. English sentences) is to first transform it into a sequence of tokens that is scored by the model. However, there are exponentially many token seq…

2022

Multitask Prompted Training Enables Zero-Shot Task Generalization

ICLR 2022spotlight

Large language models have recently been shown to attain reasonable zero-shot generalization on a diverse set of tasks (Brown et al., 2020). It has been hypothesized that this is a consequence of implicit multitask learning in language models’ pretraining (Radford et al., 2019). Can zero-shot genera…