/
githubmirror
/
Prompt-Engineering-Guide
Обзор
Документация
Войти
/
githubmirror
/
Prompt-Engineering-Guide
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pages/techniques/dsp.en.mdx
46 строк
2 KB
Elvis Saravia
Migrate course links from Thinkific to new academy platform
02 фев 2026, 00:09
02 фев 2026, 00:09
3d96678
Код
Авторство
О чём код?
# Directional Stimulus Prompting import { FileTree } from 'nextra-theme-docs' import { CoursePromo, CoursesSection, CourseCard } from '../../components/CourseCard' import {Screenshot} from 'components/screenshot' import DSP from '../../img/dsp.jpeg' [Li et al., (2023)](https://arxiv.org/abs/2302.11520) proposes a new prompting technique to better guide the LLM in generating the desired summary. A tuneable policy LM is trained to generate the stimulus/hint. Seeing more use of RL to optimize LLMs. The figure below shows how Directional Stimulus Prompting compares with standard prompting. The policy LM can be small and optimized to generate the hints that guide a black-box frozen LLM. <Screenshot src={DSP} alt="DSP" /> Image Source: [Li et al., (2023)](https://arxiv.org/abs/2302.11520) Full example coming soon! <CoursesSection title="Related Learning"> <CourseCard tag="Course" tagColor="blue" title="Prompt Engineering for LLMs" description="Master directional stimulus prompting and advanced techniques for guiding LLM outputs." href="https://academy.dair.ai/courses/introduction-prompt-engineering" level="Beginner" duration="2 hours" /> <CourseCard tag="Course" tagColor="purple" title="Building Effective AI Agents" description="Learn to build effective AI agents. Covers function calling, tool integration, and debugging agentic systems." href="https://academy.dair.ai/courses/building-effective-ai-agents" level="Intermediate" duration="5 hours" /> </CoursesSection> <CoursePromo title="Explore All Courses" description="Discover our full catalog of AI and prompt engineering courses. From beginners to advanced practitioners." href="https://academy.dair.ai/" buttonText="Browse Academy" promoCode="PROMPTING20" />