← Search

Prasanna Mayilvahanan

6 accepted papers

2026

MATH-Beyond: A Benchmark for RL to Expand Beyond the Base Model

ICLR 2026poster

With the advent of DeepSeek-R1, a new wave of reinforcement learning (RL) methods has emerged that seem to unlock stronger mathematical reasoning. However, a closer look at the open-source ecosystem reveals a critical limitation: with sufficiently many draws (e.g., $\texttt{pass@1024}$), existing ba…

Cited by 0SourceScholar
2026

MentisOculi: Revealing the Limits of Reasoning with Mental Imagery

ICML 2026poster

Frontier models are transitioning from _multimodal large language models_ (MLLMs) that merely ingest visual information to _unified multimodal models_ (UMMs) capable of native interleaved generation. This shift has sparked interest in using intermediate visualizations as a reasoning aid, akin to hum…

Cited by 0SourceScholar
2025

In Search of Forgotten Domain Generalization

ICLR 2025spotlight

Out-of-Domain (OOD) generalization is the ability of a model trained on one or more domains to generalize to unseen domains. In the ImageNet era of computer vision, evaluation sets for measuring a model's OOD performance were designed to be strictly OOD with respect to style. However, the emergence…

Cited by 4SourcePDFScholar
2025

LLMs on the Line: Data Determines Loss-to-Loss Scaling Laws

ICML 2025poster

Scaling laws guide the development of large language models (LLMs) by offering estimates for the optimal balance of model size, tokens, and compute. More recently, loss-to-loss scaling laws that relate losses across pretraining datasets and downstream tasks have emerged as a powerful tool for unders…

Cited by 0SourcePDFScholar
2024

Does CLIP’s generalization performance mainly stem from high train-test similarity?

ICLR 2024poster

Foundation models like CLIP are trained on hundreds of millions of samples and effortlessly generalize to new tasks and inputs. Out of the box, CLIP shows stellar zero-shot and few-shot capabilities on a wide range of out-of-distribution (OOD) benchmarks, which prior works attribute mainly to today'…

2023

Compositional Generalization from First Principles

NeurIPS 2023poster

Leveraging the compositional nature of our world to expedite learning and facilitate generalization is a hallmark of human perception. In machine learning, on the other hand, achieving compositional generalization has proven to be an elusive goal, even for models with explicit compositional priors.…