← Search

Georgy Noarov

8 accepted papers

2026

Statistical Early Stopping for Reasoning Models

ICML 2026poster

While LLMs have seen substantial improvement in reasoning capabilities, they also sometimes overthink, generating unnecessary reasoning steps, particularly under uncertainty, given ill-posed or ambiguous queries. We introduce statistically principled early stopping methods that monitor uncertainty s…

Cited by 0SourceScholar
2025

Foundations of Top-$k$ Decoding for Language Models

NeurIPS 2025poster

Top-$k$ decoding is a widely used method for sampling from LLMs: at each token, only the largest $k$ next-token-probabilities are kept, and the next token is sampled after re-normalizing them to sum to unity. Top-$k$ and other sampling methods are motivated by the intuition that true next-token dist…

Cited by 0SourceScholar
2025

High-Dimensional Prediction for Sequential Decision Making

ICML 2025oral

We give an efficient algorithm for producing multi-dimensional forecasts in an online adversarial environment that have low bias subject to any polynomial number of conditioning events, that can depend both on external context and on our predictions themselves. We demonstrate the use of this algorit…

Cited by 26SourcePDFScholar
2025

Stronger Neyman Regret Guarantees for Adaptive Experimental Design

ICML 2025spotlight

We study the design of adaptive, sequential experiments for unbiased average treatment effect (ATE) estimation in the design-based potential outcomes setting. Our goal is to develop adaptive designs offering *sublinear Neyman regret*, meaning their efficiency must approach that of the hindsight-opti…

2022

Online Minimax Multiobjective Optimization: Multicalibeating and Other Applications

NeurIPS 2022accept

We introduce a simple but general online learning framework in which a learner plays against an adversary in a vector-valued game that changes every round. Even though the learner's objective is not convex-concave (and so the minimax theorem does not apply), we give a simple algorithm that can compe…

Cited by 19SourcePDFScholar
2022

Practical Adversarial Multivalid Conformal Prediction

NeurIPS 2022accept

We give a simple, generic conformal prediction method for sequential prediction that achieves target empirical coverage guarantees on adversarial data. It is computationally lightweight --- comparable to split conformal prediction --- but does not require having a held-out validation set, and so all…