← Search

Eric Elmoznino

5 accepted papers

2025

Does learning the right latent variables necessarily improve in-context learning?

ICML 2025poster

Large autoregressive models like Transformers can solve tasks through in-context learning (ICL) without learning new weights, suggesting avenues for efficiently solving new tasks. For many tasks, e.g., linear regression, the data factorizes: examples are independent given a task latent that generate…

2025

In-Context Learning and Occam's Razor

ICML 2025poster

A central goal of machine learning is generalization. While the No Free Lunch Theorem states that we cannot obtain theoretical guarantees for generalization without further assumptions, in practice we observe that simple models which explain the training data generalize best—a principle called Occam…

2025

Multi-agent cooperation through learning-aware policy gradients

ICLR 2025poster

Self-interested individuals often fail to cooperate, posing a fundamental challenge for multi-agent learning. How can we achieve cooperation among self-interested, independent learning agents? Promising recent work has shown that in certain tasks cooperation can be established between ``learning-awa…

Cited by 1SourcePDFScholar
2025

Towards a Formal Theory of Representational Compositionality

ICML 2025poster

Compositionality is believed to be fundamental to intelligence. In humans, it underlies the structure of thought and language. In AI, it enables a powerful form of out-of-distribution generalization, in which a model systematically adapts to novel combinations of known concepts. However, while we ha…

2024

Amortizing intractable inference in large language models

ICLR 2024oral

Autoregressive large language models (LLMs) compress knowledge from their training data through next-token conditional distributions. This limits tractable querying of this knowledge to start-to-end autoregressive sampling. However, many tasks of interest---including sequence continuation, infilling…