Skip to content

Commit 02eb842

Browse files
authored
Merge pull request #241791 from mrbullwinkle/mrb_06_16_2023_abuse_monitoring
[Azure OpenAI] Abuse monitoring
2 parents 55b9968 + 47b62b9 commit 02eb842

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Azure OpenAI Service abuse monitoring
3+
titleSuffix: Azure OpenAI
4+
description: Learn about the abuse monitoring capabilities of Azure OpenAI Service
5+
author: mrbullwinkle
6+
ms.author: mbullwin
7+
ms.service: cognitive-services
8+
ms.topic: conceptual
9+
ms.date: 06/16/2023
10+
ms.custom: template-concept
11+
manager: nitinme
12+
keywords:
13+
---
14+
15+
# Abuse Monitoring
16+
17+
Azure OpenAI Service detects and mitigates instances of recurring content and/or behaviors that suggest use of the service in a manner that may violate the [Code of Conduct](/legal/cognitive-services/openai/code-of-conduct?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext) or other applicable product terms. Details on how data is handled can be found on the [Data, Privacy and Security page](/legal/cognitive-services/openai/data-privacy?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext).
18+
19+
## Components of abuse monitoring
20+
21+
There are several components to abuse monitoring:
22+
23+
- **Content Classification**: Classifier models detect harmful language and/or images in user prompts (inputs) and completions (outputs). The system looks for categories of harms as defined in the [Content Requirements](/legal/cognitive-services/openai/code-of-conduct?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext), and assigns severity levels as described in more detail on the [Content Filtering page](/azure/cognitive-services/openai/concepts/content-filter).
24+
25+
- **Abuse Pattern Capture**: Azure OpenAI Service’s abuse monitoring looks at customer usage patterns and employs algorithms and heuristics to detect indicators of potential abuse. Detected patterns consider, for example, the frequency and severity at which harmful content is detected in a customer’s prompts and completions.
26+
27+
- **Human Review and Decision**: When prompts and/or completions are flagged through content classification and abuse pattern capture as described above, authorized Microsoft employees may assess the flagged content, and either confirm or correct the classification or determination based on predefined guidelines and policies. Data can be accessed for human review <u>only</u> by authorized Microsoft employees via Secure Access Workstations (SAWs) with Just-In-Time (JIT) request approval granted by team managers. For Azure OpenAI Service resources deployed in the European Economic Area, the authorized Microsoft employees are located in the European Economic Area.
28+
29+
- **Notification and Action**: When a threshold of abusive behavior has been confirmed based on the preceding three steps, the customer is informed of the determination by email. Except in cases of severe or recurring abuse, customers typically are given an opportunity to explain or remediate—and implement mechanisms to prevent recurrence of—the abusive behavior. Failure to address the behavior—or recurring or severe abuse—may result in suspension or termination of the customer’s access to Azure OpenAI resources and/or capabilities.
30+
31+
## Next steps
32+
33+
- Learn more about the [underlying models that power Azure OpenAI](../concepts/models.md).
34+
- Learn more about understanding and mitigating risks associated with your application: [Overview of Responsible AI practices for Azure OpenAI models](/legal/cognitive-services/openai/overview?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext).
35+
- Learn more about how data is processed in connection with content filtering and abuse monitoring: [Data, privacy, and security for Azure OpenAI Service](/legal/cognitive-services/openai/data-privacy?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext#preventing-abuse-and-harmful-content-generation).

articles/cognitive-services/openai/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ items:
2727
href: dall-e-quickstart.md
2828
- name: Concepts
2929
items:
30+
- name: Abuse monitoring
31+
href: ./concepts/abuse-monitoring.md
3032
- name: Content filtering
3133
href: ./concepts/content-filter.md
3234
- name: Embeddings

0 commit comments

Comments
 (0)