-
Notifications
You must be signed in to change notification settings - Fork 6k
Add page for responsible AI with .NET #48303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
adc5e6a
add page for responsible ai with .net
gewarren a6e642d
replace redirects
gewarren 062648e
move media file
gewarren 47fb6de
use relative links
gewarren fce18c3
Merge branch 'main' of github.com:dotnet/docs into responsible-ai
gewarren 328ee70
Merge branch 'main' of github.com:dotnet/docs into responsible-ai
gewarren b5ca502
respond to feedback
gewarren 2608f7f
fix build warniung
gewarren 7e6dd70
tweak
gewarren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Responsible AI with .NET | ||
description: Learn what responsible AI is and how you can use .NET to evaluate the safety of your AI apps. | ||
ms.date: 09/08/2025 | ||
ai-usage: ai-assisted | ||
--- | ||
|
||
# Responsible AI with .NET | ||
|
||
*Responsible AI* refers to the practice of designing, developing, and deploying artificial intelligence systems in a way that is ethical, transparent, and aligned with human values. It emphasizes fairness, accountability, privacy, and safety to ensure that AI technologies benefit individuals and society as a whole. As AI becomes increasingly integrated into applications and decision-making processes, prioritizing responsible AI is of utmost importance. | ||
|
||
Microsoft has identified [six principles](https://www.microsoft.com/ai/responsible-ai) for responsible AI: | ||
|
||
- Fairness | ||
- Reliability and safety | ||
- Privacy and security | ||
- Inclusiveness | ||
- Transparency | ||
- Accountability | ||
|
||
If you're building an AI app with .NET, the [📦 Microsoft.Extensions.AI.Evaluation.Safety](https://www.nuget.org/packages/Microsoft.Extensions.AI.Evaluation.Safety) package provides evaluators to help ensure that the responses your app generates meet the standards for responsible AI. These safety evaluators use the [Azure AI Foundry evaluation service](/azure/ai-foundry/concepts/evaluation-evaluators/risk-safety-evaluators) to perform evaluations. They include metrics for hate and unfairness, groundedness, ungrounded inference of human attributes, and the presence of: | ||
gewarren marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
- Protected material | ||
- Self-harm content | ||
- Sexual content | ||
- Violent content | ||
- Vulnerable code | ||
- Indirect attacks | ||
|
||
For more information about the safety evaluators, see [Safety evaluators](libraries.md#safety-evaluators). To get started with the Microsoft.Extensions.AI.Evaluation.Safety evaluators, see [Tutorial: Evaluate response safety with caching and reporting](evaluate-safety.md). | ||
|
||
## See also | ||
|
||
- [Responsible AI at Microsoft](https://www.microsoft.com/ai/responsible-ai) | ||
- [Training: Embrace responsible AI principles and practices](/training/modules/embrace-responsible-ai-principles-practices/) | ||
- [Azure AI Foundry evaluation service](/azure/ai-foundry/concepts/evaluation-evaluators/risk-safety-evaluators) | ||
- [Azure AI Content Safety](/azure/ai-services/content-safety/overview) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.