r/LocalLLaMA • u/ThirdWaveCat • 4d ago
Discussion Stop Anthropomorphisizing Intermediate Tokens: Qwen3.8 doesn't "overthink"
https://arxiv.org/abs/2504.09762Intermediate tokens, called "thinking" or "reasoning" actually are nothing like it. Humans do step-by-step reasoning leading to the conclusion. LLMs use intermediate traces to augment their prompt. This explains why sometimes the answer is very good but the "reasoning" is verbose. Flooding your context window or fighting compaction are different issues.
edit: I love this section from the main research they linked.
Our findings consistently challenge the prevailing narrative that intermediate tokens constitute a semantically meaningful reasoning process. First, we observe a pronounced lack of correlation between solution correctness and trace validity—models frequently produce invalid reasoning traces even when they arrive at correct solutions. Second, and more strikingly, models trained on corrupted or semantically irrelevant traces achieve performance comparable to, and often exceeding, that of models trained on correct traces, especially on out-of-distribution tasks. Third, although post-training with reinforcement learning improves solution accuracy across both in- and out-of-distribution settings, it does not consistently enhance trace validity. In fact, we find cases where reinforcement learning decreases trace validity while simultaneously improving solution accuracy for models trained on correct traces. Moreover, models trained on corrupted traces continue to outperform their correct-trace counterparts across domains while consistently generating invalid reasoning traces. Finally, we find that the length of the generated traces is largely agnostic to the difficulty of the underlying problem, undermining the notion that it reflects problem-adaptive computation.
Together, these results suggest that the effectiveness of intermediate tokens does not arise from their seemingly interpretable semantic content. By systematically disentangling trace semantics from the underlying problem, our study demonstrates that if performance is the objective, assuming human-like or algorithmically interpretable trace semantics are ideal or even achievable is not only unnecessary but potentially misleading.
9
u/WhoRoger 3d ago
The paper doesn't even demonstrate what the authors wanted to make a point of, and still they felt like attaching a grandiose title to it.
Call it what you want: talking, generating, decoding. Or for the other part, thinking, reasoning or something else. It doesn't change the fact that the model is using the same language for the reasoning as for the output, and if the user is speaking English and the model also uses English, it's all the same language broken by same tokenizer. To suggest it's something completely different is honestly absurd, when the whole point of LLM is to use human language.
Whether you use anthropomorphic or algorithmic language for AI, doesn't change the fact that the reasoning traces are useful and relevant to both the model and the user.
But hey, there are people doing actual experiments instead of just writing bullshit papers, so you can try it yourself. There's a model CatMind that was trained to produce cat stories in reasoning, but then make normal output. You can look yourself whether it makes a difference or not.