Switch language한국어
Back to the list

CoRT: Counterfactual Replay for Token-Level Rubric-Guided Policy Optimization

TL;DR AI

Key summary

2 min read
  1. Researchers proposed CoRT, a token-level credit assignment method for rubric-guided GRPO in language models.

  2. It compares the same sampled response under the original rubric prompt and a criteria-free prompt to compute token-wise likelihood contrasts.

  3. Those contrasts are turned into bounded weights that spread a response-level advantage across individual tokens.

  4. In experiments, CoRT beat matched response-level GRPO in most settings and was competitive with learned token-level baselines.

  5. The approach may make RL training for instruction-tuned models more precise without needing a separate token scorer.

Read the original