本版本说明(GRM-3.2-Sky-abliterated):这是在
GRM-3.2-Sky基础上做 abliteration(权重消融) 得到的破限版本,其余能力与原版一致。
破限参数速览
| 项目 | 说明 |
|---|---|
| 破限方法 | Abliterix 1.12.2 方向消融:基于激活对比提取拒绝方向,正交投影移除 + 逐分量 LoRA 引导 + MoE 专家抑制 |
| 引导分量 | 注意力 q/k/v/o_proj + mlp.down_proj(各带高斯强度分布),MoE 专家抑制 n_suppress=7, router_bias=-0.50, expert_ablation_weight=6.70 |
| 调优要点 | 正交投影 + winsorize 向量;评测在思考域(enable_thinking=True)下进行,与推理域对齐 |
| 指标(评测 100 项) | 拒答 91 → 12(基线 91/100 → 消融后 12/100),KL 散度 0.011 |
| 随机种子 | 2117268343 |
| 轮次 | 20 轮 / 5 warmup,胜出轮 trial index = 14 |
| 复现 | 见 reproduce/reproduce.json(含完整参数、哈希、环境清单,reproducible 标记) |
已知局限与失败尝试记录
本版本为四轮迭代(V2/V3/V4-80/本版)中实测行为最稳的一版,但需了解以下事实:
- 概率性冷启动退化:消融对身份/自我认知与高敏感话题的生成通路有残余损伤。当此类问题作为会话第一句出现时,有一定概率(实测约 1/3)触发无限复读(如整段感叹号或短语循环);一旦上下文中已有正常问答(热启动),后续同类问题表现正常。这是该方法在此底座上的固有缺陷,四个版本的评测指标均无法预测它。
- 80 轮搜索的反直觉结果:延长搜索(20→80 轮)在评测指标上更优(拒答 12→7),但服务端实测更差——身份问题冷启动直接进入循环。教训:更低的评测拒答率不等于更好的实际行为;评测生成上限(100 token)内正文可能尚未开始,指标与真实体验脱节。
- 评测裁判的"死循环"盲区:基于关键词的判官无法区分"正常作答"与"复读循环"(循环文本不含拒答关键词,会被记为合规),且短生成上限会让循环藏在分数之外。我们后续试验了引擎内自裁判(restore 原版权重对每条输出做 R/C 三态分类、垃圾输出 3 倍罚分),管线可行,但 20 轮验证显示 warmup 期垃圾率高达 70~91%,TPE 尚未起效即终止——该方法在此底座上是否存在"零退化"配方仍未被证明。
- 使用建议:多轮对话场景基本可用;若首问触发复读,重发一次或先说一句日常话即可恢复。对稳定性要求高的场景请使用原版
GRM-3.2-Sky。
⚠️ 消融会削弱安全对齐,可能生成对敏感/危险指令的响应;本模型仅用于研究评估,请勿用于非法用途。余下说明与原版一致。
Version Notes (English)
GRM-3.2-Sky-abliterated is an abliterated (safety-alignment-removed) variant of GRM-3.2-Sky, produced with Abliterix 1.12.2 directional ablation (refusal-direction orthogonal projection + per-component LoRA steering + MoE expert suppression). Metrics: refusals 91 → 12 per 100 probes, KL divergence 0.011; 20 trials / 5 warmup, winning trial #14, seed 2117268343. See reproduce/reproduce.json for the full reproducibility manifest.
Known limitations and lessons from failed iterations:
- Probabilistic cold-start degeneration: the ablation leaves residual damage to the identity / self-description and highly-sensitive-topic pathways. When such a question is the very first message of a session, there is roughly a 1-in-3 chance of an infinite repetition loop (streams of exclamation marks or repeated short phrases). Once the context contains at least one normal exchange, subsequent turns behave normally. This is inherent to applying this method to this base model; none of our four evaluation runs (V2/V3/V4-80/this release) could predict it from metrics.
- Longer search made things worse: extending the search from 20 to 80 trials improved the benchmark (refusals 12 → 7) but degraded real-world behavior — identity questions entered repetition loops on cold start. Lower measured refusal rate does not imply better actual behavior: within the 100-token evaluation cap the visible answer often never even starts, so the metric and the user experience diverge.
- Judge blind spots create a self-reinforcing loop: keyword-based refusal judges cannot distinguish "coherent answer" from "repetition loop" (looped text contains no refusal keywords and is scored as compliant), and short generation caps hide loops beyond the horizon. We later prototyped an engine-embedded self-judge (restore the un-steered weights, classify every response R/C, weight rule-detected garbage 3× into the objective). The pipeline works, but in a 20-trial validation the warmup garbage rate was 70–91% and TPE had not yet converged when the run was stopped — whether a zero-degeneration recipe exists on this base at all remains unproven.
- Practical guidance: fine for normal multi-turn use; if the first message triggers a loop, resend or send a casual sentence first. For stability-critical use, stick to the original
GRM-3.2-Sky.
⚠️ Ablation weakens safety alignment and may produce responses to sensitive or dangerous instructions. For research and evaluation only; do not use for any illegal purpose.
1. Introduction
We're introducing GRM-3.2-Sky, our latest flagship model built for long-horizon agentic tasks and extremely difficult reasoning problems. GRM-3.2-Sky marks a substantial leap in long-horizon task capability over its predecessor, GRM-2.6-Plus, and is designed to serve as a dependable engine for complex, multi-step workflows.
The model is purpose-built for long-horizon agentic tasks and problems that are simply hard — difficult coding challenges, advanced mathematics, and rigorous logical reasoning. GRM-3.2-Sky aims to sustain coherent, goal-directed behavior over extended interactions, making it well suited for users who need a model that doesn't lose the thread across many steps of tool use, planning, and self-correction.
2. Key Capabilities
- Long-Horizon Agentic Mastery: GRM-3.2-Sky is specifically optimized to maintain coherence, planning quality, and task fidelity across long, multi-step agentic workflows, a significant step up from GRM-2.6-Plus.
- Elite Reasoning on Hard Problems: Strong performance on difficult coding, advanced mathematics, and logical reasoning tasks, with careful, structured step-by-step problem-solving.
- Robust Coding Ability: Handles complex, difficult codebases and multi-file coding tasks, including debugging, refactoring, and long-running terminal/agentic coding sessions.
- Consistent Logical Reasoning: Built to reason carefully through multi-constraint logic problems without losing track of intermediate steps.
- Flagship-Class Performance: Positioned as the top of the GRM lineup, intended to compete head-to-head with frontier-scale models on the hardest tasks.
3. Performance
GRM-3.2-Sky is designed as our most capable model to date for long-horizon agentic work and difficult reasoning. It builds directly on the strengths of GRM-2.6-Plus while specifically targeting the failure modes that emerge over long task horizons — drift, inconsistency, and loss of goal state — resulting in meaningfully improved reliability across extended sessions.
Its core strength is sustained intelligence over time: elite-level reasoning, resilient long-horizon planning, and the ability to stay on task through difficult, multi-step coding, math, and logic problems.
Detailed Benchmarks
| Knowledge & STEM | ||||||
Multidisciplinary knowledge MMLU-Pro |
89.5 | — | — | 86.2 | — | 86.2 |
General knowledge MMLU-Redux |
96.9 | — | — | 93.5 | — | — |
Scientific reasoning GPQA Diamond |
90.6 | 92.3 | — | 87.8 | 83.5 | 88.1 |
| Reasoning & Coding | ||||||
Competitive coding LiveCodeBench v6 |
87.7 | — | — | 83.9 | — | 91.6 |
Competition mathematics HMMT Feb 26 |
86.4 | — | — | 84.3 | — | 94.8 |
Mathematical reasoning AIME26 |
96.3 | — | — | 94.1 | 94.7 | 95.8 |
| General Agent | ||||||
Agentic coding SWE-bench Verified |
81.4 | — | 85.2 | 77.2 | 76.0 | 79.0 |
Real-world software engineering SWE-bench Pro |
58.3 | 62.7 | 63.2 | 53.5 | 51.2 | 52.6 |
Agentic terminal coding Terminal-Bench 2.1 (Terminus-2) |
66.3 | 84.7 | 80.4 | 59.3 | 51.7 | 56.9 |
Repo-level code generation NL2Repo |
35.6 | — | — | 36.2 | — | — |
Long-horizon agentic coding DeepSWE |
19.5 | 67.2 | 53.8 | — | — | 53.0 |
Scores are taken from each provider's own published model card, blog post, or system card where available; "—" indicates a score was not publicly reported by that provider at the time of writing. Different labs may use different agent scaffolds when reporting SWE-bench and Terminal-Bench results, so cross-provider comparisons should be read with that caveat.
4. Family
The GRM-3.2 family is available in various sizes to suit every use case.
| Model | Size | Domain |
|---|---|---|
| GRM-3.2-Sky | 35B-A3B | Flagship model for long-horizon tasks |
| GRM-3.2-Cliff | 9B | Capable model for low GPU environments |
| GRM-3.2-Turf | 1.2B | Lightweight model for practical reasoning |
5. Architecture
GRM-3.2-Sky is built on the Ornith-1.0-35B architecture, a 35B-parameter Mixture-of-Experts model with ~3B active parameters (35B-A3B), optimized for long-horizon agentic workflows, difficult coding, advanced mathematics, and rigorous logical reasoning, while remaining efficient to deploy thanks to its sparse activation.
GRM-3.2-Sky is developed by OrionLLM and released under the Apache 2.0 License.
- Downloads last month
- -
