← Search

Yuekai Sun

40 accepted papers

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
2026

Revenue Maximization Under Sequential Price Competition Via The Estimation Of $s$-Concave Demand Functions

ICLR 2026poster

We consider price competition among multiple sellers over a selling horizon of $T$ periods. In each period, sellers simultaneously offer their prices (which are made public) and subsequently observe their respective demand (not made public). The demand function of each seller depends on all sellers'…

Cited by 0SourcecodeScholar
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

Learning the Distribution Map in Reverse Causal Performative Prediction

AISTATS 2025poster

In numerous predictive scenarios, the predictive model affects the sampling distribution; for example, job applicants often meticulously craft their resumes to navigate through a screening system. Such shifts in distribution are particularly prevalent in social computing, yet, the strategies to lear…

Cited by 0SourceScholar
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

Microfoundation inference for strategic prediction

AISTATS 2025poster

Often in prediction tasks, the predictive model itself can influence the distribution of the target variable, a phenomenon termed *performative prediction*. Generally, this influence stems from strategic actions taken by stakeholders with a vested interest in predictive models. A key challenge that…

Cited by 0SourceScholar
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
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

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

Learning in reverse causal strategic environments with ramifications on two sided markets

ICLR 2024poster

Motivated by equilibrium models of labor markets, we develop a formulation of causal strategic classification in which strategic agents can directly manipulate their outcomes. As an application, we consider employers that seek to anticipate the strategic response of a labor force when developing a h…

Cited by 3SourcePDFScholar
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

Conditional independence testing under misspecified inductive biases

NeurIPS 2023spotlight

Conditional independence (CI) testing is a fundamental and challenging task in modern statistics and machine learning. Many modern methods for CI testing rely on powerful supervised learning methods to learn regression functions or Bayes predictors as an intermediate step; we refer to this class of…

2023

ISAAC Newton: Input-based Approximate Curvature for Newton's Method

ICLR 2023poster

We present ISAAC (Input-baSed ApproximAte Curvature), a novel method that conditions the gradient using selected second-order information and has an asymptotically vanishing computational overhead, assuming a batch size smaller than the number of neurons. We show that it is possible to compute a goo…

2023

Predictor-corrector algorithms for stochastic optimization under gradual distribution shift

ICLR 2023poster

Time-varying stochastic optimization problems frequently arise in machine learning practice (e.g., gradual domain shift, object tracking, strategic classification). Often, the underlying process that drives the distribution shift is continuous in nature. We exploit this underlying continuity by deve…

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
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

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

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

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…

2016

Feature-distributed sparse regression: a screen-and-clean approach

NeurIPS 2016poster

Most existing approaches to distributed sparse regression assume the data is partitioned by samples. However, for high-dimensional data (D >> N), it is more natural to partition the data by features. We propose an algorithm to distributed sparse regression when the data is partitioned by features ra…

Cited by 12SourcePDFScholar