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,45 @@
---
type: log
tags:
- llm-evaluation
- progress
- journal
status: active
created: 2026-08-21
---
# 学习周记
> **使用方式:** 每周一次(或每次学习后),复制下方模板,把日期改为当周,插到文件**最顶部**(最新在上)。周记是你"学习过程"的存档处:学习看板只负责勾选,周记负责记录发生了什么。
## 模板(复制这一块,改日期后插到最上方)
```markdown
## YYYY-MM-DD 第 N 周
### 本周目标
### 本周理论理解(用自己的话复述,链接回原笔记)
- 概念:……(我的理解:……)
- 链接:[[01-What-Is-LLM-Evaluation]] / [[03-Core-Concept-Map]]
- 卡住的地方:……
### 本周实践
- 我新定义了什么成功 / 失败条件?
- 我新增或修订了哪些 case?为什么?
- 本周主要失败类型是什么?
### 实验与结果
- 我改变了什么?预期是什么?实际发生了什么?
### 下周只保留的一个最小动作
```
> 复盘问题与学习看板 Level 1–3 的闭环检查项一致(见 [[01-Learning-Board|学习看板]])。第一个项目尚未建立时,实践小节可以写"填了工作表第几节、写了几个 case"——学习过程不因没有项目而中断。
---
返回 [[01_Projects/Personal-Tech/LLM_Evaluation/README|学习专区首页]]。