docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [ai-inference, llm, sampling-strategy, post-processing]
last_reinforced: 2026-04-26
---
# [[Best-of-N Sampling (최적 샘플링)]]
# [[Best-of-N Sampling (최적 샘플링)|Best-of-N Sampling (최적 샘플링)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "많이 뽑고 가장 좋은 것을 골라라" — 모델로부터 N개의 응답을 생성한 뒤, 별도의 보상 모델(RM)이나 채점 기준을 통해 가장 품질이 높은 최적의 답변 하나를 선택하는 추론 최적화 기법.