DeBERTa-v3-large PN (Process Necessity) Step Scorer — 3 class
A step-level Process Necessity Score (PN) classifier, fine-tuned from
microsoft/deberta-v3-large. It takes a reasoning prefix + a candidate
reasoning step and predicts one of three PN bins:
class_id
class_name
PN value
0
PN_low
0.0
1
PN_mid
0.5
2
PN_high
1.0
These scores can be used to redistribute the trajectory-level reward in
GRPO / PPO training for mathematical reasoning LLMs
(see verl fork,
branch feat/pns-reward-redistribution).
Training data
Chain-of-thought rollouts on GSM8K + MATH with k=5 intervention
rollouts per step, PN labelled by downstream success-rate change.