Home Machine Learning Intro to DSPy: Goodbye Prompting, Howdy Programming! | by Leonie Monigatti | Feb, 2024

Intro to DSPy: Goodbye Prompting, Howdy Programming! | by Leonie Monigatti | Feb, 2024

0
Intro to DSPy: Goodbye Prompting, Howdy Programming! | by Leonie Monigatti | Feb, 2024

[ad_1]

How the DSPy framework solves the fragility downside in LLM-based functions by changing prompting with programming and compiling

DSPy logo of puzzle pieces showing the DSPy modules Signature, Modules, Teleprompter, and the DSPy compiler prioritzed over prompting.
DSPy (Picture hand-drawn by the creator)

Currently, constructing functions utilizing massive language fashions (LLMs) may be not solely complicated but additionally fragile. Typical pipelines are sometimes carried out utilizing prompts, that are hand-crafted by way of trial and error as a result of LLMs are delicate to how they’re prompted. Thus, if you change a chunk in your pipeline, such because the LLM or your knowledge, you’ll seemingly weaken its efficiency — until you adapt the immediate (or fine-tuning steps).

While you change a chunk in your pipeline, such because the LLM or your knowledge, you’ll seemingly weaken its efficiency…

DSPy [1] is a framework that goals to resolve the fragility downside in language mannequin (LM)-based functions by prioritizing programming over prompting. It means that you can recompile your entire pipeline to optimize it to your particular process — as a substitute of repeating guide rounds of immediate engineering — everytime you change a element.

Though the paper [1] on the framework was already revealed in October 2023, I solely just lately realized about it. After simply watching one video (“DSPy Defined!” by Connor Shorten), I might already perceive why the developer group is so enthusiastic about DSPy!

This text provides a short introduction to the DSPy framework by protecting the next subjects:

DSPy (Declarative Self-improving Language Programs (in Python)”, pronounced “dee-es-pie”) [1] is a framework for “programming with basis fashions” developed by researchers at Stanford NLP. It emphasizes programming over prompting and strikes constructing LM-based pipelines away from manipulating prompts and nearer to programming. Thus, it goals to resolve the…



[ad_2]