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.tr.mdx

16 lines
900 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.

# Yönlendirici Uyarı İstemi
import { Callout, FileTree } from 'nextra-theme-docs'
import {Screenshot} from 'components/screenshot'
import DSP from '../../img/dsp.jpeg'
[Li ve diğerleri., (2023)](https://arxiv.org/abs/2302.11520), LLM'nin istenen özeti oluşturmasını daha iyi yönlendiren yeni bir istem tekniği önerir.
Ayarlanabilir bir politika LM'i, uyarıyı/ipucunu oluşturmak üzere eğitilir. RL'nin, LLM'leri optimize etmek için daha fazla kullanıldığını görüyoruz.
Aşağıdaki şekil, Yönlendirici Uyarı İstemi'nin standart istem ile nasıl karşılaştırıldığını gösterir. Politika LM'i küçük olabilir ve bir siyah kutu dondurulmuş LLM'yi yönlendiren ipuçlarını oluşturmak üzere optimize edilebilir.
<Screenshot src={DSP} alt="DSP" />
Resim Kaynağı: [Li ve diğerleri., (2023)](https://arxiv.org/abs/2302.11520)
Tam örneği yakında gelecek!