Related Experiment Videos
TAMTRL: Teacher-aligned reward reshaping for multi-turn reinforcement learning in long-context compression
Li Wang1, Yandong Wang1, Xin Yu1
1School of Artificial Intelligence, Beihang University, Beijing, 100191, China.
None:
The rapid progress of large language models (LLMs) has led to remarkable performance gains across a wide range of tasks. However, when handling long documents that exceed the model's context window limit, the entire context cannot be processed in a single pass, making chunk-wise processing necessary. This requires multiple turns to read different chunks and update memory. However, supervision is typically provided only by the final outcome, which makes it difficult to evaluate the quality of memory updates at each turn in the multi-turn training setting. This introduces a temporal credit assignment challenge. Existing approaches, such as LLM-as-a-judge or process reward models, incur substantial computational overhead and suffer from estimation noise. To better address the credit assignment problem in multi-turn memory training, we propose Teacher-Aligned Reward Reshaping for Multi-Turn Reinforcement Learning (TAMTRL). TAMTRL leverages relevant documents as teacher signals by aligning them with each turn of model input and assigns rewards through normalized log-probabilities computed by the same model under the filtered teacher-side context in a self-supervised manner. This provides fine-grained learning signals for memory updates within successful trajectories and improves long-context processing. Experiments with multiple models of varying scales across seven long-context benchmarks show that TAMTRL consistently outperforms strong baselines, demonstrating its effectiveness. Our code is available at https://github.com/monster476/TAMTRL.
Related Concept Videos
Reinforcement Schedules
Once a behavior is learned,...
Role of Shaping in Operant Conditioning
The steps involved in shaping begin with reinforcing any response that resembles the desired behavior. For example, parents might praise a child for picking up one toy. As...
Reinforcement
Positive reinforcement occurs when a behavior is followed by the presentation of a rewarding stimulus, increasing the frequency of that behavior. For example:
Associative Learning
Classical conditioning, also known...
Observational Learning
Elaborative Rehearsals
The effectiveness of...