← Search

David Alvarez-Melis

27 accepted papers

2026

A Critical Look at Targeted Instruction Selection: Disentangling What Matters (and What Doesn’t)

ICML 2026poster

Instruction fine-tuning of large language models (LLMs) often involves selecting a subset of instruction training data from a large candidate pool, using a small query set from the target task. Despite growing interest, the literature on targeted instruction selection remains fragmented and opaque: …

Cited by 0SourceScholar
2026

Boomerang Distillation Enables Zero-Shot Model Size Interpolation

ICLR 2026poster

Large language models (LLMs) are typically deployed under diverse memory and compute constraints. Existing approaches build model families by training each size independently, which is prohibitively expensive and provides only coarse-grained size options. In this work, we identify a novel phenomenon…

Cited by 0SourcecodeScholar
2026

Guided Speculative Inference for Efficient Test-Time Alignment of LLMs

ICLR 2026poster

We propose Guided Speculative Inference (GSI), a novel algorithm for efficient reward-guided decoding in large language models. GSI combines soft best-of-$n$ test-time scaling with a reward model $r(x,y)$ and speculative samples from a small auxiliary model $\pi_S(y\mid x)$. We provably approximate…

Cited by 0SourcecodeScholar
2026

Let's (not) just put things in Context: Test-time Training for Long-context LLMs

ICLR 2026poster

Advances in training and architectural design have enabled LLMs with million-token context windows, yet in practice these models often read far more than they can reliably use. While inference-time compute scaling—typically via “thinking tokens”—can help on short multi-step reasoning tasks, our cont…

Cited by 0SourcecodeScholar
2026

Stop Training for the Worst: Progressive Unmasking Accelerates Masked Diffusion Training

ICML 2026poster

Masked Diffusion Models (MDMs) have emerged as a promising approach for generative modeling in discrete spaces. By generating sequences in any order and allowing for parallel decoding, they enable fast inference and strong performance on non-causal tasks. However, this flexibility comes with a *trai…

Cited by 0SourceScholar
2025

DDEQs: Distributional Deep Equilibrium Models through Wasserstein Gradient Flows

AISTATS 2025poster

Deep Equilibrium Models (DEQs) are a class of implicit neural networks that solve for a fixed point of a neural network in their forward pass. Traditionally, DEQs take sequences as inputs, but have since been applied to a variety of data. In this work, we present Distributional Deep Equilibrium Mode…

Cited by 0SourcecodeScholar
2025

Investigating the interaction of linguistic and mathematical reasoning in language models using multilingual number puzzles

EMNLP 2025

Across languages, numeral systems vary widely in how they construct and combine numbers. While humans consistently learn to navigate this diversity, large language models (LLMs) struggle with linguistic-mathematical puzzles involving cross-linguistic numeral systems, which humans can learn to solve

Cited by 0SourcePDFScholar
2025

Mixture of Parrots: Experts improve memorization more than reasoning

ICLR 2025poster

The Mixture-of-Experts (MoE) architecture enables a significant increase in the total number of model parameters with minimal computational overhead. However, it is not clear what performance tradeoffs, if any, exist between MoEs and standard dense transformers. In this paper, we show that as we i…

Cited by 3SourcePDFScholar
2025

What is the Right Notion of Distance between Predict-then-Optimize Tasks?

UAI 2025

Comparing datasets is a fundamental task in machine learning, essential for various learning paradigms-from evaluating train and test datasets for model generalization to using dataset similarity for detecting data drift. While traditional notions of dataset distances offer principled measures of si

2025

scGeneScope: A Treatment-Matched Single Cell Imaging and Transcriptomics Dataset and Benchmark for Treatment Response Modeling

NeurIPS 2025poster

Understanding cellular responses to chemical interventions is critical to the discovery of effective therapeutics. Because individual biological techniques often measure only one axis of cellular response at a time, high-quality multimodal datasets are needed to unlock a holistic understanding of ho…

Cited by 0SourceScholar
2024

A Label is Worth A Thousand Images in Dataset Distillation

NeurIPS 2024poster

Data *quality* is a crucial factor in the performance of machine learning models, a principle that dataset distillation methods exploit by compressing training datasets into much smaller counterparts that maintain similar downstream performance. Understanding how and why data distillation methods wo…

2024

Tag-LLM: Repurposing General-Purpose LLMs for Specialized Domains

ICML 2024poster

Large Language Models (LLMs) have demonstrated remarkable proficiency in understanding and generating natural language. However, their capabilities wane in highly specialized domains underrepresented in the pretraining corpus, such as physical and biomedical sciences. This work explores how to repur…

2020

Unsupervised Hierarchy Matching with Optimal Transport over Hyperbolic Spaces

AISTATS 2020poster

This paper focuses on the problem of unsupervised alignment of hierarchical data such as ontologies or lexical databases. This problem arises across areas, from natural language processing to bioinformatics, and is typically solved by appeal to outside knowledge bases and label-textual similarity. I…

Cited by 32SourcePDFScholar
2019

Functional Transparency for Structured Data: a Game-Theoretic Approach

ICML 2019oral

We provide a new approach to training neural models to exhibit transparency in a well-defined, functional manner. Our approach naturally operates over structured data and tailors the predictor, functionally, towards a chosen family of (local) witnesses. The estimation problem is setup as a co-operat…

Cited by 23SourcePDFScholar
2019

Learning Generative Models across Incomparable Spaces

ICML 2019oral

Generative Adversarial Networks have shown remarkable success in learning a distribution that faithfully recovers a reference distribution in its entirety. However, in some cases, we may want to only learn some aspects (e.g., cluster or manifold structure), while modifying others (e.g., style, orien…

Cited by 134SourcePDFScholar
2018

Distributional Adversarial Networks

ICLR 2018workshop

In most current formulations of adversarial training, the discriminators can be expressed as single-input operators, that is, the mapping they define is separable over observations. In this work, we argue that this property might help explain the infamous mode collapse phenomenon in adversarially-tr…

Cited by 32SourcecodeScholar