Language models as compilers: Simulating pseudocode execution
1–10 of 57 posts
Re: Language models as compilers: Simulating pseudocode execution
#2Re: Language models as compilers: Simulating pseudocode execution
#3Re: Language models as compilers: Simulating pseudocode execution
#4Re: Language models as compilers: Simulating pseudocode execution
#5I half-jest but I envision the direction of LLM research to head towards a parser-oriented setup where LLMs merely extract the entities and relations and the actual logic is done by a logical engine such as Prolog.
Re: Language models as compilers: Simulating pseudocode execution
#6Any sufficiently advanced LLM is indistinguishable from Prolog. I half-jest but I envision the direction of LLM research to head towards a parser-oriented setup where LLMs merely extract the entities and relations and the actual logic is done by a logical engine such as Prolog.
Combining LLM’s with rewriting logic, like Maude or K Framework, would be the most, powerful option. The rewriting tools plus LLM’s could probably rapidly develop static analyzers and code porting tools.
Re: Language models as compilers: Simulating pseudocode execution
#7Any sufficiently advanced LLM is indistinguishable from Prolog. I half-jest but I envision the direction of LLM research to head towards a parser-oriented setup where LLMs merely extract the entities and relations and the actual logic is done by a logical engine such as Prolog.
Re: Language models as compilers: Simulating pseudocode execution
#8Re: Language models as compilers: Simulating pseudocode execution
#9Any sufficiently advanced LLM is indistinguishable from Prolog. I half-jest but I envision the direction of LLM research to head towards a parser-oriented setup where LLMs merely extract the entities and relations and the actual logic is done by a logical engine such as Prolog.