feat: add evaluation and safety chapter
This commit is contained in:
+21
-3
@@ -19,6 +19,7 @@ const routes: Record<string, string> = {
|
||||
"training-systems": "/training-systems/",
|
||||
"systems/inference": "/systems/inference/",
|
||||
"systems/numerics": "/systems/numerics/",
|
||||
evaluation: "/evaluation/",
|
||||
};
|
||||
|
||||
const paths = [
|
||||
@@ -99,6 +100,7 @@ const paths = [
|
||||
<a class="button" href="/training-systems/">训练系统专题</a>
|
||||
<a class="button" href="/systems/inference/">推理服务专题</a>
|
||||
<a class="button" href="/systems/numerics/">数值与优化专题</a>
|
||||
<a class="button" href="/evaluation/">评测与安全专题</a>
|
||||
</div>
|
||||
</div>
|
||||
<aside class="hero-aside" aria-label="项目统计">
|
||||
@@ -106,9 +108,9 @@ const paths = [
|
||||
<strong>29 · 07 · 2026</strong>
|
||||
<p>首版持续建设中,所有动态结论带日期</p>
|
||||
<div class="hero-stats">
|
||||
<div><b>16</b><span>核心专题</span></div>
|
||||
<div><b>17</b><span>核心专题</span></div>
|
||||
<div><b>151</b><span>K3 报告来源</span></div>
|
||||
<div><b>400</b><span>关键论文索引</span></div>
|
||||
<div><b>450</b><span>关键论文索引</span></div>
|
||||
<div><b>47p</b><span>K3 技术报告</span></div>
|
||||
</div>
|
||||
</aside>
|
||||
@@ -122,6 +124,22 @@ const paths = [
|
||||
|
||||
<section class="section compact release-section" id="new-chapters">
|
||||
<div class="release-grid">
|
||||
<a class="release-card evaluation-release" href="/evaluation/">
|
||||
<div>
|
||||
<p class="eyebrow"><span>NEW / CHAPTER 15</span> SCORE · PROTOCOL · THREAT MODEL</p>
|
||||
<h2>榜单不是体检单:一个分数同时测到了模型、协议、脚手架、预算与裁判</h2>
|
||||
<p>
|
||||
用二十二张测量账从 PPL、MMLU、pass@k、校准与污染,走到 LLM Judge、Arena、
|
||||
Agent 最终状态和安全威胁模型;逐字段复原 DeepSeek-R1 与 Kimi K3 的评测协议。
|
||||
</p>
|
||||
</div>
|
||||
<dl>
|
||||
<div><dt>LINEAGE</dt><dd>2002 → 2026</dd></div>
|
||||
<div><dt>NODES</dt><dd>80 个一手节点</dd></div>
|
||||
<div><dt>LAB</dt><dd>指标 · Judge · 污染 · 系统边界</dd></div>
|
||||
</dl>
|
||||
<span class="release-arrow" aria-hidden="true">从一个分数进入完整测量系统 →</span>
|
||||
</a>
|
||||
<a class="release-card inference-release" href="/systems/inference/">
|
||||
<div>
|
||||
<p class="eyebrow"><span>NEW / CHAPTER 14</span> MEMORY · TIME · FLEET</p>
|
||||
@@ -425,7 +443,7 @@ const paths = [
|
||||
<div class="section-heading">
|
||||
<div>
|
||||
<p class="eyebrow"><span>02</span> CURRICULUM MAP</p>
|
||||
<h2>16 个专题,拼成一张完整技术地图</h2>
|
||||
<h2>17 个专题,拼成一张完整技术地图</h2>
|
||||
</div>
|
||||
<p class="section-lead">
|
||||
进度条表示内容成熟度,不代表相关领域的重要性。首版先打通全站骨架,再逐章扩写到论文与工程层。
|
||||
|
||||
Reference in New Issue
Block a user