大语言模型越狱, 你未曾想到的全新方法
LLM Jailbreaking, a new method you will never think about
常见的越狱方法
模版法
一般模版, COT思维链模版, 混淆模版(间接, 分支, 拆分)
具体参考: Exploiting Programmatic Behavior of LLMs: Dual-Use Through Standard Security …
1、调度器初始化
调用点:src/runtime/asm_amd64.s:349 -> CALL runtimeschedinit(SB)
runtime/proc.go : 526func schedinit() {
// raceinit must be the first call to race detector.
// In particular, it must be done before mallocinit below calls racemapshadow.…