Workshop on Reinforcement Learning for LLM-based Agents (RL4LLM-Agents)

Learning in weight space and learning in context

Co-located with ICAIF 2026

About The Workshop

Large Language Models (LLMs) are increasingly deployed as autonomous agents that reason, plan, use tools, and act in complex environments. Reinforcement Learning (RL) offers a powerful framework for making such agents improve from feedback, optimize long-horizon objectives, explore effectively, and adapt to non-stationary settings.

An LLM agent, however, is not only a model. It is a model wrapped in a harness: the context it is given, the memory and skills it accumulates, the tools it can call, the control loop that retries and repairs, and the evaluation signal that tells it whether it succeeded. That means there are two distinct places where learning can happen, and this workshop treats both as first-class.

Model-side RL updates the weights: RLHF, RLAIF, PPO, GRPO, DPO, and RL with verifiable rewards. Harness-side RL, increasingly known as in-context reinforcement learning, leaves the weights frozen and optimizes everything around them in text space. There, a reflection plays the role of the gradient, a persisted skill or memory document plays the role of the parameter vector, a held-out evaluation set plays the role of the loss, and a validation gate plays the role of regularization. It runs at inference time, needs no GPU, and works on closed models that cannot be fine-tuned.

We bring together researchers and practitioners across both axes, with particular attention to finance and economics: a domain rich in sequential decision-making, non-stationary dynamics, strict auditability requirements, and high-stakes outcomes.

When

November 14–15, 2026 (half-day; exact day to be confirmed by ICAIF)

Call for Papers

We invite submissions on Reinforcement Learning for LLM-based agents along either axis, or across both. We especially welcome work grounded in finance, trading, risk management, and related domains. Topics of interest include, but are not limited to:

Track A: Model-side RL (weight space)

  • RL-based fine-tuning of LLMs: RLHF, RLAIF, PPO, GRPO, DPO, and other RL-from-feedback methods for shaping agent behavior.
  • RL with verifiable rewards and process reward models for multi-step reasoning and tool use.
  • Reward modeling and shaping, including sparse-reward settings and reward-hacking mitigation.
  • Exploration, credit assignment, and sample efficiency when training agents over long horizons.
  • Theoretical foundations: convergence, generalization, and optimization in RL for language models.

Track B: Harness-side RL, or in-context RL (context space)

  • In-context reinforcement learning and test-time learning that improves an agent without any weight update.
  • Reflection as a learning signal: self-critique, verbal feedback, and trajectory-level error analysis in the role of the gradient.
  • Memory and skill libraries: generation, extraction, retrieval, consolidation, versioning, and forgetting.
  • Automatic prompt, instruction, and program optimization, including compiled-pipeline and search-based approaches.
  • Self-generated curricula and open-ended skill discovery in interactive environments.
  • Tool and skill synthesis: agents that build, name, and hierarchically organize their own capabilities.
  • Validation gates and lifecycle control: preventing context pollution, quantifying degradation from unvetted memory, and deciding what is allowed to persist.
  • Evolutionary and population methods over harness configurations, prompts, and skill sets.
  • Transfer of harness artifacts: strong-to-weak skill teaching, and distilling learned context into smaller or cheaper models.

Cross-cutting topics

  • Weights or context: when to move which, and the cost, latency, data, and governance trade-offs involved.
  • Hybrid pipelines: harness search that generates training data for weight-space RL, and fine-tuned models that shrink the harness they need.
  • LLM agents for sequential decision-making: planning, reasoning, and acting in multi-step environments.
  • Multi-agent LLM systems: cooperation, competition, and emergent behavior among multiple LLM-based agents.
  • Agentic RAG and tool use: agents that retrieve information, call APIs, and interact with external environments.
  • Evaluation benchmarks, datasets, reproducibility, and observability for agents that learn along either axis.
  • Safety, alignment, auditability, and robustness of learning agents in high-stakes domains.
  • LLM agents in financial applications: algorithmic trading, portfolio management, market simulation, risk assessment, and research automation.

Important Dates

  • August 28, 2026: Call for Papers released
  • October 1, 2026: Paper submission deadline fixed
  • October 15, 2026: Notification of acceptance fixed
  • TBD: Camera-ready deadline
  • October 24, 2026: ICAIF 2026 early registration rates end fixed
  • Late October 2026: Final program published on this site
  • November 14–15, 2026: ICAIF 2026 workshops and tutorials — our half-day workshop falls on one of these two days exact day TBC
  • November 14–17, 2026: Full ICAIF 2026 conference

All deadlines are 11:59 PM Anywhere on Earth (AoE). Dates marked fixed are set by the ICAIF 2026 schedule.

Submission

We welcome the following types of submissions:

  • Full papers (up to 8 pages, plus up to 2 additional pages for references): presenting mature research with rigorous evaluation.
  • Short papers and extended abstracts (at least 4 pages, plus up to 2 additional pages for references): presenting early-stage work, position papers, or proofs-of-concept.
  • System and reproducibility reports (at least 4 pages, plus up to 2 additional pages for references): open implementations, benchmarks, or negative results along either axis.

Submissions should be formatted using the ACM proceedings template and submitted as PDF. All submissions will be peer-reviewed. Accepted papers will be presented at the workshop (oral or poster, based on reviewer recommendations).

Length guidance from ICAIF 2026: workshop papers should be at least four pages, plus up to two additional pages for references.

Submission portal: submissions are handled through Microsoft CMT. Please select the track “Workshop on Reinforcement Learning for LLM-based Agents (RL4LLM-Agents)”.

Submit via CMT

Proceedings: this workshop is non-archival. Accepted papers will not appear in the ACM ICAIF 2026 proceedings, so authors remain free to submit extended versions elsewhere. Accepted papers may be posted on this website.

Submissions must describe original, unpublished work and must not be under review elsewhere. We follow a single-blind review process.

Organizers

Bhaskarjit Sarmah

Bhaskarjit Sarmah

Head of AI Research for Financial Services Domyn
Dhagash Mehta

Dhagash Mehta

Head of Applied AI Research for Investment Management BlackRock
Igor Halperin

Igor Halperin

Lead AI Researcher Fidelity Investments

Program Committee

Krati Saxena

Krati Saxena

Fabrizio Dimino

Fabrizio Dimino

Abhinav Arun

Abhinav Arun

Additional program committee members to be announced.

Program

A half-day workshop held during the ICAIF 2026 workshop days, November 14–15, 2026; the exact day will be confirmed by ICAIF. The session is organized around the two axes of the call: one session on weight-space RL, one on harness-side in-context RL, and a closing panel on the boundary between them.

09:00 Opening remarks Workshop organizers
09:10 Keynote I speaker TBA Reinforcement learning in weight space
09:50 Contributed talks, Session A papers TBA Track A: model-side RL. Three talks, 15 minutes each including questions.
10:40 Coffee break and poster session Accepted posters across both tracks
11:05 Keynote II speaker TBA In-context reinforcement learning and self-evolving agents
11:45 Contributed talks, Session B papers TBA Track B: harness-side RL. Three talks, 15 minutes each including questions.
12:35 Panel: weights or context? panelists TBA When to move the model, when to move the harness, and what that means for deployment in finance.
12:55 Closing remarks and best paper award Workshop organizers

This program is provisional. The workshop day, speaker names, paper titles, room, and exact timings will be confirmed in late October 2026, once reviewing is complete and ICAIF publishes the detailed conference program.

Venue

The workshop will be held in conjunction with ICAIF 2026, which runs November 14–17, 2026. Please refer to the main conference website for venue and travel information.

At least one author of each accepted paper is expected to register and attend. Registration dates and fees are listed on the ICAIF 2026 registration page; early registration rates apply until October 24, 2026.