Model techniques map
Techniquespost-trainingreinforcement learning algorithm

implementation detail · filed under post-training

Keep Sampling Mask

Preserving rollout truncation masks and applying them during training so old and current policies share the same action subspace.

sources
2
model
1
lab adopt it
1
strongest
used

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 2

Documented in

Evidence

2 spans quoted from the sources, strongest treatment first.

we preserve the truncation masks during sampling from πold and apply them to πθ during training, ensuring both policies share identical action subspaces.

usedtraining objectivein DeepSeek-V3.2DeepSeek

we preserve the truncation masks during sampling from and apply them to during training, ensuring both policies share identical action subspaces.

usedoptimizationin DeepSeek-V3.2DeepSeek

Filed alongside

Other methods under post-training :: reinforcement learning algorithm.