Papers › AReaL: A Large-Scale Asynchronous Reinforcement Learning System for Language Reasoning

AReaL: A Large-Scale Asynchronous Reinforcement Learning System for Language Reasoning

30 May 2025arXiv:2505.24298archive 2025-07-28

Wei Fu, Jiaxuan Gao, Xujie Shen, Chen Zhu, Zhiyu Mei, Chuyi He, Shusheng Xu, Guo Wei, Jun Mei, Jiashu Wang, Tongkai Yang, Binhang Yuan, Yi Wu

Reinforcement learning (RL) has become a dominant paradigm for training large language models (LLMs), particularly for reasoning tasks. Effective RL for LLMs requires massive parallelization and poses an urgent need for efficient training systems. Most existing large-scale RL systems for LLMs are synchronous, alternating generation and training in a batch setting where rollouts in each training batch are generated by the same model. This approach stabilizes RL training but suffers from severe system-level inefficiency: generation must wait until the longest output in the batch is completed before model updates, resulting in GPU underutilization. We present AReaL, a fully asynchronous RL system that completely decouples generation from training. Rollout workers in AReaL continuously generate new outputs without waiting, while training workers update the model whenever a batch of data is collected. AReaL also incorporates a collection of system-level optimizations, leading to substantially higher GPU utilization. To stabilize RL training, AReaL balances the workload of rollout and training workers to control data staleness, and adopts a staleness-enhanced PPO variant to better handle outdated training samples. Extensive experiments on math and code reasoning benchmarks show that AReaL achieves up to 2.77× training speedup compared to synchronous systems with the same number of GPUs and matched or improved final performance. The code of AReaL is available at https://github.com/inclusionAI/AReaL/.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2505.24298")

Code

Syntology Ran 0 of 13 code samples harvested from 1 repository linked to this paper; 13 have no recorded run.

By repository: official repository: 13 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

inclusionai/areal officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 0 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from inclusionai/areal. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

convert_image inclusionai/areal/areal/dataset/clevr_count_70k.py official repository unverified Apache-2.0 (permissive) · 984b7305e1675001 · report
convert_image inclusionai/areal/areal/dataset/geometry3k.py official repository unverified Apache-2.0 (permissive) · 74fdadc218fb8f82 · report
detect_image_mime inclusionai/areal/areal/api/io_struct.py official repository unverified Apache-2.0 (permissive) · b118bfd2216dcd9b · report
format_host_for_url inclusionai/areal/areal/utils/network.py official repository unverified Apache-2.0 (permissive) · 65a8c4846526b3db · report
format_hostport inclusionai/areal/areal/utils/network.py official repository unverified Apache-2.0 (permissive) · a638861750ab4d98 · report
get_gsm8k_rl_dataset inclusionai/areal/areal/dataset/gsm8k.py official repository unverified Apache-2.0 (permissive) · b882a485cc24570c · report
get_gsm8k_sft_dataset inclusionai/areal/areal/dataset/gsm8k.py official repository unverified Apache-2.0 (permissive) · 5a0101a5d065cefe · report
get_py_cmd inclusionai/areal/areal/api/cli_args.py official repository unverified Apache-2.0 (permissive) · 5c929b9172cee02b · report
get_versioned_lora_name inclusionai/areal/areal/api/io_struct.py official repository unverified Apache-2.0 (permissive) · ba5bcb5389640745 · report
gethostip inclusionai/areal/areal/utils/network.py official repository unverified Apache-2.0 (permissive) · 5425dac746421dc0 · report
pad_to_square inclusionai/areal/areal/dataset/geometry3k.py official repository unverified Apache-2.0 (permissive) · 57fa5d6aba08d9d5 · report
parse_cli_args inclusionai/areal/areal/api/cli_args.py official repository unverified Apache-2.0 (permissive) · f1162ad51bf8451e · report
to_structured_cfg inclusionai/areal/areal/api/cli_args.py official repository unverified Apache-2.0 (permissive) · e0c4f88b3f11687c · report

Tasks

MathReinforcement Learning (RL)

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Entropy RegularizationPPO

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections