
#  Why use text moderation models?

```
Exercise ID 1590065
```

##  Assignment 

Text moderation is a vital component of most social media platforms, internet chatrooms, and many other user-facing systems. It serves the purpose of preventing the distribution and promotion of inappropriate content, such as hate speech.

In this exercise, you'll compare OpenAI's text moderation model to traditional methods of moderation: manual moderation and word-detection algorithms.

##  Instructions 

- Classify the statements as being properties of OpenAI's moderation model, word detection algorithms, or manual moderation.



##  Hints 

- OpenAI's moderation model is the most sophisticated, as it uses the context of the entire input to determine whether the text represents a violation.
- If people are involved, it may mean that content is being evaluated inconsistently by different people.



##  Solution 

No solution was found.


