|
|
|
|
|
by mohsen1
24 days ago
|
|
I have a philosophical problem with adaptive thinking. It’s a dumb guess for how much thinking budget to allocate ahead of thinking. At least in the context of LLMs there is probably no way of knowing how much thinking (token generation) is needed. The problem space is infinity vast, similarly of two prompts is not going to help any LLM decide how much thinning is needed. Models already stop thinking before hitting the thinking budget. Why there is so much effort in making adaptive thinking happen and don’t we train models to produce the end of thinning token better? Feels like a bandaid. We need models to be trained to do a reasonable amount of reasoning (no pub intended): reason
estimate remaining uncertainty
continue?
reason more
repeat
|
|
Sequential-thinking was really a step in the right direction, and works almost exactly how you've described, though when it was popular before the reasoning models and even now when I tried it recently I have never once see it use its branching feature and it tends also to have the RLHF urge to answer something "helpful" quickly instead.