docs(ai): 논문용 실증 연구 — 통계 재분석·판정자 패널·지연 실험·양자화 연구 - #238
Merged
Merged
Conversation
- stats.py: 케이스 단위 클러스터 부트스트랩 CI, 기준 대비 Wilcoxon·rank-biserial·Holm, 판정자 신뢰도(Spearman·가중 κ·ICC), 계열 편향 추정, 검정력(필요 케이스 수), Wilson CI - cases_v2.py: v1 22건을 포함한 확장 세트(꼬리질문 40·질문 풀 15·코칭 15), LLM_EVAL_CASES 로 선택 - judge.py: --judges(판정자 선택), --orderings(시드 순서+역순), 후보 위치·출력 길이 기록, 점수 전 채점 근거(rationale), 질문 풀 판정에 JD·집중 영역 노출, 호출별 재현 가능한 순서 - run_eval.py: 질문 풀에 target_company/JD/focus_areas 전달
- research-design.md: 연구 질문 7개·가설·변수·분석 계획·판단 기준·타당도 위협을 결과 전에 고정 - tokenizer-efficiency.md: 11개 토크나이저의 한국어 토큰 수 (구어체 답변에서 최대 1.66배 차이) - human-eval/: 정답 라벨 독립 검증 시트(블라인드·조정용), 전문가 품질 평가 설계 - latency_bench.py: 운영 꼬리질문 프롬프트로 Poisson 개방형 부하, TTFT·TPOT·토큰 간 지연·goodput
- Qwen3 4B 10종 KL 발산 측정: 8→3비트 평평, 2비트에서 급격 악화 - 같은 크기 2비트 3종 대조: 한국어 보정 0.337 vs 보정없음 0.739 vs 재양자화 0.776 - 과제 지표 15조건: 3비트까지 규칙 준수 불변, 2비트에서 구조화 출력 붕괴 - KL↔지표 스피어만 -0.68~-0.93, 문턱형
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
로컬 LLM 전환 연구를 논문 수준으로 끌어올리기 위한 실증 자료와 평가 도구. 코드 변경은 평가 하네스(
ai/scripts/llm_eval/)에 한정되며 서비스 코드는 건드리지 않았다.새 연구 문서 (
docs/research/thesis/)related-work.mdresearch-design.mdoutline.mdstats/round1-stats.md,stats/round2-stats.mdjudge-panel-analysis.mdlabel-verification.mdlatency-experiment.mdtokenizer-efficiency.mdquantization-study.mdhuman-eval/양자화 연구 주요 결과
도구 추가·확장 (
ai/scripts/llm_eval/)stats.py부트스트랩·Wilcoxon·Holm·κ·ICC·검정력,judge_bias.py·judge_panel.py혼합모형 편향 추정latency_bench.py개방형 부하,load_test.py폐쇄형 동시성,label_annotate.py블라인드 2차 주석cases_v2.py70케이스(꼬리질문 40·질문 풀 15·코칭 15),judge.py판정 순서 통제·같은 계열 제외 패널원자료
quant/(KL 원문·모델 출력·자동 지표),judges/,latency/,human-eval/에 재현용 원자료 포함.확인 사항
🤖 Generated with Claude Code