Brains weren't built for math either, just for surviving. And the "trying to do math in your head" is true if you use naive question answering, but if you ask "step by step" or "chain of thought", or "supporting questions", any of them will allow for flexible time steps. There are some solutions called "Language Model Cascades" that compose language models calls to simulate arbitrary complex reasoning chains including recursion. There is no reason to think language models are unfit for math, they are fit for generating possible solutions that need to be verified somehow.
> Brains weren't built for math either, just for surviving.
Brains were, however, built for language processing, in addition to many other tasks.
> There is no reason to think language models are unfit for math, they are fit for generating possible solutions that need to be verified somehow.
This is just a dumb idea though. Guess and check based on semantically well positioned answers in the ambiguity that is the embedding space until you find something that's not wrong is not the same thing as defining an algorithm and then executing it, which is how people do math.
Sure, you could probably get it to a pretty good working state, but it seems pretty dumb to me.
> There are some solutions called "Language Model Cascades" that compose language models calls to simulate arbitrary complex reasoning chains including recursion.
If you're creating the reasoning chains yourself, you're arguably doing the hard part for the model and giving credit to the language part. If you're able to do get the model to define the chains, then you've already solved the hard part of the problem and could likely use something very different from language models altogether to greater effect.
True, but that's how "inspiration" works in humans as well: generate stupid ideas until you stumble upon a great one.
That's why I said we only need verification. It's the artist-critic model, we got the artist we need the critic. Sometimes it's easy (in games, code, math) and other times we don't have a good way to verify.
> True, but that's how "inspiration" works in humans as well: generate stupid ideas until you stumble upon a great one.
I don't agree with this, but even if it were true, "inspiration" is not how we do math.
> That's why I said we only need verification. It's the artist-critic model, we got the artist we need the critic. Sometimes it's easy (in games, code, math) and other times we don't have a good way to verify.
That's not even how the typical language model works.