Joint Learning of Experiential Rules and Policies for Large Language Model Agents
- lab CatalyzeX
- lab DagsHub
- lab GotitPub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXivLabs
A new framework called Joint Learning of Experiential Rules and Policies (JERP) aims to improve how large language model agents learn from past interactions by jointly updating a rule pool and the agent’s policy from the same experience trajectories, according to a paper submitted in 2026 [1]. The approach addresses a known limitation in building LLM agents for multi-step interactive environments. Prior methods either stored natural-language rules for prompting, which can fall out of sync with a changing policy, or used interaction data to update model parameters, which offers limited correction for local mistakes in sparse-reward settings [1]. JERP retrieves task-relevant rules at decision time and conditions the agent on them alongside interaction history. After each episode, the system uses the collected trajectories to optimize the policy and to revise the rule pool by comparing current rollouts with reference successful trajectories [1]. This coupling is designed to keep the rule pool aligned with the evolving policy while allowing stable behaviors to be gradually absorbed into the model itself [1]. The researchers tested JERP on AlfWorld and WebShop, two benchmark environments that require agents to complete sequences of actions to achieve a goal. The paper reports consistent gains in decision performance for complex interactive tasks [1]. The work builds on the broader challenge of making effective use of accumulated interaction experience, a problem that spans both rule-based and parameter-update strategies in reinforcement learning for language agents [2]. Simulation platforms such as AlfWorld and WebShop serve as imitative representations of real-world processes, allowing experimentation with agent behaviors under controlled conditions [5]. In such simulations, a model represents the key characteristics of a system, while the simulation itself tracks the evolution of that model over time [5]. The JERP framework operates within this paradigm, using simulated trajectories to refine both explicit rules and the underlying policy. By jointly learning rules and policies, JERP attempts to bridge the gap between interpretable, explicit knowledge and the broader generalization that comes from updating model parameters. The paper’s authors argue that this dual mechanism provides a way to correct local errors while preserving the stability of effective behaviors, a balance that has been difficult to strike in prior work [1].
regulationapplicationresearch-paper
Background sources we checked (6)
- arxiv.org ↗ For LLM agents in multi-step interactive environments, a key challenge is to make effective use of accumulated interaction experience. Existing work has typically separated two uses of such experience: keeping it outside the model as natural-language rules for later prompting, or…
- en.wikipedia.org ↗ Unsupervised learning is a framework in machine learning where, in contrast to supervised learning, algorithms learn patterns exclusively from unlabeled data. Other frameworks in the spectrum of supervisions include weak- or semi-supervision, where a small portion of the data is …
- en.wikipedia.org ↗ Creativity is the ability to generate novel and valuable ideas or works through the exercise of imagination. The products of creativity may be classified as either intangible or physical. Intangible products of creativity include ideas, scientific theories, literary works, musica…
- en.wikipedia.org ↗ A simulation is an imitative representation of a process or system that could exist in the real world. In this broad sense, simulation can often be used interchangeably with model. Sometimes a clear distinction between the two terms is made, in which simulations require the use o…
- en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
- en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…