IX2-0324

① SA Source

Context Before

Source: Brendan Bycroft

This assumption regarding additional token production with the same time budget is strongest for dense models because batched verification can reuse the same weight stream across multiple positions. For Mixture-of-Experts models, different tokens may route to different experts, so verifying multiple draft tokens can activate more experts than single-token decoding and force additional expert weights to be fetched from memory. As shown in the Mixtral 8x7B Instruct model results in the EAGLE paper, this extra memory traffic erodes bandwidth savings and can make verification notably comparable to a standard decoding step.

Evidence

Multi-token prediction also avoids the operational complexity of serving an additional model while still enabling multi-token generation strategies but requires the MTP heads to be pretrained alongside the main model

Context After

image

Source: SemiAnalysis InferenceX

② Atomic Claim

Multi-token prediction 不需要額外 serving 一個模型,因此可避免操作複雜度,同時支援 multi-token generation;但 MTP heads 必須與主模型一起預訓練。

  • Epistemic Mode: ASSERTED
  • Mapping Status: COMPLETE

③ Semantic Frame

{
  "attribute": "COUNT",
  "context_nodes": [],
  "entity": {
    "id": "04_knowledge_base/Multi-Token Prediction",
    "label": "Multi-token prediction"
  },
  "frame_type": "ATTRIBUTE",
  "qualifiers": {
    "condition_text": null,
    "numeric_mentions": [],
    "temporal_mentions": []
  },
  "value": {
    "numeric_mentions": [],
    "value_text": "Multi-token prediction 不需要額外 serving 一個模型,因此可避免操作複雜度,同時支援 multi-token generation;但 MTP heads 必須與主模型一起預訓練。"
  }
}

④ Canonical Entity Mapping

RoleSurface LabelCanonical Target
entityMulti-token prediction04_knowledge_base/Multi-Token Prediction

⑤ Human Review

請在 Properties 逐項確認:

  • 原文 → Atomic Claim 是否忠實
  • Atomic Claim → Semantic Frame 是否忠實
  • Canonical Entity mapping 是否正確
  • Epistemic mode 是否保留原文語氣
  • 最後選擇 review_action

Review state

Markdown 內文不是正式 approval。只有 Apply bridge 寫入的 Decision Ledger event 才是正式決策。