feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AUTO-WORE-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [auto-reinforced, word-representation, embeddings, nlp, vector-space, semantics]
last_reinforced: 2026-04-20
@@ -29,6 +29,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 특정 편향(Bias)이 단어 벡터 공간에 투영되어 혐오를 조장하는 부작용을 막기 위해, 학습 데이터에서 편향된 상관관계를 인위적으로 제거하는 '임베딩 공간 중립화 정책'이 적용 중임.
## 🔗 지식 연결 (Graph)
- [[NLP (자연어 처리)]], [[Similarity-Metrics]], [[Straightening]], [[Transformers]], [[Semantics & Ontology]]
- NLP (자연어 처리), [[Similarity-Metrics]], [[Straightening]], [[Transformers]], [[Semantics & Ontology]]
- **Modern Tech/Tools**: Word2Vec, GloVe, FastText, Hugging Face Tokenizers.
---