|
|
|
|
|
by araghuvanshi
787 days ago
|
|
I'm talking about the fact that they boast about their models having large context windows. And Anthropic says: "Opus - Our most intelligent model, which can handle complex analysis, longer tasks with multiple steps, and higher-order math and coding tasks." So if I were a non-AI expert, would I not infer that because it can do "higher order math tasks" it can also count? |
|
>counting
Pick one.
This is very similar to the "precision" misconception regarding floating point numbers.
The answer isn't wrong, it's just imprecise.
Hallucinations are a misnomer.
You are trying to get exact integer<>word accuracy from an architecture that is innately probabilistic, and where atomically it clashes; words get tokenized, so arithmetic is difficult at a microscale - the carry bit likely won't make it to the (needed transformer) context to work, since usually, most numbers don't overflow on average when summed.
It can, however, output a small program - with high confidence - that it can self-evaluate for functional proximity, then use that to help arrive at an answer.
This is a proto-Mixture of Experts model, achieved by another hyper-visor or guard dog LLM.