{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2606-22305","title":"Learning at the Right Pace: Adaptive Data Scheduling Improves LLM Reinforcement Learning","arxiv_id":"2606.22305","date":"2026-06-21","proceeding":null,"authors":["Zicheng Xu","Ruixuan Zhang","Yu-Neng Chuang","Xiuyi Lou","Hoang Anh Duy Le","Oren Gal","Alexander S. Szalay","Zhaozhuo Xu","Guanchu Wang","Vladimir Braverman"],"abstract":"Large Language Models (LLMs) achieve remarkable reasoning capabilities through reinforcement learning (RL) post-training. However, existing RL post-training commonly relies on uniform data sampling, which ignores the semantic structure of the training data and the changing capability of the training policy. To address these limitations, we propose Adaptive Data Scheduling (ADS), a dual-level data scheduling framework for pacing RL post-training that replaces uniform sampling with an adaptive distribution over semantic clusters and policy-boundary sample selection. At the cluster level, ADS organizes samples according to semantic patterns and maintains an adaptive inter-cluster distribution to solidify current training progress. At the sample level, ADS performs intra-cluster scheduling to continuously sample policy-boundary samples, which provides informative relative advantages. Experimental results across three LLMs and seven reasoning benchmarks demonstrate that ADS improves average accuracy by 5.2% over Group Relative Policy Optimization (GRPO). Notably, ADS consistently improves RL methods with different objective designs, highlighting its potential as a general data scheduling strategy for LLM RL post-training. The source code is available at: https://github.com/Richard-zrx/ADS.","url_abs":"https://arxiv.org/abs/2606.22305","url_pdf":"https://arxiv.org/pdf/2606.22305","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2606.22305","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.22305"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Richard-zrx/ADS","reach":null}],"summary":{"ran":16,"ran_draft_wrong":1},"by_repo_kind":{"found_in_text":{"samples":17,"ran":17,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"189c9ff78bd2b468","entry":"apply_overrides","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/cluster_embeddings.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/cluster_embeddings.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"189c9ff78bd2b468"}},{"code_sha256_prefix":"935fcc3e4436189a","entry":"apply_overrides","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/compute_difficulty.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/compute_difficulty.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"935fcc3e4436189a"}},{"code_sha256_prefix":"78858b5a31e7c77f","entry":"apply_overrides","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/export_cluster_examples.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/export_cluster_examples.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"78858b5a31e7c77f"}},{"code_sha256_prefix":"b6fa95adbe2428b5","entry":"apply_overrides","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/extract_embeddings.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/extract_embeddings.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b6fa95adbe2428b5"}},{"code_sha256_prefix":"47c1dc9fe9a63cf6","entry":"apply_overrides","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/inspect_embeddings.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/inspect_embeddings.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"47c1dc9fe9a63cf6"}},{"code_sha256_prefix":"77a7eca8a74d3263","entry":"build_input_text","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/data_utils.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"77a7eca8a74d3263"}},{"code_sha256_prefix":"25ba597a53fa8704","entry":"ensure_dir","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/io_utils.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/io_utils.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"25ba597a53fa8704"}},{"code_sha256_prefix":"eb3c5a08b9930b09","entry":"ensure_sample_id","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/data_utils.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"eb3c5a08b9930b09"}},{"code_sha256_prefix":"dec92090b9073869","entry":"load_config","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/cluster_embeddings.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/cluster_embeddings.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dec92090b9073869"}},{"code_sha256_prefix":"d9faa034c888d1cf","entry":"load_config","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/compute_difficulty.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/compute_difficulty.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d9faa034c888d1cf"}},{"code_sha256_prefix":"74175bdc2e7f1d77","entry":"load_config","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/extract_embeddings.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/extract_embeddings.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"74175bdc2e7f1d77"}},{"code_sha256_prefix":"3ec62009af07711a","entry":"load_model","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/model_utils.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/model_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3ec62009af07711a"}},{"code_sha256_prefix":"a079eb7fd6d1a19a","entry":"load_tokenizer","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/model_utils.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/model_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a079eb7fd6d1a19a"}},{"code_sha256_prefix":"4207999c2265f336","entry":"normalize_pooling_methods","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/io_utils.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/io_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4207999c2265f336"}},{"code_sha256_prefix":"eb36e2d3da86f1ca","entry":"resolve_torch_dtype","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/model_utils.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/model_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"eb36e2d3da86f1ca"}},{"code_sha256_prefix":"3bd7521c54817c51","entry":"setup_logger","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/logging_utils.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/logging_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3bd7521c54817c51"}},{"code_sha256_prefix":"2e3185902a515d73","entry":"shard_output_paths","repo":"Richard-zrx/ADS","repo_kind":"found_in_text","path":"src/io_utils.py","file_url":"https://github.com/Richard-zrx/ADS/blob/HEAD/src/io_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2e3185902a515d73"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}