Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In traditional statistical measures, confidence in observed results may be assessed according to the number of samples involved in a test. Larger scale sampling leads to a higher confidence score. However, Verity confidence levels are not related to the quantity of sample data. The goal of Verity threat levels is to determine whether it is safe to display ads on a given page or video. The goal of Verity threat levels is to determine whether it is safe to display ads on a given page or video. For example:

  • A threat category result “confidence”: “VERY_LOW” should be interpreted as Verity identifying a very low risk for that category within the content, with a high level of confidence. 

  • A threat category result “confidence”: “VERY_

...

  • HIGH” should be interpreted as Verity identifying a very

...

  • high level risk for that category within the content, with a high level of confidence. 

Structure

{
  "id": "<Threat category ID>",
  "category": "<Threat category Name>",
  "confidence": “<VALUE>”
}

Example

Code Block
languagejson
"threats": [
  {    
    "id": "GGT6",
    "category": "Hate speech, harassment, and cyberbullying",
    "confidence": "VERY_HIGH"
  },
  {
    "id": "GGT1",
    "category": "Violence and gore",
    "confidence": "HIGH"  }
]

...