{"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-2601-03895","title":"All-Quadrant Bounded Clipping GRPO: Closing the Unbounded Blind Spot for Stable and Generalizable Training","arxiv_id":"2601.03895","date":"2026-01-07","proceeding":null,"authors":["Chi Liu","Xin Chen"],"abstract":"Group Relative Policy Optimization (GRPO) has emerged as a popular algorithm for reinforcement learning with large language models (LLMs). However, GRPO inherits PPO's token-level clipping while replacing token-level advantages with a single sequence-level advantage. Through a four-quadrant analysis of the (likelihood-ratio, advantage) space, we show that this combination leaves one quadrant -- negative advantage combined with an increased likelihood ratio (Q4) -- structurally unbounded, so that a few high-ratio tokens can receive very large suppressive updates that collapse entropy and narrow the reasoning boundary. To address this, we propose All-Quadrant Bounded Clipping GRPO (ABC-GRPO), which applies unconditional clipping in all four quadrants through sign-dependent boundaries. ABC-GRPO clips the likelihood ratio before multiplying by the advantage, adding a trust-region floor in Q2 and a cap in Q4 -- its negative-advantage branch coinciding with dual-clip PPO -- to yield bounded per-step policy displacement in every quadrant. On mathematical reasoning with Qwen3 base models, ABC-GRPO attains the highest Avg@64 and Pass@64: it is statistically superior to GRPO, SAPO, and dual-clip PPO and competitive with the strongest baseline (DAPO), while maintaining substantially higher entropy; the gains transfer to MATH-500 and to out-of-domain code (HumanEval). Ablations isolate Q4 as the dominant blind spot.","url_abs":"https://arxiv.org/abs/2601.03895","url_pdf":"https://arxiv.org/pdf/2601.03895","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":{"syntology_url":"https://syntology.ai/paper/2601.03895","atlas_url":"https://app.syntology.ai/?focus=2601.03895","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.03895"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/chi2liu/ABC-GRPO","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":5,"ran_violates":1,"unverified":6},"by_repo_kind":{"found_in_text":{"samples":12,"ran":6,"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":"809c0178a7ae90ff","entry":"choice_answer_clean","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/grader.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/grader.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"809c0178a7ae90ff"}},{"code_sha256_prefix":"ed2f4689128f9885","entry":"extract_multi_choice_answer","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/parser.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/parser.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ed2f4689128f9885"}},{"code_sha256_prefix":"1525d8bc0fc8d5a0","entry":"generate_completions","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/model_utils.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/model_utils.py","link_basis":"harvester_set","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":"1525d8bc0fc8d5a0"}},{"code_sha256_prefix":"fb37d3c84b18e368","entry":"is_digit","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/grader.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/grader.py","link_basis":"harvester_set","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":"fb37d3c84b18e368"}},{"code_sha256_prefix":"d338a8cb44aeb6b4","entry":"is_multi_choice","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/math_eval.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/math_eval.py","link_basis":"plan_row","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d338a8cb44aeb6b4"}},{"code_sha256_prefix":"7d4b7f8c3875b126","entry":"parse_digits","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/grader.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/grader.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7d4b7f8c3875b126"}},{"code_sha256_prefix":"78eda4351efef7ac","entry":"check_numerical_equality_with_tolerance","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/grader_with_tolerance.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/grader_with_tolerance.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"78eda4351efef7ac"}},{"code_sha256_prefix":"f682115dbbd82c18","entry":"extract_numerical_value","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/grader_with_tolerance.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/grader_with_tolerance.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f682115dbbd82c18"}},{"code_sha256_prefix":"a8c347dc0992da66","entry":"improved_math_equal","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/grader_with_tolerance.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/grader_with_tolerance.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a8c347dc0992da66"}},{"code_sha256_prefix":"ee71a94d9dd1b8e9","entry":"load_hf_lm_and_tokenizer","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/model_utils.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/model_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ee71a94d9dd1b8e9"}},{"code_sha256_prefix":"0f56af94480d56c7","entry":"normalize_scientific_notation","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/grader_improved.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/grader_improved.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0f56af94480d56c7"}},{"code_sha256_prefix":"919681ac6d877afe","entry":"parse_digits","repo":"chi2liu/ABC-GRPO","repo_kind":"found_in_text","path":"eval_math/grader_improved.py","file_url":"https://github.com/chi2liu/ABC-GRPO/blob/HEAD/eval_math/grader_improved.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"919681ac6d877afe"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}