hell0ks commited on
Commit
b46e9e8
·
verified ·
1 Parent(s): bebc366

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -45,11 +45,13 @@ ACG(Anime, Comics and Games) filtered version of [heegyu/namuwiki-extracted](htt
45
  1. Remove low effort entries: under 200 char or 3 sentences articles.
46
  2. LLM-as-Judge categorization using [Qwen3-Next-80B-A3B](https://huggingface.co/Qwen/Qwen3-Next-80B-A3B-Instruct)
47
  3. Filtered only POI categories ("Game", "Animation", "Comic/Webtoon", "Light novels", "Vocaloid/Doujin music", "Sexual", "Insult/Internet meme", "Vtuber")
 
48
 
49
  ### Korean
50
  1. 토막글 제거: 200 글자 미만 혹은 3문장 이하 문서들
51
  2. [Qwen3-Next-80B-A3B](https://huggingface.co/Qwen/Qwen3-Next-80B-A3B-Instruct)를 사용한 LLM-as-Judge 카테고리화
52
  3. 관심 카테고리만 필터링 ("게임", "애니메이션", "만화/웹툰", "라이트노벨", "보컬로이드/동인음악", "성/섹스", "비속어/인터넷 밈", "버츄얼 유튜버")
 
53
 
54
  ## Limitation
55
 
 
45
  1. Remove low effort entries: under 200 char or 3 sentences articles.
46
  2. LLM-as-Judge categorization using [Qwen3-Next-80B-A3B](https://huggingface.co/Qwen/Qwen3-Next-80B-A3B-Instruct)
47
  3. Filtered only POI categories ("Game", "Animation", "Comic/Webtoon", "Light novels", "Vocaloid/Doujin music", "Sexual", "Insult/Internet meme", "Vtuber")
48
+ 4. Add redirect column for synonym
49
 
50
  ### Korean
51
  1. 토막글 제거: 200 글자 미만 혹은 3문장 이하 문서들
52
  2. [Qwen3-Next-80B-A3B](https://huggingface.co/Qwen/Qwen3-Next-80B-A3B-Instruct)를 사용한 LLM-as-Judge 카테고리화
53
  3. 관심 카테고리만 필터링 ("게임", "애니메이션", "만화/웹툰", "라이트노벨", "보컬로이드/동인음악", "성/섹스", "비속어/인터넷 밈", "버츄얼 유튜버")
54
+ 4. 동의어를 위해 redirect 컬럼 추가
55
 
56
  ## Limitation
57