From 752888ef878b2de977ea484b17e9544dbbf8a580 Mon Sep 17 00:00:00 2001 From: Claude-51124 Date: Mon, 17 Nov 2025 12:20:46 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=9E=AC=ED=95=99=EC=8A=B5=20=EB=B0=B0?= =?UTF-8?q?=EC=B9=98=20=EB=B0=8F=20=EC=B8=A1=EC=A0=95=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=99=84=EB=A3=8C=20=EC=83=81=ED=83=9C=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- research/intent_classification/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/research/intent_classification/README.md b/research/intent_classification/README.md index 007d28f..8b04915 100644 --- a/research/intent_classification/README.md +++ b/research/intent_classification/README.md @@ -55,8 +55,8 @@ - ✅ 코드 작성 원칙 준수 (router → services → state) ### 진행 중 (2025-11-17) -- [ ] 재학습 배치 스크립트 구현 (TDD) -- [ ] 재학습 전후 정확도 비교 측정 +- [x] 재학습 배치 스크립트 구현 (TDD) ✅ +- [x] 재학습 전후 정확도 비교 측정 ✅ - [ ] Active Learning 쿼리 전략 구현 (uncertainty sampling, margin sampling) - [ ] 암묵적 피드백 수집 (재질문, 세션 종료 등) - [ ] Few-shot learning 기법 적용