Scaffolded LLMs as natural language computers
1–10 of 26 posts
Re: Scaffolded LLMs as natural language computers
#2Re: Scaffolded LLMs as natural language computers
#3On the topic of summarizing and determinism, I wonder if an intermediate bytecode loke language or structured subset of the English language could improve the outcome across models.
Re: Scaffolded LLMs as natural language computers
#4Opened my mind to what is to come and how it might happen
Re: Scaffolded LLMs as natural language computers
#5Re: Scaffolded LLMs as natural language computers
#6I am interested to see how the concept longterm memory is developed with LLMs. It seems very slow to use fine tuning for this process. On the topic of summarizing and determinism, I wonder if an intermediate bytecode loke language or structured subset of the English language could improve the outcome across models.
Re: Scaffolded LLMs as natural language computers
#7Pretty incredible
Re: Scaffolded LLMs as natural language computers
#8GPT-3 to GPT-4 was an exponential improvement? Progress is not usually exponential. Your phone now isn’t x10 better than it was a few years ago. Progress in AI is a huge jump, then refinement of that jump, then stagnation until the next big jump is discovered. Look at CNNs dominating image classification competitions out of nowhere, then they got refined, then they kind of stagnated and didn’t get much % accuracy better in whatever benchmark was used, in fact I think humans are still way better at many vision tasks and it’s been over a decade of research now since CNNs jumped on the scene as the hot thing. I don’t know why people refuse to understand or see this, but it’s tiring constantly hearing people pretend everything is exponential and AGI is two years away when AI hasn’t even beaten humans at some pretty trivial vision benchmarks.
Re: Scaffolded LLMs as natural language computers
#9However this prompts the question of why we are striving to create massive natural language models (with all the disadvantages of natural language) that we will then heavily constrain to perform tasks that can be performed by traditional computers with order-of-magnitude greater efficiency and reliability? Most of these "chaining" libraries are already engaged in asking the LLM to pretty-please output a standardized blob format that can be read by a Python harness, where we use the LLM to identify that something is e.g. an equation, and then pack it off to Wolfram or something. It seems like if you want to do this more than a few times, it's better to write a couple lines of code to do it much more cheaply.