Caveman: Why use many token when few token do trick
1–10 of 396 posts
Re: Caveman: Why use many token when few token do trick
#2Re: Caveman: Why use many token when few token do trick
#3Re: Caveman: Why use many token when few token do trick
#4Re: Caveman: Why use many token when few token do trick
#5I.e. by demanding the model to be concise, you're literally making it dumber.
(Separating out "chain of thought" into "thinking mode" and removing user control over it definitely helped with this problem.)
Re: Caveman: Why use many token when few token do trick
#6Re: Caveman: Why use many token when few token do trick
#7Re: Caveman: Why use many token when few token do trick
#8Oh boy. Someone didn't get the memo that for LLMs, tokens are units of thinking . I.e. whatever feat of computation needs to happen to produce results you seek, it needs to fit in the tokens the LLM produces. Being a finite system, there's only so much computation the LLM internal structure can do per token, so the more you force the model to be concise, the more difficult the task becomes for it - worst case, you ca…
But does talk like caveman make number go down? Less token = less think?
I also wondered, due to the way LLMs work, if I ask AI a question using fancy language, does that make it pattern match to scientific literature, and therefore increase the probability that the output will be true?
Re: Caveman: Why use many token when few token do trick
#9Thanks to chain of thought, actually having the LLM be explicit in its output allows it to have more quality.