50

Tree Search Distillation for Language Models Using PPO

Great post! I wonder why MCTS is not more popular as a test time compute harness. Did you compare performance of MCTS (without distillation) against other methods (eg best of N) with the same compute budget?

an hour agonatufunu

> 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?

3 hours agosupermdguy

Ah, I meant that MCTS uses more inference-time compute (over GRPO) to produce a training sample

30 minutes agoat2005

[flagged]

4 hours agobiang15343100

[dead]