← Search

Karen Ullrich

16 accepted papers

2026

Cross-Tokenizer Likelihood Scoring Algorithms for Language Model Distillation

ICLR 2026poster

Computing next-token likelihood ratios between two language models (LMs) is a standard task in training paradigms such as knowledge distillation. Since this requires both models to share the same probability space, it becomes challenging when the teacher and student LMs use different tokenizers, for…

Cited by 0SourcecodeScholar
2026

From Concepts to Components: Concept-Agnostic Attention Module Discovery in Transformers

ICLR 2026poster

Transformers have achieved state-of-the-art performance across diverse language and vision tasks. This success drives the imperative to interpret their internal mechanisms with the dual goals of enhancing performance and improving behavioral control. Attribution methods help advance interpretability…

Cited by 0SourceScholar
2026

How reinforcement learning after next-token prediction facilitates learning

ICLR 2026poster

Recent advances in reasoning domains with neural networks have primarily been enabled by a training recipe that optimizes Large Language Models, previously trained to predict the next-token in a sequence, with reinforcement learning algorithms. We introduce a framework to study the success of this p…

Cited by 0SourceScholar
2026

OpenApps: Simulating Environment Variations to Measure UI Agent Reliability

ICLR 2026oral

Reliability is key to realizing the promise of autonomous UI-agents, multimodal agents that directly interact with the apps humans use, as users must be able to trust an agent to complete a given task. Current evaluations rely on fixed environments---often clones of existing apps--- which are limite…

Cited by 0SourcecodeScholar
2025

Aligned Multi Objective Optimization

ICML 2025poster

To date, the multi-objective optimization literature has mainly focused on conflicting objectives, studying the Pareto front, or requiring users to balance tradeoffs. Yet, in machine learning practice, there are many scenarios where such conflict does not take place. Recent findings from multi-task…

Cited by 1SourcePDFScholar
2025

DIMCIM: A Quantitative Evaluation Framework for Default-mode Diversity and Generalization in Text-to-Image Generative Models

ICCV 2025poster

Recent advances in text-to-image (T2I) models have achieved impressive quality and consistency. However, this has come at the cost of representation diversity. While automatic evaluation methods exist for benchmarking model diversity, they either require reference image datasets or lack specificity…

Cited by 0SourcePDFScholar
2025

Exact Byte-Level Probabilities from Tokenized Language Models for FIM-Tasks and Model Ensembles

ICLR 2025poster

Tokenization is associated with many poorly understood shortcomings in language models (LMs), yet remains an important component for long sequence scaling purposes. This work studies how tokenization impacts model performance by analyzing and comparing the stochastic behavior of tokenized models w…

2024

Are Female Carpenters like Blue Bananas? A Corpus Investigation of Occupation Gender Typicality

ACL 2024findings

People tend to use language to mention surprising properties of events: for example, when a banana is blue, we are more likely to mention color than when it is yellow. This fact is taken to suggest that yellowness is somehow a typical feature of bananas, and blueness is exceptional. Similar to how a…

2024

End-To-End Causal Effect Estimation from Unstructured Natural Language Data

NeurIPS 2024poster

Knowing the effect of an intervention is critical for human decision-making, but current approaches for causal effect estimation rely on manual data collection and structuring, regardless of the causal assumptions. This increases both the cost and time-to-completion for studies. We show how large, d…

Cited by 9SourcePDFScholar
2023

Improving Statistical Fidelity for Neural Image Compression with Implicit Local Likelihood Models

ICML 2023poster

Lossy image compression aims to represent images in as few bits as possible while maintaining fidelity to the original. Theoretical results indicate that optimizing distortion metrics such as PSNR or MS-SSIM necessarily leads to a discrepancy in the statistics of original images from those of recons…

Cited by 29SourcePDFScholar
2021

Improving Lossless Compression Rates via Monte Carlo Bits-Back Coding

ICML 2021oral

Latent variable models have been successfully applied in lossless compression with the bits-back coding algorithm. However, bits-back suffers from an increase in the bitrate equal to the KL divergence between the approximate posterior and the true posterior. In this paper, we show how to remove this…

2021

Lossy Compression for Lossless Prediction

NeurIPS 2021spotlight

Most data is automatically collected and only ever "seen" by algorithms. Yet, data compressors preserve perceptual fidelity rather than just the information needed by algorithms performing downstream tasks. In this paper, we characterize the bit-rate required to ensure high performance on all predic…

2019

Differentiable Probabilistic Models of Scientific Imaging with the Fourier Slice Theorem

UAI 2019poster

Scientific imaging techniques such as optical and electron microscopy and computed tomography (CT) scanning are used to study the 3D structure of an object through 2D observations. These observations are related to the original 3D object through orthogonal integral projections. For common 3D recons…