paper-with-me

Papers

GAPO: Robust Advantage Estimation for Real-World Code LLMs

2025-10-22 · Jianqing Zhang, Zhezheng Hao, Wei Xia, Hande Dong, Hong Wang, Chenxing Wei, Yuyan Zhou, Yubin Qi, Qiang Lin, Jian Cao arxiv

Reinforcement learning (RL) is widely used for post-training large language models (LLMs) in code editing, where group-relative methods, such as GRPO, are popular due to their critic-free and normalized advantage estimation. However, in real-world code-editing scenarios, reward distributions are often skewed with unpredictable noise, leading to distorted advantage computation and increased rollout outliers. To address this issue, we propose Group Adaptive Policy Optimization (GAPO), which adaptively finds an interval with the highest SNR (Signal to Noise Ratio) per prompt and uses the median of that interval as an adaptive Q to replace the group mean in advantage calculation to reduce noise further. This adaptive Q robustly handles rollout noise while remaining plug-and-play and efficient. We evaluate GAPO on nine instruction-tuned LLMs (3B-14B) using a collected large dataset of 51,844 real-world, history-aware code-editing tasks spanning 10 programming languages. GAPO yields up to 4.35 in-domain (ID) and 5.30 out-of-domain (OOD) exact-match improvements over GRPO and its variant DAPO, while achieving lower clipping ratios and higher GPU throughput. Code: https://github.com/TsingZ0/verl-GAPO.

📄 PDF Abstract BibTeX arXiv:2510.21830

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

GigaPose: Fast and Robust Novel Object Pose Estimation via One Correspondence

2023-11-23 · CVPR 2024 1 · Van Nguyen Nguyen, Thibault Groueix, Mathieu Salzmann, Vincent Lepetit

We present GigaPose, a fast, robust, and accurate method for CAD-based novel object pose estimation in RGB images. GigaPose first leverages discriminative "templates", rendered images of the CAD models, to recover the ou…

3D Reconstruction6D Pose EstimationPose Estimation

MegaPose: 6D Pose Estimation of Novel Objects via Render & Compare

2022-12-13 · Yann Labbé, Lucas Manuelli, Arsalan Mousavian, Stephen Tyree 외

We introduce MegaPose, a method to estimate the 6D pose of novel objects, that is, objects unseen during training. At inference time, the method only assumes knowledge of (i) a region of interest displaying the object in…

3D Object Detection6D Pose EstimationObjectPose Estimation

Study of Clear Sky Models for Singapore

2017-08-24 · Soumyabrata Dev, Shilpa Manandhar, Yee Hui Lee, Stefan Winkler

The estimation of total solar irradiance falling on the earth's surface is important in the field of solar energy generation and forecasting. Several clear-sky solar radiation models have been developed over the last few…

Group Adaptive Clipping Policy Optimization

2026-08-31 · Sheng Jia, Xiao Wang, Shiva Prasad Kasiviswanathan, Rein Houthooft hf

Group relative policy optimization for reinforcement learning with verifiable rewards (RLVR) typically uses a fixed importance-sampling (IS) ratio clipping boundary across all rollouts. We identify a key limitation: rare…

Reinforcement Learning

MERaLiON-SpeechEncoder: Towards a Speech Foundation Model for Singapore and Beyond

2024-12-16 · Muhammad Huzaifah, Geyu Lin, Tianchi Liu, Hardik B. Sailor 외

This technical report describes the MERaLiON-SpeechEncoder, a foundation model designed to support a wide range of downstream speech applications. Developed as part of Singapore's National Multimodal Large Language Model…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model+3