It's interesting that it's the middle layers of the Transformer that are affected most by RL post-training, but it perhaps makes some intuitive sense given that RL is being used to shape high level planning-type direction of the output. It seems that the input layers to a Transformer are necessarily going to be doing the most low level work of syntax -> semantic augmentation starting with things like tagging parts of…
this is explicitly why qwen opted to use recurrent layers as the middle layers of their hybrid model.
The motivation for this mostly recurrent hybrid attention is to efficiently support long context lengths.