superlab 0.1.54 → 0.1.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/i18n.cjs +3 -0
- package/package.json +1 -1
package/lib/i18n.cjs
CHANGED
|
@@ -2049,6 +2049,9 @@ ZH_CONTENT[path.join(".codex", "skills", "lab", "stages", "write.md")] = `# \`/l
|
|
|
2049
2049
|
- 第一次出现先写全称;如果后面要复用简称或缩写,就在首次出现时定义。
|
|
2050
2050
|
- 同一个概念只保留一个自然语言 paper-facing 名称。
|
|
2051
2051
|
- 正文里使用自然语言全称;如果后面要复用简称,就先在第一次出现时定义。
|
|
2052
|
+
- 不要假定固定的写作顺序,例如 Method 一定先于 Experiments;formal naming 可以先在 Method、Experiments 或其他 section 里出现。
|
|
2053
|
+
- 如果某个 section 必须先用 canonical short names、model labels 或 ablation labels,而正式定义这些命名的 section 还没写到,就在当前 section 先做一次本地命名桥接(local naming bridge),用一句简短映射把解释性短语对齐到 canonical 的 paper-facing labels,然后后文统一复用这些 canonical labels。
|
|
2054
|
+
- 一旦 paper-facing 模型名或消融名锁定,后续 prose、表格、caption 和排序摘要都必须复用 canonical label,不要再换回“完整模型”“去除结构主干”这类叙述性别名。
|
|
2052
2055
|
- reader-facing prose 里不要使用包含 \`_\` 或 \`-\` 的标签名。
|
|
2053
2056
|
- 内部标识符、配置键和实验包标签默认不要进正文;若必须出现,也只能给读者映射一次,然后移回正文之外。
|
|
2054
2057
|
- 不要靠堆术语来制造学术感;如果本轮引入或改写了关键术语,就在用户可见的轮次总结里补一段简短术语说明,并把 terminology-clarity 自检写进 write iteration artifact。
|