Tree Search Distillation for Language Models Using PPO
ayushtambde.com
Tree Search Distillation for Language Models Using PPO
1–10 of 15 posts
Re: Tree Search Distillation for Language Models Using PPO
#2Re: Tree Search Distillation for Language Models Using PPO
#3Re: Tree Search Distillation for Language Models Using PPO
#4This part confused me, it sounded like they were only doing the MCTS at train time, and then using GRPO to distill the MCTS policy into the model weights. So wouldn’t the model still have the same inference cost?
Re: Tree Search Distillation for Language Models Using PPO
#5Re: Tree Search Distillation for Language Models Using PPO
#6> One might note that MCTS uses more inference compute on a per-sample basis than GRPO: of course it performs better This part confused me, it sounded like they were only doing the MCTS at train time, and then using GRPO to distill the MCTS policy into the model weights. So wouldn’t the model still have the same inference cost?
Re: Tree Search Distillation for Language Models Using PPO
#7Re: Tree Search Distillation for Language Models Using PPO
#8what are your thoughts on MCTS for coding?
this can/must be paired with a smart execution harness to optimise roll out and roll back of execution paths and system state.
does this change the calculus for optimal post-training ?