paper-with-me

홈 › Papers

$\textbf{PLUM}$: Improving Code LMs with Execution-Guided On-Policy Preference Learning Driven By Synthetic Test Cases

2024-06-11 · Dylan Zhang, Shizhe Diao, Xueyan Zou, Hao Peng

Preference learning provides a promising solution to address the limitations of supervised fine-tuning (SFT) for code language models, where the model is not explicitly trained to differentiate between correct and incorrect code. Recent findings demonstrate that on-policy data is the key to successful preference learning, where the preference data is collected using the same policy LM being trained. Inspired by this, we propose PLUM, an on-policy $\textbf{P}$reference $\textbf{L}$earning framework A$\textbf{u}$gmented with test cases for code L$\textbf{M}$ s. The framework operates in three key stages: (1) automatic generation of test cases from natural language instructions, (2) creation of a preference data by evaluating candidate code solutions sampled from the policy, which can then be used to (3) train the policy LM. PLUM levitates the need to train reward models, allowing for large scale on-policy and online preference data collation. PLUM is evaluated on both standard benchmarks (HumanEval, MBPP) and more challenging ones (LiveCodeBench), delivering substantial improvements over original SFT'ed models and other execution-feedback-driven approaches. We show PLUM's benefits are consistent across various widely-used code LMs even they have been well-trained with SFT. For example, PLUM increases pass rates by up to 4.8% on average on standard benchmarks and 11.8% on LiveCodeBench, demonstrating its effectiveness and generalizability. We also demonstrate the benefits of on-policy and online preference learning by comprehensive experimentation.

📄 PDF Abstract BibTeX arXiv:2406.06887

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationHumanEvalLanguage Modellingmbpp

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

SCoUT: Scalable Communication via Utility-Guided Temporal Grouping in Multi-Agent Reinforcement Learning

2026-03-05 · Manav Vora, Gokul Puthumanaillam, Hiroyasu Tsukamoto, Melkior Ornik arxiv

Communication can improve coordination in partially observed multi-agent reinforcement learning (MARL), but learning \emph{when} and \emph{who} to communicate with requires choosing among many possible sender-recipient p…

Multi-agent Reinforcement Learning

Device-Conditioned Neural Architecture Search for Efficient Robotic Manipulation

2026-04-11 · Yiming Wu, Huan Wang, Zhenghao Chen, Ge Yuan 외 arxiv

The growing complexity of visuomotor policies poses significant challenges for deployment with heterogeneous robotic hardware constraints. However, most existing model-efficient approaches for robotic manipulation are de…

Neural Architecture Search

Beyond Attention Magnitude: Leveraging Inter-layer Rank Consistency for Efficient Vision-Language-Action Models

2026-03-26 · Peiju Liu, Jinming Liu, Xipeng Qiu, Xuanjing Huang arxiv

Vision-Language-Action (VLA) models excel in robotic manipulation but suffer from significant inference latency due to processing dense visual tokens. Existing token reduction methods predominantly rely on attention magn…

Methane Detection On Board Satellites from Unorthorectified Imagery

2026-09-04 · Luca Marini, Maggie Chen, Hala Lamdouar, Laura Martínez-Ferrer 외 arxiv

As a potent greenhouse gas, methane is a major driver of climate change. Its effective mitigation relies on timely detection. Conventional detection methods rely on orthorectification to correct geometric distortions and…

Dual-Uncertainty Guided Policy Learning for Multimodal Reasoning

2025-10-01 · Rui Liu, Dian Yu, Tong Zheng, Runpeng Dai 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has advanced reasoning capabilities in multimodal large language models. However, existing methods typically treat visual inputs as deterministic, overlooking the per…

Reinforcement LearningMultimodal ReasoningData Augmentation