← Search

Matt Jordan

9 accepted papers

2026

Olmix: A Framework for Data Mixing Throughout LM Development

ICML 2026poster

Data mixing---determining the ratios of data from different domains---is a first-order concern for training language models (LMs), but existing mixing methods have poorly understood design choices and assume that the set of domains remain fixed throughout development. We present Olmix, a framework t…

Cited by 0SourceScholar
2025

Datasets, Documents, and Repetitions: The Practicalities of Unequal Data Quality

NeurIPS 2025poster

Data filtering has become a powerful tool for improving model performance while reducing computational cost. However, as large language model compute budgets continue to grow, the limited data volume provided by heavily filtered and deduplicated datasets will become a practical constraint. In effort…

Cited by 0SourceScholar
2024

Conditional Generative Models are Sufficient to Sample from Any Causal Effect Estimand

NeurIPS 2024poster

Causal inference from observational data plays critical role in many applications in trustworthy machine learning. While sound and complete algorithms exist to compute causal effects, many of them assume access to conditional likelihoods, which is difficult to estimate for high-dimensional (particu…

Cited by 1SourcePDFScholar
2024

DataComp-LM: In search of the next generation of training sets for language models

NeurIPS 2024poster

We introduce DataComp for Language Models, a testbed for controlled dataset experiments with the goal of improving language models. As part of DCLM, we provide a standardized corpus of 240T tokens extracted from Common Crawl, effective pretraining recipes based on the OpenLM framework, and a broad s…

Cited by 64SourcePDFScholar
2022

Zonotope Domains for Lagrangian Neural Network Verification

NeurIPS 2022accept

Neural network verification aims to provide provable bounds for the output of a neural network for a given input range. Notable prior works in this domain have either generated bounds using abstract domains, which preserve some dependency between intermediate neurons in the network; or framed verifi…

2021

Inverse Problems Leveraging Pre-trained Contrastive Representations

NeurIPS 2021poster

We study a new family of inverse problems for recovering representations of corrupted data. We assume access to a pre-trained representation learning network R(x) that operates on clean images, like CLIP. The problem is to recover the representation of an image R(x), if we are only given a corrupted…

2019

Provable Certificates for Adversarial Examples: Fitting a Ball in the Union of Polytopes

NeurIPS 2019poster

We propose a novel method for computing exact pointwise robustness of deep neural networks for all convex lp norms. Our algorithm, GeoCert, finds the largest lp ball centered at an input point x0, within which the output class of a given neural network with ReLU nonlinearities remains unchanged.…