zlacker

[return to "LLM with Planning"]
1. behnam+64[view] [source] 2023-04-27 23:05:23
>>mercat+(OP)
I had a similar idea to convert LLM inputs into Lisp language. I was pleased to see the paper takes this approach.

The underlying idea, though, has been done before. Basically we know that LLMs can do better if instead of solving a problem on their own, they write a program that solves it (look up PAL).

◧◩
2. willia+65[view] [source] 2023-04-27 23:12:36
>>behnam+64
Here’s an example of a question-and-answer augmentation written in TypeScript that uses the exact approach used by PAL, et al:

https://github.com/williamcotton/transynthetical-engine

[go to top]