paper-with-me

Papers

Post-Completion Learning for Language Models

2025-07-27 · Xiang Fei, Siqi Wang, Shu Wei, Yuxiang Nie, Wei Shi, Hao Feng, Chao Feng, Can Huang arxiv

Current language model training paradigms typically terminate learning upon reaching the end-of-sequence (<eos>) token, overlooking the potential learning opportunities in the post-completion space. We propose Post-Completion Learning (PCL), a novel training framework that systematically utilizes the sequence space after model output completion, to enhance both the reasoning and self-evaluation abilities. PCL enables models to continue generating self-assessments and reward predictions during training, while maintaining efficient inference by stopping at the completion point. To fully utilize this post-completion space, we design a white-box reinforcement learning method: let the model evaluate the output content according to the reward rules, then calculate and align the score with the reward functions for supervision. We implement dual-track SFT to optimize both reasoning and evaluation capabilities, and mixed it with RL training to achieve multi-objective hybrid optimization. Experimental results on different datasets and models demonstrate consistent improvements over traditional SFT and RL methods. Our method provides a new technical path for language model training that enhances output quality while preserving deployment efficiency.

📄 PDF Abstract BibTeX arXiv:2507.20252

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Which Pairs to Compare for LLM Post-Training?

2026-06-17 · Jiangze Han, Vineet Goyal, Will Ma arxiv

Preference-based post-training has become a central paradigm for aligning language models. A common data-collection strategy is to generate a small set of completions for each prompt and label the resulting comparison pa…

Concentration properties of fractional posterior in 1-bit matrix completion

2024-04-13 · The Tien Mai

The problem of estimating a matrix based on a set of its observed entries is commonly referred to as the matrix completion problem. In this work, we specifically address the scenario of binary observations, often termed …

Matrix Completion

Expect the unexpected: Harnessing Sentence Completion for Sarcasm Detection

2017-07-19 · Aditya Joshi, Samarth Agrawal, Pushpak Bhattacharyya, Mark Carman

The trigram `I love being' is expected to be followed by positive words such as `happy'. In a sarcastic sentence, however, the word `ignored' may be observed. The expected and the observed words are, thus, incongruous. W…

Sarcasm DetectionSentenceSentence Completion

Hail to the Thief: Exploring Attacks and Defenses in Decentralised GRPO

2025-11-12 · Nikolay Blagoev, Oğuzhan Ersoy, Lydia Yiyu Chen arxiv

Group Relative Policy Optimization (GRPO) has demonstrated wide adoption in the post-training of Large Language Models (LLMs). In GRPO, prompts are answered by the model and preferred behaviour is learnt via reinforcemen…

Reinforcement Learning

Action Completion: A Temporal Model for Moment Detection

2018-05-17 · Farnoosh Heidarivincheh, Majid Mirmehdi, Dima Damen

We introduce completion moment detection for actions - the problem of locating the moment of completion, when the action's goal is confidently considered achieved. The paper proposes a joint classification-regression rec…

General Classificationmodelregression