今天才知道原来思考强度是提示词控制的

jinyu30 2026-08-02 17:54 1

看到有人发了deepseek v4 的强度控制提示词,不过我早该想到的,毕竟GPT也是juice值


不过为啥不做成参数直接传入呢?

最新回复 (9)
  • Huagnqf 08-02 18:01
    1

    佬能分享一下不。我自己感觉是如果加感叹号和语气词,都会有明显区别。

  • sparklydream 08-02 18:02
    2

    模型权重又不能变,传个参数内部又要怎么控制呢?

  • DotMint 08-02 18:12
    3

    什么叫强度控制,你是说reasoning effort还是什么

  • 填情☂️ 08-02 18:30
    4

    大佬能分享一下提示词不 想看看咋搞的

  • jinyu30 楼主 08-02 18:31
    5
    # Reasoning effort levels. In thinking mode, the prompt for the selected level is
    # prepended at the very beginning of the conversation. `low` is the default and
    # adds nothing.
    REASONING_EFFORT_PROMPTS: Dict[str, str] = {
    "low": "",
    "high": (
    "Reasoning Effort: Absolute maximum with no shortcuts permitted.\n"
    "You MUST be very thorough in your thinking and comprehensively decompose the problem to resolve the root cause, rigorously stress-testing your logic against all potential paths, edge cases, and adversarial scenarios.\n"
    "Explicitly write out your entire deliberation process, documenting every intermediate step, considered alternative, and rejected hypothesis to ensure absolutely no assumption is left unchecked.\n\n"
    ),
    "max": (
    "Reasoning Effort: Beyond maximum — exhaustive, relentless, and uncompromising.\n"
    "You MUST reason with the utmost depth and rigor, leaving absolutely nothing to chance: exhaustively decompose the problem into its most fundamental components, trace every causal chain to its root, and resolve the underlying cause rather than any surface symptom.\n"
    "Do not stop reasoning until you have independently verified the solution from multiple angles and are certain that no assumption remains unchecked and no error remains undiscovered.\n\n"
    ),
    }
  • jinyu30 楼主 08-02 18:31
    6

    (帖子已被作者删除)

  • jinyu30 楼主 08-02 18:32
    7

    就是不知道为什么用英语,英语效果更好吗?正式版似乎思维链更倾向使用中文的

  • XxXx22 08-02 18:33
    8

    ^-^震惊,我还真不知道原来是用提示词。

  • jinyu30 楼主 08-02 18:34
    9

    实测发现你自己写强度提示词也有一定的影响。(感觉以后在一个对话中可以通过提示词修改强度避免丢失缓存?)

* 帖子来源Linux.do
返回