Learning to Learn-at-Test-Time: Language Agents with Learnable Adaptation Policies

arXiv cs.LG / 4/2/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • Test-Time Learning (TTL) improves language agents by letting them iteratively refine behavior through repeated environment interactions at inference time.
  • The paper argues that adaptation policies in TTL should be learned rather than hand-crafted, because optimal updates depend on the task environment and downstream improvement.
  • It introduces Meta-TTL, a bi-level optimization framework where an inner loop runs standard TTL while an outer loop uses evolutionary search across task distributions to optimize the adaptation policy.
  • Experiments on Jericho and WebArena-Lite (both in-distribution and out-of-distribution) show Meta-TTL consistently beating hand-crafted baselines across multiple meta-agent backbones.
  • The authors conclude that the learned adaptation policy captures transferable strategies that generalize beyond the training task distribution.

Abstract

Test-Time Learning (TTL) enables language agents to iteratively refine their performance through repeated interactions with the environment at inference time. At the core of TTL is an adaptation policy that updates the actor policy based on experience from previous episodes, thereby improving future behavior. Existing methods rely on fixed, hand-crafted adaptation policies rather than optimizing them for downstream improvement. We argue that optimal adaptation policies should be learned from task environments, not hand-engineered based on human intuition. To achieve this, we introduce Meta-TTL, a framework that formulates the discovery of effective adaptation policies as a bi-level optimization problem. Within this framework, the inner loop executes the standard TTL process, measuring how effectively a candidate adaptation policy helps an agent correct errors across sequential episodes. Guided by the agent's performance, the outer loop employs evolutionary search over a diverse distribution of training tasks to iteratively refine the adaptation policy. We evaluate Meta-TTL on Jericho and WebArena-Lite across both in-distribution (ID) and out-of-distribution (OOD) settings, using multiple meta-agent backbones. Results on both benchmarks show that Meta-TTL consistently outperforms hand-crafted baselines, suggesting that the optimized adaptation policy encodes transferable strategies that generalize beyond the training task distribution.