← Search

Orr Paradise

8 accepted papers

2026

Learning Randomized Reductions

ICML 2026spotlight

Randomized self-reductions (RSRs) express $f(x)$ using $f$ evaluated at random correlated points, enabling self-correcting programs, instance-hiding protocols, and applications in complexity theory and cryptography. Yet discovering RSRs has required manual expert derivation for over 40 years, limiti…

Cited by 0SourceScholar
2025

A Theory for Worst-Case vs. Average-Case Guarantees for LLMs

NeurIPS 2025poster

How can we trust the correctness of a learned model on a particular input of interest? Model accuracy is typically measured *on average* over a distribution of inputs, giving no guarantee for any fixed input. This paper proposes a theoretically-founded solution to this problem: to train *Self-Provin…

Cited by 0SourceScholar
2025

Towards A Translative Model of Sperm Whale Vocalization

NeurIPS 2025poster

Sperm whales communicate in short sequences of clicks known as codas. We present WhAM (Whale Acoustics Model), the first transformer-based model capable of generating synthetic sperm whale codas from any audio prompt. WhAM is built by finetuning VampNet, a masked acoustic token model pretrained on m…

Cited by 0SourcecodeScholar
2025

Unsupervised Translation of Emergent Communication

AAAI 2025technical

Emergent Communication (EC) provides a unique window into the language systems that emerge autonomously when agents are trained to jointly achieve shared goals. However, it is difficult to interpret EC and evaluate its relationship with natural languages (NL). This study employs unsupervised neural…

Cited by 0SourcePDFScholar
2024

Semantics and Spatiality of Emergent Communication

NeurIPS 2024poster

When artificial agents are jointly trained to perform collaborative tasks using a communication channel, they develop opaque goal-oriented communication protocols. Good task performance is often considered sufficient evidence that meaningful communication is taking place, but existing empirical resu…

2023

A Theory of Unsupervised Translation Motivated by Understanding Animal Communication

NeurIPS 2023poster

Neural networks are capable of translating between languages—in some cases even between two languages where there is little or no access to parallel translations, in what is known as Unsupervised Machine Translation (UMT). Given this progress, it is intriguing to ask whether machine learning tools c…

2022

Uni[MASK]: Unified Inference in Sequential Decision Problems

NeurIPS 2022accept

Randomly masking and predicting word tokens has been a successful approach in pre-training language models for a variety of downstream tasks. In this work, we observe that the same idea also applies naturally to sequential decision making, where many well-studied tasks like behavior cloning, offline…