MCTS-Guided Decoding for a Small Reasoning Neural Net Model
The raw output of a language neural net model is a set of probabilities over the possible next word (or token). That is then converted into text output by a decoding step. Standard decoding — greedy, beam search, or independent sampling — commits to each token or reasoning step without any lookahead about whether it’s … Read more