You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Prompt-Engineering-Guide/pages/techniques/dsp.zh.mdx

16 lines
690 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 方向性刺激提示
import { Callout, FileTree } from 'nextra-theme-docs'
import {Screenshot} from 'components/screenshot'
import DSP from '../../img/dsp.jpeg'
[Li等人2023](https://arxiv.org/abs/2302.11520)提出了一种新的提示技术以更好地指导LLM生成所需的摘要。
训练了一个可调节的策略LM来生成刺激/提示。越来越多地使用RL来优化LLM。
下图显示了方向性刺激提示与标准提示的比较。策略LM可以很小并且可以优化以生成指导黑盒冻结LLM的提示。
<Screenshot src={DSP} alt="DSP" />
图片来源:[Li等人2023](https://arxiv.org/abs/2302.11520)
完整示例即将推出!