AI Briefing
KO

Strengthening a Summarization Model with GRPO

·2026.04.15 18:01

Key point

Trained Qwen2.5-0.5B-Instruct on a Reddit summarization task using GRPO.

1 / 2

Details

Trained the Qwen2.5-0.5B-Instruct bf16 model with GRPO for a Reddit post summarization task, and yesterday's run recorded an average rollout length of about 64 tokens.

The reward design had two branches.

  • length_penalty: -abs(response_length - MAX_LENGTH)
  • quality_reward: maintaining the structure and quality of the summary based on ROUGE-L

At first there was a mistake of counting characters as tokens, and after fixing this, the plan is to check again whether the length reward alone games the system, or whether output quality collapses.

The setup ran on a cluster of 3 Mac minis.

  • 1 node: handles GRPO training
  • 2 nodes: generate rollouts with vLLM

Two variants were compared.

  • length penalty only baseline
  • length penalty + quality reward combination (BLEU, METEOR, ROUGE-L family)

Evaluation was conducted using the LLM-as-a-Judge method.

  • Evaluation model: gpt-5
  • Framework: DeepEval
  • Evaluation axes: faithfulness, coverage, conciseness, clarity

In short, this is an experiment update that combines reward design, distributed rollouts, and automated evaluation to improve summarization performance on a small Qwen 0.5B model.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.