> For the complete documentation index, see [llms.txt](https://livere.gitbook.io/livere/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://livere.gitbook.io/livere/policies.md).

# 악성댓글(악플)의 기준과 분류

<table data-full-width="false"><thead><tr><th width="85" data-type="number">계층</th><th width="194">구분 (한글/영문)</th><th width="353">설명 및 기준</th><th width="116" data-type="rating" data-max="5">심각도</th></tr></thead><tbody><tr><td>1</td><td><p>욕설 </p><p>Toxicity</p></td><td>욕설 사전에 등재된 비속어로 욕, 조롱, 모욕적 표현, 또는 이와 유사한 조어 (예. ㅂㅕㅇ신)</td><td>4</td></tr><tr><td>1.1</td><td><p>폭력적 표현</p><p>Threatening</p></td><td>사전에 있는 폭력적이나 협박적인 표현으로, 독자/당사자가 불쾌함을 느낄 수 있는 경우</td><td>3</td></tr><tr><td>1.2</td><td><p>혐오 표현</p><p>Hate Speech</p></td><td>구분된 집단에서 어느 한쪽을 비방하거나 차별하는 내용 (예. 성별/연령/지역/인종/장애 등)</td><td>3</td></tr><tr><td>1.3</td><td><p>과도한 성적 표현 </p><p>Sexual Harassment</p></td><td>성희롱적 표현이 포함되는 경우, 또는 현대 사회의 성소수자를 비방하거나 조롱하는 내용</td><td>4</td></tr><tr><td>2</td><td><p>스팸 </p><p>Spam Comments</p></td><td>광고의 의도를 갖고, 특정 사이트나 상품/서비스를 직간접적으로 홍보하는 경우</td><td>5</td></tr><tr><td>2.1</td><td><p>불법 광고 </p><p>Illegal Commercial</p></td><td>대상이 도박, 음란물, 성인사이트인 경우</td><td>5</td></tr><tr><td>2.2</td><td><p>과도한 종교 포섭 </p><p>Religional Evangelism</p></td><td>대상이 특정 종교인 경우 (특히, 국내법/정서상 사이비로 분류되거나, 대중 종교가 아닌 경우)</td><td>2</td></tr><tr><td>2.3</td><td><p>과도한 정치 표현 </p><p>Political Propaganda</p></td><td>스팸의 대상이 특정 정당이나 정치에 연관된 인물인 경우</td><td>2</td></tr><tr><td>3</td><td>도배, 반복성  댓글<br>Excessive Repeats</td><td>도배성 댓글은 한명의 사용자가 동일하거나 유사한 내용을 반복적으로 게시하는 행위. 이는 대화 흐름을 방해하고 다른 시청자/독자의 사용자 경험을 저해하므로 조치.</td><td>5</td></tr><tr><td>4</td><td>허위 정보<br>Fake News</td><td>가짜 뉴스같이 사실과 다른 정보를 유포하는 댓글</td><td>3</td></tr><tr><td>5</td><td>권리 침해<br>Users Rights</td><td>특정 브랜드, 제품명, 인물명, 기업/기관명에 대해 부정적인 내용이 포함된 경우 (당사자에게서 요청이 들어왔을 경우, 조치할 수 있음)</td><td>4</td></tr><tr><td>5.1</td><td>명예 훼손<br>Discrimination</td><td>콘텐츠(기사/영상)에 등장하는 당사자를 대상으로 하는 부정적 단어</td><td>4</td></tr><tr><td>5.2</td><td>개인정보 유출<br>Privacy Disclosure</td><td>개인정보가 포함된 댓글 (주민등록번호, 휴대폰번호, 주소 정보 등)</td><td>4</td></tr><tr><td>5.3</td><td>국가 안보<br>National Security</td><td>테러, 범죄 및 산업기밀 유출과 관련한 징후가 보이는 내용 또는 패턴</td><td>4</td></tr><tr><td>6</td><td>기타 사용자의 신고<br>Users Flags</td><td>신고를 많이 당한 댓글</td><td>2</td></tr></tbody></table>

<br>

* 상기 분류는 국가에 따라, 문화적 맥락에 따라, 시대상 따라 변할 수 있습니다.
* 악성댓글의 분류 및 조치에 대한 의견, 또는 자연어 처리 기술( NLP: Natural Language Processing)에 협업을 원하시는 경우는, 고객센터 이메일 <cs@cizion.com> 로 문의바랍니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://livere.gitbook.io/livere/policies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
