I was recently thinking how every neural network is equivalent to a lookup table where the input is all numbers up to what can be expressed within the context window and the output is the result of the arithmetic operations applied to that number. So every neural network is equivalent to T = {(i, f(i)) : i The main practical issue is the size of the table but I don't see any theoretical reasons why this is incorrect.…
This whole thread on lookup tables seems to be confused. Isn't this purely math, the equivalence of a function to a lookup table is well studied. And NN as comprised of functions, can be boiled down to table as posted. How do we get from this math concept of function=table, and get to arguments about consciousness and free-will and state space of the universe... The table-NN equivalence doesn't seem to help peoples u…
That said, the general debate is a valid one. Are LLMs just doing fancy statistical compression of data, or are they doing "reasoning" in some important sense, be that merely mechanistic logical reasoning, or "human-level intelligent reasoning"?
For that matter, did the paper authors ever define "Reasoners" in their title, or leave it to the reader?