Auto-Differentiating Any LLM Workflow: A Farewell to Manual Prompting
1–10 of 33 posts
Re: Auto-Differentiating Any LLM Workflow: A Farewell to Manual Prompting
#2Re: Auto-Differentiating Any LLM Workflow: A Farewell to Manual Prompting
#3Implemented in AdalFlow: https://github.com/SylphAI-Inc/AdalFlow
Re: Auto-Differentiating Any LLM Workflow: A Farewell to Manual Prompting
#4Implemented in AdalFlow: https://github.com/SylphAI-Inc/AdalFlow
Congrats on the paper! I read through some of the github docs and read through the paper, this sounds very impressive, but I'm trying to think of how to best use this in practice... is the idea that I could give some kind of high-level task/project description (like a Python project), and this framework would intelligently update its own prompting to avoid getting stuck and to continue "gaining skill" throughout the…
Re: Auto-Differentiating Any LLM Workflow: A Farewell to Manual Prompting
#5Earlier quoted context omitted.
Congrats on the paper! I read through some of the github docs and read through the paper, this sounds very impressive, but I'm trying to think of how to best use this in practice... is the idea that I could give some kind of high-level task/project description (like a Python project), and this framework would intelligently update its own prompting to avoid getting stuck and to continue "gaining skill" throughout the…
you need a training dataset, and a task pipeline that works. You can refer to this doc: https://adalflow.sylph.ai/use_cases/question_answering.html
Re: Auto-Differentiating Any LLM Workflow: A Farewell to Manual Prompting
#6I don't think anyone has pretrained a remotely-close-to-SOTA sized backwards model.
Re: Auto-Differentiating Any LLM Workflow: A Farewell to Manual Prompting
#7Re: Auto-Differentiating Any LLM Workflow: A Farewell to Manual Prompting
#8Re: Auto-Differentiating Any LLM Workflow: A Farewell to Manual Prompting
#9requires a backwards trained llm no? I don't think anyone has pretrained a remotely-close-to-SOTA sized backwards model.
Re: Auto-Differentiating Any LLM Workflow: A Farewell to Manual Prompting
#10Wow, just when I’d accepted MIPRO in DSPy was magic, here we are. Things continue apace.