ExTra: Exploratory Trajectory Optimization for Language Model Reinforcement Learning

14d ago · Global · primary source: export.arxiv.org

Researchers have introduced ExTra, a framework designed to improve reinforcement learning for language models by extracting exploration signals from the model's own generated outputs, addressing a failure mode in current training methods [1]. The framework, detailed in a paper submitted to arXiv, targets a specific weakness in Reinforcement Learning with Verifiable Rewards (RLVR). This approach can stall when prompts are too easy, producing groups of all-correct but low-diversity rollouts with little gradient signal, or when prompts are too hard, yielding all-incorrect groups with no positive reward [1][2]. ExTra, which stands for Exploratory Trajectory Optimization, is compatible with the Group Relative Policy Optimization (GRPO) algorithm [1][2]. It combines two mechanisms to overcome these exploration failures. The first is a novelty reward that adds embedding-based diversity bonuses after GRPO normalization, rewarding diverse correct solutions. The second is entropy-guided prefix regeneration, which scores partial trajectories using entropy signals and continues exploration from promising intermediate steps [1][2]. The researchers tested ExTra on the Qwen3-1.7B model across six mathematical reasoning benchmarks. The results showed an improvement of about 5 points on pass@1 and 7 points on pass@16 compared to a standard GRPO baseline [1][2]. This demonstrates that trajectory-level exploration signals can improve both single-sample accuracy and inference-time coverage [1][2]. The work suggests a path toward more robust training for reasoning models, where the system learns not just from correct answers but from the diversity of its own problem-solving attempts [1].

research-paperinfrastructuretool-release

Background sources we checked (7)
  • arxiv.org ↗ Reinforcement Learning with Verifiable Rewards (RLVR) for language-model reasoning can fail at both extremes of task difficulty: easy prompts often produce all-correct, low-diversity rollout groups with little gradient signal, while hard prompts can produce all-incorrect groups w…
  • en.wikipedia.org ↗ This glossary of engineering terms is a list of definitions about the major concepts of engineering. Please see the bottom of the page for glossaries of specific fields of engineering.…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
  • arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
  • 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…

Sources

Spot something wrong? Report an issue