From 3e3070b3796eabf0d775ad519f4f3254e2be91ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=8F=84=EB=A1=9C=EB=A1=B1?= Date: Fri, 24 Oct 2025 11:51:35 +0900 Subject: [PATCH] asdf --- src/content/blog/01-whpre-writeup/index.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/content/blog/01-whpre-writeup/index.md b/src/content/blog/01-whpre-writeup/index.md index 5850d36..de54e70 100644 --- a/src/content/blog/01-whpre-writeup/index.md +++ b/src/content/blog/01-whpre-writeup/index.md @@ -1,6 +1,6 @@ --- title: "화이트햇콘테스트 2025 pre writeup(forensics/ai)" -description: "writing" +description: "ctf" date: "Oct 23 2025" --- @@ -15,19 +15,7 @@ date: "Oct 23 2025" 기본 가정은 언어 모델이 스스로 생성했을 법한 텍스트에 대해 상대적으로 더 높은 로그우도(log-likelihood)를 부여한다는 것이다. 후보 모델을 직접 구동하고 입력 텍스트의 `logprobs`를 관측하면 모델 기원 분류(model attribution)가 가능하다. ### 2.2 Methodology -입력 $x = (t_1, \ldots, t_n)$ 에 대해 모델 $M$ 의 로그우도 합은 $\log p_M(x) = \sum_{i=1}^{n} \log p_M(t_i \mid t_{