Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,16 +8,7 @@ pretty_name: OpenAI Moderation API Validation Dataset
|
|
8 |
|
9 |
## Evaluation dataset for the paper "A Holistic Approach to Undesired Content Detection"
|
10 |
|
11 |
-
The evaluation dataset `data/samples-1680.jsonl.gz` is the test set used in [
|
12 |
-
|
13 |
-
```
|
14 |
-
@article{openai2022moderation,
|
15 |
-
title={A Holistic Approach to Undesired Content Detection},
|
16 |
-
author={Todor Markov and Chong Zhang and Sandhini Agarwal and Tyna Eloundou and Teddy Lee and Steven Adler and Angela Jiang and Lilian Weng},
|
17 |
-
journal={arXiv preprint arXiv:2208.03274},
|
18 |
-
year={2022}
|
19 |
-
}
|
20 |
-
```
|
21 |
|
22 |
Each line contains information about one sample in a JSON object and each sample is labeled according to our taxonomy. The category label is a binary flag, but if it does not include in the JSON, it means we do not know the label.
|
23 |
|
|
|
8 |
|
9 |
## Evaluation dataset for the paper "A Holistic Approach to Undesired Content Detection"
|
10 |
|
11 |
+
The evaluation dataset `data/samples-1680.jsonl.gz` is the test set used in [this paper](https://arxiv.org/abs/2208.03274).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
Each line contains information about one sample in a JSON object and each sample is labeled according to our taxonomy. The category label is a binary flag, but if it does not include in the JSON, it means we do not know the label.
|
14 |
|