Live data from Hacker News

Tree Search Distillation for Language Models Using PPO

ayushtambde.com

11–15 of 15 posts

Re: Tree Search Distillation for Language Models Using PPO

#12

Why is almost every RL paper done on Qwen-2.5 ? That decreases its credibility.

It makes it easier to compare with other papers. If two different papers apply different methods to different models and get different results, how do you know which method is better?

Once you have identified the best method and want to productize it, it would of course make sense to apply it on top of the best model, but if you're just doing research, you can skip that expensive last step.

Re: Tree Search Distillation for Language Models Using PPO

#15
post #5

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?

I didn't compare with the harness (focused on distillation) but the original ToT paper has a section on it: https://arxiv.org/abs/2305.10601
Post reply on HN