reconcile LLM_Evaluation zone: align stage numbering and scopes, standardize full-path wikilinks, slim old guidebook notes, dedupe templates

- fix stage-numbering conflict (README vs 05-Progress) and unify stage-1 reading scope
- resolve AWS workshop prerequisite contradiction in 04-Reference/01
- convert medium-path wikilinks to vault-root paths (~30 links), fix .pyy typos, annotate ragas fork, unify archive status, add 01-/02- README hubs
- compress old-version guidebook notes (01, 05) into pointers; add 2026 reading guidance to 00-Overview
- dedupe project templates and remove embedded template copy in 03-Practice/README
This commit is contained in:
windyboy
2026-08-24 11:15:37 +08:00
parent 63add96a09
commit 0dac58fb6f
29 changed files with 644 additions and 434 deletions
@@ -0,0 +1,58 @@
---
type: project
status: active
project_type: rag-eval # 可选:rag-eval / agent-tool-eval / code-agent-eval / text-to-sql
created: 2026-08-21
---
# 项目名称
> **模板使用说明:** 复制整个 `_template/` 文件夹为 `03-Practice/2026-项目名/`,逐项填写。各节的权威方法与表格见 [[02-First-Week-Worksheet|首周工作表]] 与 [[01-LLM-Evaluation-Roadmap|实战路线图]];本模板只做骨架,不重复内容。
## 问题与范围
- 任务名称:
- 用户输入:
- 系统输出:
## 一句话成功条件
> (示例:关键事实可由文档支持;资料不足时明确说明)
## 三类失败
1.
2.
3.
## 非目标
- (示例:不评价文档外的常识正确性)
## 数据来源 / 许可
- 来源:/ URL:/ 日期:
- 许可:/ PII 政策:
## 主要风险
- (示例:无依据补全、过度拒答、引用错位)
## 当前版本
- dataset_versionv0.1 rubric_versionv0.1 最近 run
## 关键链接
- 工作表:[[02-First-Week-Worksheet|首周工作表]]
- 代码仓库:(GitHub URL
- 数据集:`datasets/eval-v0.1.jsonl`
- 最近报告:`reports/report-v0.1.md`
## 下一步最小动作
- [ ]
---
返回 [[01_Projects/Personal-Tech/LLM_Evaluation/03-Practice/README|项目实践入口]]。