News Score: Score the News, Sort the News, Rewrite the Headlines

GitHub - andyk/recursive_llm: Implement recursion using English as the programming language and an LLM as the runtime.

Recursive LLM prompts The idea here is to implement recursion using English as the programming language and an LLM (e.g., GPT-3.5) as the runtime. Basically we come up with an LLM prompt which causes the model to return another slightly updated prompt. More specifically, the prompts contain state and each recursively generated prompt updates that state to be closer to an end goal (i.e., a base case). It’s kind of like recursion in code, but instead of having a function that calls itself with a d...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines