Skip to content

Commit e8c1794

Browse files
authored
Merge pull request #228578 from tfitzmac/0226aiprinciples
add principles for AI generated content
2 parents 84107c3 + 20ed030 commit e8c1794

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Principles for AI generated content
3+
description: Describes Microsoft's approach for using AI-generated content on Microsoft Learn
4+
author: tfitzmac
5+
ms.author: tomfitz
6+
ms.service: azure
7+
ms.topic: conceptual
8+
ms.date: 02/26/2023
9+
---
10+
11+
# Our principles for using AI-generated content on Microsoft Learn
12+
13+
Microsoft uses [Azure OpenAI Service](/azure/cognitive-services/openai/) to generate some of the text and code examples that we publish on [Microsoft Learn](/). This article describes our approach for using Azure OpenAI to generate technical content that supports our products and services.
14+
15+
At Microsoft, we're working to add articles to Microsoft Learn that contain AI-generated content. Over time, more articles will feature AI-generated text and code samples.
16+
17+
For information about the broader effort at Microsoft to put our AI principles into practice, see [Microsoft's AI principles](https://www.microsoft.com/ai/responsible-ai).
18+
19+
## Our commitment
20+
21+
We're committed to providing you with accurate and comprehensive learning experiences for Microsoft products and services. By using AI-generated content, we can extend the content for your scenarios. We can provide more examples in more programming languages. We can cover solutions in greater detail. We can cover new scenarios more rapidly.
22+
23+
We understand that AI-generated content isn't always accurate. We test and review AI-generated content before we publish it.
24+
25+
## Transparency
26+
27+
We're transparent about articles that contain AI-generated content. All articles that contain any AI-generated content include text acknowledging the role of AI. You'll see this text at the top of the article.
28+
29+
## Augmentation
30+
31+
For articles that contain AI-generated content, our authors use AI to augment their content creation process. For example, an author plans what to cover in the article, and then uses Azure OpenAI to generate part of the content. Or, the author runs a process to convert an existing article from one programming language to another language. The author reviews and revises the AI-generated content. Finally, the author writes any remaining sections.
32+
33+
These articles contain a mix of authored content and AI-generated content and are clearly marked as containing AI-generated content.
34+
35+
## Validation
36+
37+
The author reviews all AI-generated content and revises it as needed. After the author has reviewed the content, the article goes through our standard validation process to check for formatting errors, and to make sure the terms and language are appropriate and inclusive. The article is eligible for publishing only after passing all validation tests.
38+
39+
The author tests all AI-generated code before publishing. The author either manually tests the code or runs it through an automated test process.
40+
41+
## AI models
42+
43+
Currently, we're using large language models from OpenAI accessed through Azure OpenAI Service to generate content. Specifically, we're using the GPT-3 and Codex language models.
44+
45+
We may add other AI services in the future and will update this page periodically to reflect our updated practices.

includes/ai-generated-attribution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
author: tfitzmac
33
ms.author: tomfitz
4-
ms.date: 02/24/2023
4+
ms.date: 02/26/2023
55
ms.topic: include
66
ms.prod: azure
77
---
88

99
> [!NOTE]
10-
> This article was partially generated using Azure OpenAI Service. Before publishing, an author reviewed and revised the content as needed. See Our principles for using AI-generated content in Microsoft Learn.
10+
> This article was partially generated using Azure OpenAI Service. Before publishing, an author reviewed and revised the content as needed. See [Our principles for using AI-generated content in Microsoft Learn](../articles/principles-for-ai-generated-content.md).

0 commit comments

Comments
 (0)