IX2-0586

① SA Source

  • Source: 開啟完整 SA 文章
  • Section: Migration to Multi Turn Real Multi-Turn Chat and Agentic Coding Datasets
  • Line hint: 808

Context Before

Migration to Multi Turn Real Multi-Turn Chat and Agentic Coding Datasets

Currently, InferenceX uses completely random tokens as input for benchmarking. We then vary the ISL/OSL uniformly subject to the distribution [ISL*0.8, ISL], similarly for OSL. Because of the random data, we disable prefix caching in all our benchmarks, as the expected value of a prefix cache hit rate on completely random data is 0%. Furthermore, all the random data is single-turn, meaning each conversation contains only one prompt and one response. While this provides a good baseline Pareto frontier, it is not a practical benchmark setup that mimics real-world production inference workloads.

Evidence

On the other hand, in scenarios where the GPU KV cache is stressed and blocks are offloaded to the CPU, we expect the GBs to excel as these chips have 900GB/s bidirectional CPU-GPU bandwidth, compared to 128GB/s / 256GB/s on HGX with PCIe 5.0 and 6.0, respectively

Context After

The point is: real-world multiturn datasets test more SOTA inference engine features and can capture more nuanced and robust performance data across all chips.

With the rise of Claude Code, Codex, and Kimi, it is becoming increasingly important to benchmark performance in agentic coding scenarios. Like above, these scenarios are multi-turn but also include extremely long context conversations as well as tool use. In the next few months, we plan on creating a benchmark suite that will most accurately capture the performance of open models in these agentic coding scenarios across all chips.

② Atomic Claim

GPU KV cache 壓力升高、blocks offload 到 CPU 的情境下,SemiAnalysis 預期 GB 系列會更有優勢;相較之下,HGX 搭配 PCIe 5.0 時的頻寬為 128GB/s/256GB/s。

  • Epistemic Mode: EXPECTED
  • Mapping Status: PARTIAL

③ Semantic Frame

{
  "comparison_expression": "在 GPU KV cache 壓力升高、blocks offload 到 CPU 的情境下,SemiAnalysis 預期 GB 系列會更有優勢;相較之下,HGX 搭配 PCIe 5.0 時的頻寬為 128GB/s/256GB/s。",
  "entities": [
    {
      "id": "04_knowledge_base/GPU",
      "label": "GPU"
    },
    {
      "id": "04_knowledge_base/KV cache",
      "label": "KV cache"
    },
    {
      "id": "04_knowledge_base/CPU",
      "label": "CPU"
    },
    {
      "id": "04_knowledge_base/HGX",
      "label": "HGX"
    },
    {
      "id": "04_knowledge_base/PCIe",
      "label": "PCIe"
    }
  ],
  "frame_type": "COMPARISON",
  "metric": "BANDWIDTH",
  "operator": "COMPARES_WITH",
  "qualifiers": {
    "condition_text": null,
    "numeric_mentions": [
      "5.0",
      "128GB/s",
      "256GB/s"
    ],
    "temporal_mentions": []
  }
}

④ Canonical Entity Mapping

RoleSurface LabelCanonical Target
comparison_entity_0GPUGPU
comparison_entity_1KV cache04_knowledge_base/KV cache
comparison_entity_2CPUCPU
comparison_entity_3HGXHGX
comparison_entity_4PCIePCIe

⑤ 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 才是正式決策。