Loading...
Loading...
Compare original and translation side by side
| Parameter | Value | Rationale |
|---|---|---|
| max_tokens | 4096 | Proofs need space for chain-of-thought |
| temperature | 0.6 | Higher creativity for tactic exploration |
| top_p | 0.95 | Allow diverse proof paths |
| 参数 | 取值 | 依据 |
|---|---|---|
| max_tokens | 4096 | 证明过程需要足够空间存放思维链 |
| temperature | 0.6 | 更高的创造性有助于探索多种策略 |
| top_p | 0.95 | 允许生成多样化的证明路径 |
Given the theorem to prove:
[theorem statement]
First, write a high-level proof plan explaining your approach.
Then, suggest Lean 4 tactics to implement each step.Given the theorem to prove:
[theorem statement]
First, write a high-level proof plan explaining your approach.
Then, suggest Lean 4 tactics to implement each step.| Parameter | Value | Rationale |
|---|---|---|
| max_tokens | 2048 | Sufficient for most functions |
| temperature | 0.2-0.4 | Prefer deterministic output |
| 参数 | 取值 | 依据 |
|---|---|---|
| max_tokens | 2048 | 足以满足大多数函数的生成需求 |
| temperature | 0.2-0.4 | 倾向于生成确定性输出 |
| Parameter | Value | Rationale |
|---|---|---|
| max_tokens | 4096 | Space for exploration |
| temperature | 0.8-1.0 | Maximum creativity |
| 参数 | 取值 | 依据 |
|---|---|---|
| max_tokens | 4096 | 为探索过程提供足够空间 |
| temperature | 0.8-1.0 | 最大化创造性 |