← Search

Edoardo Cetin

19 accepted papers

2026

Doc-to-LoRA: Learning to Instantly Internalize Contexts

ICML 2026poster

Long input sequences are central to in-context learning, document understanding, and multi-step reasoning of Large Language Models (LLMs). However, the quadratic attention cost of Transformers makes inference memory-intensive and slow. While context distillation (CD) can transfer information into mo…

Cited by 0SourceScholar
2026

Extending the Context of Pretrained LLMs by Dropping Their Positional Embedding

ICLR 2026poster

So far, expensive finetuning beyond the pretraining sequence length has been a prerequisite to effectively extend the context of language models (LM). In this work, we break this key bottleneck by ***Dro**pping the **P**ositional **E**mbeddings of LMs after training (DroPE)*. Our simple method is mo…

Cited by 17SourcecodeScholar
2026

Learning to Orchestrate Agents in Natural Language with the Conductor

ICLR 2026poster

Powerful large language models (LLMs) from different providers have been expensively trained and finetuned to specialize across varying domains. In this work, we introduce a new kind of Conductor model trained with reinforcement learning to automatically discover powerful coordination strategies amo…

Cited by 0SourceScholar
2026

ShinkaEvolve: Towards Open-Ended and Sample-Efficient Program Evolution

ICLR 2026poster

We introduce ShinkaEvolve: a new framework leveraging large language models (LLMs) to advance scientific discovery with state-of-the-art performance and efficiency. The field of LLM-driven scientific discovery has seen significant progress, but has yet to overcome a critical limitation: sample ineff…

Cited by 0SourcecodeScholar
2026

Sparser, Faster, Lighter Transformer Language Models

ICML 2026poster

Scaling autoregressive large language models (LLMs) has had an unprecedented impact, but at vast computational costs. In this work, we tackle these costs by leveraging unstructured sparsity within an LLM's feedforward layers, which account for the majority of its parameters and execution FLOPs. To a…

Cited by 0SourceScholar
2025

Text-to-LoRA: Instant Transformer Adaption

ICML 2025poster

While Foundation Models provide a general tool for rapid content creation, they regularly require task-specific adaptation. Traditionally, this exercise involves careful curation of datasets and repeated fine-tuning of the underlying model. Fine-tuning techniques enable practitioners to adapt found…

2024

Simple Ingredients for Offline Reinforcement Learning

ICML 2024poster

Offline reinforcement learning algorithms have proven effective on datasets highly connected to the target downstream task. Yet, by leveraging a novel testbed (MOOD) in which trajectories come from heterogeneous sources, we show that existing methods struggle with diverse data: their performance con…

Cited by 4SourcePDFScholar
2023

Hyperbolic Deep Reinforcement Learning

ICLR 2023top-25%

In deep reinforcement learning (RL), useful information about the state is inherently tied to its possible future successors. Consequently, encoding features that capture the hierarchical relationships between states into the model's latent representations is often conducive to recovering effective…

Cited by 28SourcePDFScholar
2022

Stabilizing Off-Policy Deep Reinforcement Learning from Pixels

ICML 2022spotlight

Off-policy reinforcement learning (RL) from pixel observations is notoriously unstable. As a result, many successful algorithms must combine different domain-specific practices and auxiliary losses to learn meaningful behaviors in complex environments. In this work, we provide novel analysis demonst…

2021

Domain-Robust Visual Imitation Learning with Mutual Information Constraints

ICLR 2021poster

Human beings are able to understand objectives and learn by simply observing others perform a task. Imitation learning methods aim to replicate such capabilities, however, they generally depend on access to a full set of optimal states and actions taken with the agent's actuators and from the agent'…