ICML 2026poster0 citations

D-ARL: A Distribution-Matched Asynchronous Reinforcement Learning Framework for Language Reasoning

白 寅岐, Xialiang Tong, Jie Wang, Hongyu Liu, Longdi Pan, Jiashuo Li, Zehao Wang, Jianye Hao

Abstract

Asynchronous reinforcement learning (RL) has shown notable success in accelerating the post-training of large language models (LLMs). However, its decoupled data generation and training paradigm introduces a fundamental distributional mismatch between data generated by stale behavior policies and current policy, leading to unstable training and degraded performance. To address this challenge, we propose D-ARL, a **D**istribution-matched **A**synchronous **R**einforcement **L**earning framework that selects high-quality asynchronous samples whose distributions are well aligned with the current policy for policy optimization. Specifically, D-ARL maintains a replay buffer that collects samples from the most recent $K$ behavior policies and proposes a variance-guided metric to select distribution-matched data. During training, D-ARL introduces a multi-behavior policy optimization algorithm to leverage the multi-source nature of the selected samples for policy update. Experiments on six widely used reasoning benchmarks show that D-ARL outperforms state-of-the-art asynchronous methods, achieving an average improvement of 6.4\% in reasoning performance and 34.7\% in sample efficiency.

LLMRLOptimizationRetrievalBenchmark
BibTeX
@inproceedings{
bai2026darl,
title={D-{ARL}: A Distribution-Matched Asynchronous Reinforcement Learning Framework for Language Reasoning},
author={Yinqi Bai and Tong Xialiang and Jie Wang and Hongyu Liu and Longdi Pan and Jiashuo Li and Zehao Wang and Jianye HAO and Mingxuan Yuan and Feng Wu},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=yRbIv7Zd4q}
}