diff --git a/journey/plans/250808_감정시스템_현실적용_5단계_로드맵.md b/journey/plans/250808_감정시스템_현실적용_5단계_로드맵.md new file mode 100644 index 0000000..a749bf9 --- /dev/null +++ b/journey/plans/250808_감정시스템_현실적용_5단계_로드맵.md @@ -0,0 +1,48 @@ +# 로빙 감정 시스템 5단계 로드맵 + +**작성일**: 2025-08-08 +**목적**: 7개 감정 모델 → 32개 감정 + 온톨로지 점진 확장 +**상태**: Phase 1-2 완료, Phase 3 부분 완료, Phase 4-5 미구현 + +--- + +## Phase 1: 7개 기본 감정 (✅ 완료) + +→ 상세: `troubleshooting/250815_emotion_model_training.md` + +--- + +## Phase 2: 엔트로피 기반 복잡도 (✅ 완료) + +→ 상세: `troubleshooting/251016_emotion_entropy_integration.md` + +--- + +## 남은 작업 + +### Phase 3: 감정 온톨로지 (부분 완료) +- **완료**: `troubleshooting/251016_emotion_ontology_basic.md` 참조 +- **미구현**: + - 감정 기반 응답 톤 조정 (현재 LLM에만 의존) + - 감정 기록 및 패턴 분석 DB + +### Phase 4: 32개 세밀 감정 (미구현) +- **목표**: Plutchik 감정 휠 기반 32개 감정 +- **필요 작업**: + 1. AI Hub 데이터 재라벨링 (7 → 32개) + 2. 모델 재학습 (다중 레이블 분류) + 3. skill-embedding API 확장 +- **예상 기간**: 2-3개월 + +### Phase 5: 감정 기억 시스템 (미구현) +- **설계**: Neo4j에 감정 노드 저장, 시간별 감정 변화 추적, 패턴 분석 +- **예상 기간**: 1개월 + +--- + +## 참고 + +- `book/200_core_design/225_온톨로지_기반_지식_표현.md` +- `troubleshooting/250815_emotion_model_training.md` +- `troubleshooting/251016_emotion_ontology_basic.md` +- `troubleshooting/251016_emotion_entropy_integration.md` diff --git a/journey/plans/251016_ontology_coldmail_implementation.md b/journey/plans/251016_ontology_coldmail_implementation.md new file mode 100644 index 0000000..9e0d1f1 --- /dev/null +++ b/journey/plans/251016_ontology_coldmail_implementation.md @@ -0,0 +1,31 @@ +# 온톨로지 기반 Coldmail 필터 구현 계획 + +**날짜**: 2025-10-16 +**목표**: 임베딩 한계(파인티처 메일 누락)를 온톨로지 추론으로 해결 +**상태**: Phase 1 완료, Phase 1.5/2/3 미구현 + +--- + +## Phase 1: Coldmail 온톨로지 (✅ 완료) + +→ 상세: `troubleshooting/251014_claude_coldmail_filter_tokenization_issue.md` + +--- + +## 남은 작업 + +### Phase 1.5: 베이지안 학습 구현 +- **참고**: `plans/archive/260113_coldmail_ontology_phase1_5_bayesian_learning.md` +- **필요 작업**: DB 스키마, Repository 구현, 온톨로지 Reasoner 수정 + +### Phase 2-3: Neo4j 기억 시스템 및 감정-기억-윤리 +- **참고**: `ideas/251016_coldmail_ontology_phase2_3_neo4j_emotion.md` +- **필요 작업**: Neo4j 기억 시스템, 감정-기억-윤리 삼각형 구현 + +--- + +## 참고 + +- `troubleshooting/251014_claude_coldmail_filter_tokenization_issue.md` +- `troubleshooting/251016_ontology_filter_validation.md` +- `book/200_core_design/225_온톨로지_기반_지식_표현.md` diff --git a/journey/plans/README.md b/journey/plans/README.md index 938978d..39dab98 100644 --- a/journey/plans/README.md +++ b/journey/plans/README.md @@ -76,7 +76,7 @@ ### 2. 콜드메일 온톨로지 (251016) - **완료**: Phase 1 온톨로지 필터 -- **남은 작업**: Phase 2 (Neo4j 기억 시스템), Phase 3 (감정-기억-윤리 삼각형) +- **남은 작업**: Phase 1.5 (베이지안 학습), Phase 2-3 (Neo4j 기억 시스템, 감정-기억-윤리) - **참고**: `plans/251016_ontology_coldmail_implementation.md` ### 4. 의도 분석 개선 (251017)