← Search

Sergei Vassilvitskii

27 accepted papers

2025

Escaping Collapse: The Strength of Weak Data for Large Language Model Training

NeurIPS 2025poster

Synthetically-generated data plays an increasingly larger role in training large language models. However, while synthetic data has been found to be useful, studies have also shown that without proper curation it can cause LLM performance to plateau, or even "collapse", after many training iteration…

Cited by 0SourceScholar
2025

Scaling Laws for Downstream Task Performance in Machine Translation

ICLR 2025poster

Scaling laws provide important insights that can guide the design of large language models (LLMs). Existing work has primarily focused on studying scaling laws for pretraining (upstream) loss. However, in transfer learning settings, in which LLMs are pretrained on an unsupervised dataset and then fi…

Cited by 2SourcePDFScholar
2024

Binary Search with Distributional Predictions

NeurIPS 2024poster

Algorithms with (machine-learned) predictions is a powerful framework for combining traditional worst-case algorithms with modern machine learning. However, the vast majority of work in this space assumes that the prediction itself is non-probabilistic, even if it is generated by some stochastic pr…

2024

Private prediction for large-scale synthetic text generation

EMNLP 2024finding

We present an approach for generating differentially private synthetic text using large language models (LLMs), via private prediction. In the private prediction framework, we only require the output synthetic data to satisfy differential privacy guarantees. This is in contrast to approaches that tr…

2023

Label differential privacy and private training data release

ICML 2023poster

We study differentially private mechanisms for sharing training data in machine learning settings. Our goal is to enable learning of an accurate predictive model while protecting the privacy of each user's label. Previous work established privacy guarantees that assumed the features are public and g…

Cited by 9SourcePDFScholar
2023

Learning-augmented private algorithms for multiple quantile release

ICML 2023poster

When applying differential privacy to sensitive data, we can often improve performance using external information such as other sensitive data, public data, or human priors. We propose to use the learning-augmented algorithms (or algorithms with predictions) framework---previously applied largely to…

2023

Predictive Flows for Faster Ford-Fulkerson

ICML 2023poster

Recent work has shown that leveraging learned predictions can improve the running time of algorithms for bipartite matching and similar combinatorial problems. In this work, we build on this idea to improve the performance of the widely used Ford-Fulkerson algorithm for computing maximum flows by se…

2022

Algorithms with Prediction Portfolios

NeurIPS 2022accept

The research area of algorithms with predictions has seen recent success showing how to incorporate machine learning into algorithm design to improve performance when the predictions are correct, while retaining worst-case guarantees when they are not. Most previous work has assumed that the algori…

2022

Label differential privacy via clustering

AISTATS 2022poster

We present new mechanisms for label differential privacy, a relaxation of differentially private machine learning that only protects the privacy of the labels in the training set. Our mechanisms cluster the examples in the training set using their (non-private) feature vectors, randomly re-sample ea…

2022

Learning Predictions for Algorithms with Predictions

NeurIPS 2022accept

A burgeoning paradigm in algorithm design is the field of algorithms with predictions, in which algorithms can take advantage of a possibly-imperfect prediction of some aspect of the problem. While much work has focused on using predictions to improve competitive ratios, running times, or other perf…

Cited by 32SourcePDFScholar
2022

Training Text-to-Text Transformers with Privacy Guarantees

ACL 2022findings

Recent advances in NLP often stem from large transformer-based pre-trained models, which rapidly grow in size and use more and more training data. Such models are often released to the public so that end users can fine-tune them on a task dataset. While it is common to treat pre-training data as pub…

Cited by 41SourcePDFScholar
2021

Faster Matchings via Learned Duals

NeurIPS 2021oral

A recent line of research investigates how algorithms can be augmented with machine-learned predictions to overcome worst case lower bounds. This area has revealed interesting algorithmic insights into problems, with particular success in the design of competitive online algorithms. However, the q…

Cited by 30SourcePDFScholar
2021

Robust Online Correlation Clustering

NeurIPS 2021poster

In correlation clustering we are given a set of points along with recommendations whether each pair of points should be placed in the same cluster or into separate clusters. The goal cluster the points to minimize disagreements from the recommendations. We study the correlation clustering problem in…

Cited by 21SourcePDFScholar
2020

Sliding Window Algorithms for k-Clustering Problems

NeurIPS 2020poster

The sliding window model of computation captures scenarios in which data is arriving continuously, but only the latest $w$ elements should be used for analysis. The goal is to design algorithms that update the solution efficiently with each arrival rather than recomputing it from scratch. In this wo…

2019

Differentially Private Covariance Estimation

NeurIPS 2019poster

The covariance matrix of a dataset is a fundamental statistic that can be used for calculating optimum regression weights as well as in many other learning and data analysis settings. For datasets containing private user information, we often want to estimate the covariance matrix in a way that pres…

Cited by 57SourcePDFScholar
2018

Maximizing Induced Cardinality Under a Determinantal Point Process

NeurIPS 2018poster

Determinantal point processes (DPPs) are well-suited to recommender systems where the goal is to generate collections of diverse, high-quality items. In the existing literature this is usually formulated as finding the mode of the DPP (the so-called MAP set). However, the MAP objective inherently as…

Cited by 14SourcePDFScholar
2016

Sketching, Embedding and Dimensionality Reduction in Information Theoretic Spaces

AISTATS 2016poster

In this paper we show how to embed information distances like the χ^2 and Jensen-Shannon divergences efficiently in low dimensional spaces while preserving all pairwise distances. We then prove a dimensionality reduction result for the Hellinger, Jensen–Shannon, and χ^2 divergences that preserves…

Cited by 23SourcePDFScholar