← Search

Frederic Sala

37 accepted papers

2026

CARE: Confounder-Aware Aggregation for Reliable LLM Evaluation

ICML 2026poster

LLM-as-a-judge ensembles are the standard paradigm for scalable evaluation, but their aggregation mechanisms suffer from a fundamental flaw: they implicitly assume that judges provide independent estimates of true quality. However, in practice, LLM judges exhibit correlated errors caused by shared l…

Cited by 0SourceScholar
2026

Evaluating Sample Utility for Efficient Data Selection by Mimicking Model Weights

ICML 2026poster

Large-scale web-crawled datasets contain noise, bias, and irrelevant information, necessitating data selection techniques. Existing methods depend on hand-crafted heuristics, downstream datasets, or require expensive influence-based computations---all of which limit scalability and introduce unwante…

Cited by 0SourceScholar
2026

Expressivity-Efficiency Tradeoffs for Hybrid Sequence Models

ICML 2026oral

Hybrid sequence models—combining Transformer and state-space model layers—seek to gain the expressive versatility of attention as well as the computational efficiency of state-space model layers. Despite burgeoning interest in hybrid models, we lack a basic understanding of the settings where—and un…

Cited by 0SourceScholar
2026

LiveResearchBench: Benchmarking Single- and Multi-Agent Systems for Citation-Grounded Deep Research

ICLR 2026poster

Deep research---producing comprehensive, citation-backed reports by searching across hundreds of live websites---marks an important frontier for agentic systems. To rigorously evaluate this ability, three principles are essential: tasks should be (1) user-centric, reflecting realistic information ne…

Cited by 0SourcecodeScholar
2026

Weight Updates as Activation Shifts: A Principled Framework for Steering

ICML 2026poster

Activation steering promises to be an extremely parameter-efficient form of adaptation, but its effectiveness depends on critical design choices---such as intervention location and parameterization---that currently rely on empirical heuristics rather than a principled foundation. We establish a firs…

Cited by 0SourceScholar
2025

Beyond Accuracy: Dissecting Mathematical Reasoning for LLMs Under Reinforcement Learning

NeurIPS 2025poster

Reinforcement learning (RL) has become the dominant paradigm for improving the performance of language models on complex reasoning tasks. Despite the substantial empirical gains demonstrated by RL-based training methods like GRPO, a granular understanding of why and how RL enhances performance is st…

Cited by 0SourcecodeScholar
2025

Rethinking Confidence Scores and Thresholds in Pseudolabeling-based SSL

ICML 2025poster

Modern semi-supervised learning (SSL) methods rely on pseudolabeling and consistency regularization. Pseudolabeling is typically performed by comparing the model's confidence scores and a predefined threshold. While several heuristics have been proposed to improve threshold selection, the underlyin…

Cited by 0SourcePDFScholar
2025

Weaver: Shrinking the Generation-Verification Gap by Scaling Compute for Verification

NeurIPS 2025poster

Verifiers can improve language model (LM) capabilities by providing feedback or selecting the best response from a pool of generated candidates. Currently, high-quality verifiers are either unscalable (e.g., humans) or limited in utility (e.g., tools like Lean for formal proofs). While LM judges and…

Cited by 0SourceScholar
2024

OTTER: Effortless Label Distribution Adaptation of Zero-shot Models

NeurIPS 2024poster

Popular zero-shot models suffer due to artifacts inherited from pretraining. One particularly detrimental issue, caused by unbalanced web-scale pretraining data, is mismatched label distribution. Existing approaches that seek to repair the label distribution are not suitable in zero-shot settings, a…

2024

Pearls from Pebbles: Improved Confidence Functions for Auto-labeling

NeurIPS 2024poster

Auto-labeling is an important family of techniques that produce labeled training sets with minimum manual annotation. A prominent variant, threshold-based auto-labeling (TBAL), works by finding thresholds on a model's confidence scores above which it can accurately automatically label unlabeled data…

Cited by 2SourcePDFScholar
2024

Stronger Than You Think: Benchmarking Weak Supervision on Realistic Tasks

NeurIPS 2024poster

Weak supervision (WS) is a popular approach for label-efficient learning, leveraging diverse sources of noisy but inexpensive *weak labels* to automatically annotate training data. Despite its wide usage, WS and its practical value are challenging to benchmark due to the many knobs in its setup, inc…

2024

The ALCHEmist: Automated Labeling 500x CHEaper than LLM Data Annotators

NeurIPS 2024spotlight

Large pretrained models can be used as annotators, helping replace or augment crowdworkers and enabling distilling generalist models into smaller specialist models. Unfortunately, this comes at a cost: employing top-of-the-line models often requires paying thousands of dollars for API calls, while t…

2023

Embroid: Unsupervised Prediction Smoothing Can Improve Few-Shot Classification

NeurIPS 2023poster

Recent work has shown that language models' (LMs) prompt-based learning capabilities make them well suited for automating data labeling in domains where manual annotation is expensive. The challenge is that while writing an initial prompt is cheap, improving a prompt is costly---practitioners often…

Cited by 6SourcePDFScholar
2023

Generative Modeling Helps Weak Supervision (and Vice Versa)

ICLR 2023poster

Many promising applications of supervised machine learning face hurdles in the acquisition of labeled data in sufficient quantity and quality, creating an expensive bottleneck. To overcome such limitations, techniques that do not depend on ground truth labels have been studied, including weak superv…

2023

Geometry-Aware Adaptation for Pretrained Models

NeurIPS 2023poster

Machine learning models---including prominent zero-shot models---are often trained on datasets whose labels are only a small proportion of a larger label space. Such spaces are commonly equipped with a metric that relates the labels via distances between them. We propose a simple approach to exploit…

Cited by 4SourcePDFScholar
2023

Mitigating Source Bias for Fairer Weak Supervision

NeurIPS 2023poster

Weak supervision enables efficient development of training sets by reducing the need for ground truth labels. However, the techniques that make weak supervision attractive---such as integrating any source of signal to estimate unknown labels---also entail the danger that the produced pseudolabels ar…

2023

Promises and Pitfalls of Threshold-based Auto-labeling

NeurIPS 2023spotlight

Creating large-scale high-quality labeled datasets is a major bottleneck in supervised machine learning workflows. Threshold-based auto-labeling (TBAL), where validation data obtained from humans is used to find a confidence threshold above which the data is machine-labeled, reduces reliance on manu…

2023

Skill-it! A data-driven skills framework for understanding and training language models

NeurIPS 2023spotlight

The quality of training data impacts the performance of pre-trained large language models (LMs). Given a fixed budget of tokens, we study how to best select data that leads to good downstream model performance across tasks. We develop a new framework based on a simple hypothesis: just as humans acqu…

Cited by 65SourcePDFScholar
2023

The Cost of Compression: Investigating the Impact of Compression on Parametric Knowledge in Language Models

EMNLP 2023long findings

Compressing large language models (LLMs), often consisting of billions of parameters, provides faster inference, smaller memory footprints, and enables local deployment. The standard compression techniques are pruning and quantization, with the former eliminating redundant connections in model laye…

Cited by 0SourcecodeScholar
2022

AutoWS-Bench-101: Benchmarking Automated Weak Supervision with 100 Labels

NeurIPS 2022accept

Weak supervision (WS) is a powerful method to build labeled datasets for training supervised models in the face of little-to-no labeled data. It replaces hand-labeling data with aggregating multiple noisy-but-cheap label estimates expressed by labeling functions (LFs). While it has been used success…

Cited by 8SourcePDFScholar
2022

NAS-Bench-360: Benchmarking Neural Architecture Search on Diverse Tasks

NeurIPS 2022accept

Most existing neural architecture search (NAS) benchmarks and algorithms prioritize well-studied tasks, e.g. image classification on CIFAR or ImageNet. This makes the performance of NAS approaches in more diverse areas poorly understood. In this paper, we present NAS-Bench-360, a benchmark suite to…

2022

Shoring up the foundations: fusing model embeddings and weak supervision

UAI 2022poster

Foundation models offer an exciting new paradigm for constructing models with out-of-the-box embeddings and a few labeled examples. However, it is not clear how to best apply foundation models without labeled data. A potential approach is to fuse foundation models with weak supervision frameworks, w…

2022

Universalizing Weak Supervision

ICLR 2022poster

Weak supervision (WS) frameworks are a popular way to bypass hand-labeling large datasets for training data-hungry models. These approaches synthesize multiple noisy but cheaply-acquired estimates of labels into a set of high-quality pseudo-labels for downstream training. However, the synthesis tech…

Cited by 43SourcePDFScholar
2021

Comparing the Value of Labeled and Unlabeled Data in Method-of-Moments Latent Variable Estimation

AISTATS 2021poster

Labeling data for modern machine learning is expensive and time-consuming. Latent variable models can be used to infer labels from weaker, easier-to-acquire sources operating on unlabeled data. Such models can also be trained using labeled data, presenting a key question: should a user invest in few…

2021

Cut out the annotator, keep the cutout: better segmentation with weak supervision

ICLR 2021poster

Constructing large, labeled training datasets for segmentation models is an expensive and labor-intensive process. This is a common challenge in machine learning, addressed by methods that require few or no labeled data points such as few-shot learning (FSL) and weakly-supervised learning (WS). Such…

Cited by 23SourcePDFScholar
2020

Fast and Three-rious: Speeding Up Weak Supervision with Triplet Methods

ICML 2020poster

Weak supervision is a popular method for building machine learning models without relying on ground truth annotations. Instead, it generates probabilistic training labels by estimating the accuracies of multiple noisy labeling sources (e.g., heuristics, crowd workers). Existing approaches use latent…

2020

Ivy: Instrumental Variable Synthesis for Causal Inference

AISTATS 2020poster

A popular way to estimate the causal effect of a variable x on y from observational data is to use an instrumental variable (IV): a third variable z that affects y only through x. The more strongly z is associated with x, the more reliable the estimate is, but such strong IVs are difficult to find.…

Cited by 34SourcePDFScholar
2019

Learning Dependency Structures for Weak Supervision Models

ICML 2019oral

Labeling training data is a key bottleneck in the modern machine learning pipeline. Recent weak supervision approaches combine labels from multiple noisy sources by estimating their accuracies without access to ground truth labels; however, estimating the dependencies among these sources is a critic…

Cited by 79SourcePDFScholar
2019

Learning Mixed-Curvature Representations in Product Spaces

ICLR 2019poster

The quality of the representations achieved by embeddings is determined by how well the geometry of the embedding space matches the structure of the data. Euclidean space has been the workhorse for embeddings; recently hyperbolic and spherical spaces have gained popularity due to their ability to be…

Cited by 270SourcePDFScholar
2019

Multi-Resolution Weak Supervision for Sequential Data

NeurIPS 2019poster

Since manually labeling training data is slow and expensive, recent industrial and scientific research efforts have turned to weaker or noisier forms of supervision sources. However, existing weak supervision approaches fail to model multi-resolution sources for sequential data, like video, that can…

Cited by 42SourcePDFScholar