Remix.run Logo
lostmsu 2 hours ago

Cool. Now run TerminalHard and compare to unquantized 27B.

KLD of 1%, or similar error metric that multiplies, on 10000 tokens would give accumulated error of 2,000,000%

maxbond 14 minutes ago | parent | next [-]

I don't think you can extrapolate that measurement across multiple sequential draws like that. We presumably are comparing against a single trajectory rather than a tree of trajectories. So once we make the wrong choice and step off of the blessed path, we have no way to assign a ranking to the next token; it's error is undefined.

I've seen LLMs self correct in chains of thought ("because of foo and bar, I need to... Wait, bar is not true, so that won't work") so I have to imagine this is a massive overestimate, errors do not necessarily compound.

sosodev 32 minutes ago | parent | prev [-]

That's not how that works. Selecting a different token is not inherently erroneous. A correct solution can still be found despite divergence.