zlacker

[parent] [thread] 1 comments
1. behnam+(OP)[view] [source] 2023-04-27 23:05:23
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).

replies(1): >>willia+01
2. willia+01[view] [source] 2023-04-27 23:12:36
>>behnam+(OP)
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]