|
|
|
|
|
by nearbuy
83 days ago
|
|
It won't matter. By the time it's done reasoning, it has already decided what it wants to say. Reasoning tokens are just regular output tokens the model generates before answering. The UI just doesn't show the reasoning. Conceptually, the output is something like: <reasoning>
Lots of text here
</reasoning>
<answer>
Part you see here. Usually much shorter.
</answer>
|
|
If you steer it in strange (for it, as in not seen before in training) text, you are now in out-of-distribution, very weak generalization capabilities territory.