← Search

Ellen Vitercik

18 accepted papers

2026

Can LLMs Reason Structurally? Benchmarking via the lens of Data Structures

ICML 2026poster

Large language models (LLMs) are deployed on increasingly complex tasks that require multi-step decision-making. Understanding their algorithmic reasoning abilities is therefore crucial. However, we lack a diagnostic benchmark for evaluating this capability. We propose data structures as a principle…

Cited by 0SourceScholar
2026

Gaming Consensus: Coordinated Manipulation in Crowdsourced Fact-Checking

ICML 2026poster

Crowdsourced fact-checking systems have been widely adopted by major social media companies such as X, Meta, Tiktok, and Google with the aim of combating misinformation at scale without relying on centralized editorial control. These systems have been developed around a common underlying algorithm: …

Cited by 0SourceScholar
2025

Accelerating data-driven algorithm selection for combinatorial partitioning problems

NeurIPS 2025spotlight

Data-driven algorithm selection is a powerful approach for choosing effective heuristics for computational problems. It operates by evaluating a set of candidate algorithms on a collection of representative training instances and selecting the one with the best empirical performance. However, runnin…

Cited by 0SourceScholar
2025

EquivaMap: Leveraging LLMs for Automatic Equivalence Checking of Optimization Formulations

ICML 2025poster

A fundamental problem in combinatorial optimization is identifying equivalent formulations. Despite the growing need for automated equivalence checks---driven, for example, by *optimization copilots*, which generate problem formulations from natural language descriptions---current approaches rely o…

2025

New Sequence-Independent Lifting Techniques for Cover Inequalities and When They Induce Facets

IJCAI 2025

Sequence-independent lifting is a procedure for strengthening valid inequalities of an integer program. We generalize the sequence-independent lifting method of Gu, Nemhauser, and Savelsbergh (GNS lifting) for cover inequalities and correct an error in their proposed generalization. We obtain a new

Cited by 0SourcePDFScholar
2025

Wait-Less Offline Tuning and Re-solving for Online Decision Making

ICML 2025poster

Online linear programming (OLP) has found broad applications in revenue management and resource allocation. State-of-the-art OLP algorithms achieve low regret by repeatedly solving linear programming (LP) subproblems that incorporate updated resource information. However, LP-based methods are comput…

Cited by 1SourcePDFScholar
2024

MAGNOLIA: Matching Algorithms via GNNs for Online Value-to-go Approximation

ICML 2024poster

Online Bayesian bipartite matching is a central problem in digital marketplaces and exchanges, including advertising, crowdsourcing, ridesharing, and kidney exchange. We introduce a graph neural network (GNN) approach that emulates the problem's combinatorially-complex optimal online algorithm, whic…

2022

Structural Analysis of Branch-and-Cut and the Learnability of Gomory Mixed Integer Cuts

NeurIPS 2022accept

The incorporation of cutting planes within the branch-and-bound algorithm, known as branch-and-cut, forms the backbone of modern integer programming solvers. These solvers are the foremost method for solving discrete optimization problems and thus have a vast array of applications in machine learnin…

Cited by 27SourcePDFScholar
2021

Private optimization without constraint violations

AISTATS 2021poster

We study the problem of differentially private optimization with linear constraints when the right-hand-side of the constraints depends on private data. This type of problem appears in many applications, especially resource allocation. Previous research provided solutions that retained privacy but s…

Cited by 10SourcePDFScholar
2021

Sample Complexity of Tree Search Configuration: Cutting Planes and Beyond

NeurIPS 2021spotlight

Cutting-plane methods have enabled remarkable successes in integer programming over the last few decades. State-of-the-art solvers integrate a myriad of cutting-plane techniques to speed up the underlying tree-search algorithm used to find optimal solutions. In this paper we provide sample complexit…

Cited by 42SourcePDFScholar
2020

Refined bounds for algorithm configuration: The knife-edge of dual class approximability

ICML 2020poster

Automating algorithm configuration is growing increasingly necessary as algorithms come with more and more tunable parameters. It is common to tune parameters using machine learning, optimizing algorithmic performance (runtime or solution quality, for example) using a training set of problem instanc…

Cited by 21SourcePDFScholar