Arithmetic Without Numbers – How LLMs Do Math
alvaro-videla.com
Arithmetic Without Numbers – How LLMs Do Math
1–10 of 43 posts
Re: Arithmetic Without Numbers – How LLMs Do Math
#2Re: Arithmetic Without Numbers – How LLMs Do Math
#3Re: Arithmetic Without Numbers – How LLMs Do Math
#4Re: Arithmetic Without Numbers – How LLMs Do Math
#5Re: Arithmetic Without Numbers – How LLMs Do Math
#6Why doesn’t it just call tools such as Mathematica for such operations?
When humans stall on these tasks, they reach for pen and paper, a slide rule, a calculator, etc.
Mathematica is overkill for arithmetic, in addition it's licenced and can cost a bit extra.
If an LLM were to reach for a light cheap arithmetic tool something like bc would be a good first stop - a CLI tool with a language that supports arbitrary precision numbers with interactive execution of statements.
Re: Arithmetic Without Numbers – How LLMs Do Math
#7Re: Arithmetic Without Numbers – How LLMs Do Math
#8Why doesn’t it just call tools such as Mathematica for such operations?
Previously it used to run Python scripts, and may still do for more complex calculations.
Re: Arithmetic Without Numbers – How LLMs Do Math
#9https://www.youtube.com/watch?v=U719vQz-WFs
Leslie Lamport : "I am not smart. I have the gift of abstraction."
Real mathematics isn't about details. Its about concepts and abstractions and how we compose them (LLMs are good at those aspects).
Re: Arithmetic Without Numbers – How LLMs Do Math
#10I assumed it wrote Python or some sort of other code.