← Search

Jordi Grau-Moya

12 accepted papers

2026

LLMs are Greedy Agents: Effects of RL Fine-tuning on Decision-Making Abilities

ICLR 2026poster

The success of LLMs has sparked interest in various agentic applications. A key hypothesis is that LLMs, leveraging common sense and Chain-of-Thought (CoT) reasoning, can effectively explore and efficiently solve complex domains. However, LLM agents have been found to suffer from sub-optimal explor…

Cited by 0SourceScholar
2025

Understanding Prompt Tuning and In-Context Learning via Meta-Learning

NeurIPS 2025spotlight

Prompting is one of the main ways to adapt a pretrained model to target tasks. Besides manually constructing prompts, many prompt optimization methods have been proposed in the literature. Method development is mainly empirically driven, with less emphasis on a conceptual understanding of prompting.…

Cited by 0SourcecodeScholar
2024

Amortized Planning with Large-Scale Transformers: A Case Study on Chess

NeurIPS 2024poster

This paper uses chess, a landmark planning problem in AI, to assess transformers’ performance on a planning task where memorization is futile — even at a large scale. To this end, we release ChessBench, a large-scale benchmark dataset of 10 million chess games with legal move and value annotations (…

2024

Language Modeling Is Compression

ICLR 2024poster

It has long been established that predictive models can be transformed into lossless compressors and vice versa. Incidentally, in recent years, the machine learning community has focused on training increasingly large and powerful self-supervised (language) models. Since these large language models…

2024

Learning Universal Predictors

ICML 2024poster

Meta-learning has emerged as a powerful approach to train neural networks to learn new tasks quickly from limited data by pre-training them on a broad set of tasks. But, what are the limits of meta-learning? In this work, we explore the potential of amortizing the most powerful universal predictor,…

2023

Memory-Based Meta-Learning on Non-Stationary Distributions

ICML 2023poster

Memory-based meta-learning is a technique for approximating Bayes-optimal predictors. Under fairly general conditions, minimizing sequential prediction error, measured by the log loss, leads to implicit meta-learning. The goal of this work is to investigate how far this interpretation can be realize…

2023

Neural Networks and the Chomsky Hierarchy

ICLR 2023top-25%

Reliable generalization lies at the heart of safe ML and AI. However, understanding when and how neural networks generalize remains one of the most important unsolved problems in the field. In this work, we conduct an extensive empirical study (20'910 models, 15 tasks) to investigate whether insight…

2023

Randomized Positional Encodings Boost Length Generalization of Transformers

ACL 2023short

Transformers have impressive generalization capabilities on tasks with a fixed context length. However, they fail to generalize to sequences of arbitrary length, even for seemingly simple tasks such as duplicating a string. Moreover, simply training on longer sequences is inefficient due to the quad…

2023

Self-Predictive Universal AI

NeurIPS 2023poster

Reinforcement Learning (RL) algorithms typically utilize learning and/or planning techniques to derive effective policies. The integration of both approaches has proven to be highly successful in addressing complex sequential decision-making challenges, as evidenced by algorithms such as AlphaZero a…

Cited by 5SourcePDFScholar
2019

A Unified Bellman Optimality Principle Combining Reward Maximization and Empowerment

NeurIPS 2019poster

Empowerment is an information-theoretic method that can be used to intrinsically motivate learning agents. It attempts to maximize an agent's control over the environment by encouraging visiting states with a large number of reachable next states. Empowered learning has been shown to lead to complex…