63 lines
1.6 KiB
Markdown
63 lines
1.6 KiB
Markdown
# 核心模型地图
|
|
|
|
version: 0.1
|
|
|
|
last_updated: 2026-06-16
|
|
|
|
status: draft
|
|
|
|
## 当前模型
|
|
|
|
当前模型地图以 `models/model_index.json` 为机器索引源,以 `cards/card_index.md` 为人读索引源。
|
|
|
|
Index 维护采用“每次资产变化增量同步 + 关键节点全量重建 / 全量校验”的混合策略。
|
|
|
|
## QPI
|
|
|
|
- model_id: `qpi`
|
|
- model_type: `routing_model`
|
|
- pipeline_position: `pre_analysis`
|
|
- stability_level: `B`
|
|
- regression_status: `pending`
|
|
- source of truth:
|
|
- `models/qpi.model.json`
|
|
- `cards/qpi.md`
|
|
|
|
QPI 用于判断当前输入更接近提问、难题、课题或混合型。
|
|
|
|
## 思想考古学
|
|
|
|
- model_id: `intellectual_archaeology`
|
|
- model_type: `deep_modeling_model`
|
|
- pipeline_position: `deep_analysis`
|
|
- stability_level: `B`
|
|
- regression_status: `pending`
|
|
- source of truth:
|
|
- `models/intellectual_archaeology.model.json`
|
|
- `cards/intellectual_archaeology.md`
|
|
|
|
思想考古学用于从表层应用逐层下钻到哲学基岩,识别模型或判断背后的深层假设、核心机理和动态韧性来源。
|
|
|
|
## 调用关系
|
|
|
|
QPI 通常在前。
|
|
|
|
如果 QPI 判断输入属于中重型难题、课题或高复用模型抽取任务,可以进入思想考古学。
|
|
|
|
如果输入只是明确事实查询、轻量改写或直接执行任务,不应默认调用思想考古学。
|
|
|
|
## 当前扩展原则
|
|
|
|
不要在 QPI 和思想考古学稳定前快速扩展大量模型。
|
|
|
|
新增模型前必须先满足:
|
|
|
|
- source article record
|
|
- source evidence excerpts
|
|
- model JSON
|
|
- Markdown card
|
|
- regression cases
|
|
- selector examples or routing rules
|
|
- model/card index entries
|
|
- validation report
|