← Search

Mikhail Yurochkin

53 accepted papers

2026

Complementing Self-Consistency with Cross-Model Disagreement for Uncertainty Quantification

ICLR 2026poster

Large language models (LLMs) often produce confident yet incorrect responses, and uncertainty quantification is one potential solution to more robust usage. Recent works routinely rely on self-consistency to estimate aleatoric uncertainty (AU), yet this proxy collapses when models are overconfident…

Cited by 0SourceScholar
2026

From Reasoning Traces to Reusable Modules: Reinforcement Learning for Compositional Generalization in Language Model Reasoning

ICML 2026poster

Reinforcement learning (RL) has emerged as a key mechanism for transforming LLMs into robust reasoners. While supervised fine-tuning (SFT) often limits models to the distribution of observed reasoning traces, RL post-training significantly improves performance on out-of-distribution (OOD) tasks that…

Cited by 0SourceScholar
2025

A transfer learning framework for weak to strong generalization

ICLR 2025poster

Modern large language model (LLM) alignment techniques rely on human feedback, but it is unclear whether the techniques fundamentally limit the capabilities of aligned LLMs. In particular, it is unclear whether it is possible to align (stronger) LLMs with superhuman capabilities with (weaker) human…

Cited by 0SourcePDFScholar
2025

Bridging Human and LLM Judgments: Understanding and Narrowing the Gap

NeurIPS 2025poster

Large language models are increasingly used as judges (LLM-as-a-judge) to evaluate model outputs at scale, but their assessments often diverge systematically from human judgments. We present Bridge, a unified statistical framework that explicitly bridges human and LLM evaluations under both absolute…

Cited by 0SourceScholar
2025

Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead

ICML 2025poster

Fine-tuning large language models (LLMs) with low-rank adaptations (LoRAs) has become common practice, often yielding numerous copies of the same LLM differing only in their LoRA updates. This paradigm presents challenges for systems that serve real-time responses to queries that each involve a diff…

Cited by 5SourcePDFScholar
2025

LiveXiv - A Multi-Modal live benchmark based on Arxiv papers content

ICLR 2025poster

The large-scale training of multi-modal models on data scraped from the web has shown outstanding utility in infusing these models with the required world knowledge to perform effectively on multiple downstream tasks. However, one downside of scraping data from the web can be the potential sacrifice…

2025

Revisiting Reinforcement Learning for LLM Reasoning from A Cross-Domain Perspective

NeurIPS 2025poster

Reinforcement learning (RL) has shown promise in enhancing large language model (LLM) reasoning, yet progress towards broader capabilities is limited by the availability of high-quality, multi-domain datasets. This work introduces \ours, a 92K RL-for-reasoning dataset designed to address this gap, c…

Cited by 0SourceScholar
2025

SPRI: Aligning Large Language Models with Context-Situated Principles

ICML 2025poster

Aligning Large Language Models to integrate and reflect human values, especially for tasks that demand intricate human oversight, is arduous since it is resource-intensive and time-consuming to depend on human expertise for context-specific guidance. Prior work has utilized predefined sets of rules…

Cited by 0SourcePDFScholar
2025

Sloth: scaling laws for LLM skills to predict multi-benchmark performance across families

NeurIPS 2025poster

Scaling laws for large language models (LLMs) predict model performance based on parameters like size and training data. However, differences in training configurations and data processing across model families lead to significant variations in benchmark performance, making it difficult for a single…

Cited by 0SourcecodeScholar
2025

Speculate, then Collaborate: Fusing Knowledge of Language Models during Decoding

ICML 2025poster

Large Language Models (LLMs) often excel in specific domains but fall short in others due to the limitations of their training. Thus, enabling LLMs to solve problems collaboratively by integrating their complementary knowledge promises to improve their performance across domains. To realize this pot…

2024

Aligners: Decoupling LLMs and Alignment

EMNLP 2024finding

Large Language Models (LLMs) need to be aligned with human expectations to ensure their safety and utility in most applications. Alignment is challenging, costly, and needs to be repeated for every LLM and alignment criterion. We propose to decouple LLMs and alignment by training *aligner* models th…

2024

An Investigation of Representation and Allocation Harms in Contrastive Learning

ICLR 2024poster

The effect of underrepresentation on the performance of minority groups is known to be a serious problem in supervised learning settings; however, it has been underexplored so far in the context of self-supervised learning (SSL). In this paper, we demonstrate that contrastive learning (CL), a popula…

2024

Asymmetry in Low-Rank Adapters of Foundation Models

ICML 2024poster

Parameter-efficient fine-tuning optimizes large, pre-trained foundation models by updating a subset of parameters; in this class, Low-Rank Adaptation (LoRA) is particularly effective. Inspired by an effort to investigate the different roles of LoRA matrices during fine-tuning, this paper characteriz…

2024

Distributional Preference Alignment of LLMs via Optimal Transport

NeurIPS 2024poster

Current LLM alignment techniques use pairwise human preferences at a sample level, and as such, they do not imply an alignment on the distributional level. We propose in this paper Alignment via Optimal Transport (AOT), a novel method for distributional preference alignment of LLMs. AOT aligns LLMs…

Cited by 15SourcePDFScholar
2024

Efficient multi-prompt evaluation of LLMs

NeurIPS 2024poster

Most popular benchmarks for comparing LLMs rely on a limited set of prompt templates, which may not fully capture the LLMs’ abilities and can affect the reproducibility of results on leaderboards. Many recent works empirically verify prompt sensitivity and advocate for changes in LLM evaluation. In…

Cited by 12SourcePDFScholar
2024

Fusing Models with Complementary Expertise

ICLR 2024poster

Training AI models that generalize across tasks and domains has long been among the open problems driving AI research. The emergence of Foundation Models made it easier to obtain expert models for a given task, but the heterogeneity of data that may be encountered at test time often means that any s…

2024

Risk Aware Benchmarking of Large Language Models

ICML 2024poster

We propose a distributional framework for benchmarking socio-technical risks of foundation models with quantified statistical significance. Our approach hinges on a new statistical relative testing based on first and second order stochastic dominance of real random variables. We show that the second…

Cited by 1SourcePDFScholar
2024

Uncertainty Quantification via Stable Distribution Propagation

ICLR 2024poster

We propose a new approach for propagating stable probability distributions through neural networks. Our method is based on local linearization, which we show to be an optimal approximation in terms of total variation distance for the ReLU non-linearity. This allows propagating Gaussian and Cauchy in…

Cited by 9SourcePDFScholar
2024

Weak Supervision Performance Evaluation via Partial Identification

NeurIPS 2024poster

Programmatic Weak Supervision (PWS) enables supervised model training without direct access to ground truth labels, utilizing weak labels from heuristics, crowdsourcing, or pre-trained models. However, the absence of ground truth complicates model evaluation, as traditional metrics such as accuracy,…

2024

tinyBenchmarks: evaluating LLMs with fewer examples

ICML 2024poster

The versatility of large language models (LLMs) led to the creation of diverse benchmarks that thoroughly test a variety of language models’ abilities. These benchmarks consist of tens of thousands of examples making evaluation of LLMs very expensive. In this paper, we investigate strategies to redu…

Cited by 31SourcePDFScholar
2023

Learning Proximal Operators to Discover Multiple Optima

ICLR 2023poster

Finding multiple solutions of non-convex optimization problems is a ubiquitous yet challenging task. Most past algorithms either apply single-solution optimization methods from multiple random initial guesses or search in the vicinity of found solutions using ad hoc heuristics. We present an end-to-…

2023

Sampling with Mollified Interaction Energy Descent

ICLR 2023poster

Sampling from a target measure whose density is only known up to a normalization constant is a fundamental problem in computational statistics and machine learning. In this paper, we present a new optimization-based method for sampling called mollified interaction energy descent (MIED). MIED minimiz…

2023

Simple Disentanglement of Style and Content in Visual Representations

ICML 2023poster

Learning visual representations with interpretable features, i.e., disentangled representations, remains a challenging problem. Existing methods demonstrate some success but are hard to apply to large-scale vision datasets like ImageNet. In this work, we propose a simple post-processing framework to…

2023

Understanding new tasks through the lens of training data via exponential tilting

ICLR 2023poster

Deploying machine learning models on new tasks is a major challenge due to differences in distributions of the train (source) data and the new (target) data. However, the training data likely captures some of the properties of the new task. We consider the problem of reweighing the training samples…

2022

Calibrated Data-Dependent Constraints with Exact Satisfaction Guarantees

NeurIPS 2022accept

We consider the task of training machine learning models with data-dependent constraints. Such constraints often arise as empirical versions of expected value constraints that enforce fairness or stability goals. We reformulate data-dependent constraints so that they are calibrated: enforcing the re…

Cited by 0SourcePDFScholar
2022

Domain Adaptation meets Individual Fairness. And they get along.

NeurIPS 2022accept

Many instances of algorithmic bias are caused by distributional shifts. For example, machine learning (ML) models often perform worse on demographic groups that are underrepresented in the training data. In this paper, we leverage this connection between algorithmic fairness and distribution shifts…

Cited by 28SourcePDFScholar
2022

Log-Euclidean Signatures for Intrinsic Distances Between Unaligned Datasets

ICML 2022spotlight

The need for efficiently comparing and representing datasets with unknown alignment spans various fields, from model analysis and comparison in machine learning to trend discovery in collections of medical datasets. We use manifold learning to compare the intrinsic geometric structures of different…

2022

Measuring the robustness of Gaussian processes to kernel choice

AISTATS 2022poster

Gaussian processes (GPs) are used to make medical and scientific decisions, including in cardiac care and monitoring of carbon dioxide emissions. Notably, the choice of GP kernel is often somewhat arbitrary. In particular, uncountably many kernels typically align with qualitative prior knowledge (e.…

Cited by 18SourcePDFScholar
2022

Your fairness may vary: Pretrained language model fairness in toxic text classification

ACL 2022findings

The popularity of pretrained language models in natural language processing systems calls for a careful evaluation of such models in down-stream tasks, which have a higher potential for societal impact. The evaluation of such systems usually focuses on accuracy measures. Our findings in this paper c…

Cited by 72SourcePDFScholar
2021

Does enforcing fairness mitigate biases caused by subpopulation shift?

NeurIPS 2021poster

Many instances of algorithmic bias are caused by subpopulation shifts. For example, ML models often perform worse on demographic groups that are underrepresented in the training data. In this paper, we study whether enforcing algorithmic fairness during training improves the performance of the train…

Cited by 36SourcePDFScholar
2021

Outlier-Robust Optimal Transport

ICML 2021spotlight

Optimal transport (OT) measures distances between distributions in a way that depends on the geometry of the sample space. In light of recent advances in computational OT, OT distances are widely used as loss functions in machine learning. Despite their prevalence and advantages, OT loss functions c…

Cited by 78SourcePDFScholar
2021

Post-processing for Individual Fairness

NeurIPS 2021poster

Post-processing in algorithmic fairness is a versatile approach for correcting bias in ML systems that are already used in production. The main appeal of post-processing is that it avoids expensive retraining. In this work, we propose general post-processing algorithms for individual fairness (IF).…

2020

Continuous Regularized Wasserstein Barycenters

NeurIPS 2020poster

Wasserstein barycenters provide a geometrically meaningful way to aggregate probability distributions, built on the theory of optimal transport. They are difficult to compute in practice, however, leading previous work to restrict their supports to finite sets of points. Leveraging a new dual formul…

2020

Federated Learning with Matched Averaging

ICLR 2020talk

Federated learning allows edge devices to collaboratively learn a shared model while keeping the training data on device, decoupling the ability to do model training from the need to store the data in the cloud. We propose Federated matched averaging (FedMA) algorithm designed for federated learning…

Cited by 1489SourcecodeScholar
2020

Model Fusion with Kullback-Leibler Divergence

ICML 2020poster

We propose a method to fuse posterior distributions learned from heterogeneous datasets. Our algorithm relies on a mean field assumption for both the fused model and the individual dataset posteriors and proceeds using a simple assign-and-average approach. The components of the dataset posteriors ar…

2020

Training individually fair ML models with sensitive subspace robustness

ICLR 2020spotlight

We consider training machine learning models that are fair in the sense that their performance is invariant under certain sensitive perturbations to the inputs. For example, the performance of a resume screening system should be invariant under changes to the gender and/or ethnicity of the applicant…

Cited by 154SourcecodeScholar
2020

Two Simple Ways to Learn Individual Fairness Metrics from Data

ICML 2020poster

Individual fairness is an intuitive definition of algorithmic fairness that addresses some of the drawbacks of group fairness. Despite its benefits, it depends on a task specific fair metric that encodes our intuition of what is fair and unfair for the ML task at hand, and the lack of a widely accep…

2019

Alleviating Label Switching with Optimal Transport

NeurIPS 2019poster

Label switching is a phenomenon arising in mixture model posterior inference that prevents one from meaningfully assessing posterior statistics using standard Monte Carlo procedures. This issue arises due to invariance of the posterior under actions of a group; for example, permuting the ordering of…

2019

Bayesian Nonparametric Federated Learning of Neural Networks

ICML 2019oral

In federated learning problems, data is scattered across different servers and exchanging or pooling it is often impractical or prohibited. We develop a Bayesian nonparametric framework for federated learning with neural networks. Each data server is assumed to provide local neural network weights,…

2019

Dirichlet Simplex Nest and Geometric Inference

ICML 2019oral

We propose Dirichlet Simplex Nest, a class of probabilistic models suitable for a variety of data types, and develop fast and provably accurate inference algorithms by accounting for the model’s convex geometry and low dimensional simplicial structure. By exploiting the connection to Voronoi tessell…

2019

Hierarchical Optimal Transport for Document Representation

NeurIPS 2019poster

The ability to measure similarity between documents enables intelligent summarization and analysis of large corpora. Past distances between documents suffer from either an inability to incorporate semantic similarities between words or from scalability issues. As an alternative, we introduce hierarc…

2019

Scalable inference of topic evolution via models for latent geometric structures

NeurIPS 2019poster

We develop new models and algorithms for learning the temporal dynamics of the topic polytopes and related geometric objects that arise in topic model based inference. Our model is nonparametric Bayesian and the corresponding inference algorithm is able to discover new topics as the time progresses.…

2019

Statistical Model Aggregation via Parameter Matching

NeurIPS 2019poster

We consider the problem of aggregating models learned from sequestered, possibly heterogeneous datasets. Exploiting tools from Bayesian nonparametrics, we develop a general meta-modeling framework that learns shared global latent structures by identifying correspondences among local model parameteri…

2017

Conic Scan-and-Cover algorithms for nonparametric topic modeling

NeurIPS 2017poster

We propose new algorithms for topic modeling when the number of topics is unknown. Our approach relies on an analysis of the concentration of mass and angular geometry of the topic simplex, a convex polytope constructed by taking the convex hull of vertices representing the latent topics. Our algori…

2017

Multi-way Interacting Regression via Factorization Machines

NeurIPS 2017poster

We propose a Bayesian regression method that accounts for multi-way interactions of arbitrary orders among the predictor variables. Our model makes use of a factorization mechanism for representing the regression coefficients of interactions among the predictors, while the interaction selection is g…

2017

Multilevel Clustering via Wasserstein Means

ICML 2017poster

We propose a novel approach to the problem of multilevel clustering, which aims to simultaneously partition data in each group and discover grouping patterns among groups in a potentially large hierarchically structured corpus of data. Our method involves a joint optimization formulation over severa…