Spaces:
No application file
No application file
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
## Overview of the YDC_AIGOV Platform
|
| 3 |
|
|
@@ -36,6 +47,22 @@ Agents used are as below :
|
|
| 36 |
|
| 37 |
Makes final determinations on AI policies based on extracted insights from privacy policy text.
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
### Risks
|
| 40 |
|
| 41 |
**Hallucinations:** AI agents might generate incorrect or fabricated information when the required data is not available or poorly structured.
|
|
@@ -62,8 +89,14 @@ Agents used are as below :
|
|
| 62 |
|
| 63 |
Hallucinates answers when information is incomplete or ambiguous.
|
| 64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
### Accuracy Metrics
|
| 66 |

|
| 67 |
|
|
|
|
|
|
|
| 68 |
---
|
| 69 |
You can learn more about us [here](https://yourdataconnect.com/).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: YDC_AIGOV
|
| 3 |
+
sdk: gradio
|
| 4 |
+
emoji: 📚
|
| 5 |
+
colorFrom: blue
|
| 6 |
+
colorTo: yellow
|
| 7 |
+
short_description: AI Gov Agents to Improve Shadow AI
|
| 8 |
+
sdk_version: 5.9.1
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
---
|
| 12 |
|
| 13 |
## Overview of the YDC_AIGOV Platform
|
| 14 |
|
|
|
|
| 47 |
|
| 48 |
Makes final determinations on AI policies based on extracted insights from privacy policy text.
|
| 49 |
|
| 50 |
+
5. **Risk Classifier Agent**
|
| 51 |
+
|
| 52 |
+
Classifies an input applications as High risk, others and prohibited along with its rationale.
|
| 53 |
+
|
| 54 |
+
### The processed data is then sent to AI governance platforms like Collibra and ServiceNow, where further workflows are executed.
|
| 55 |
+
|
| 56 |
+
Agents used for Creating application, AI Use Case and Assessments are as follow -
|
| 57 |
+
|
| 58 |
+
**A. createApp_Agent:** Applications are created in platforms based on the CSV input using REST API.
|
| 59 |
+
|
| 60 |
+
**B. createAIUseCases_Agent:** If embedded AI is “Yes,” the corresponding AI use cases are auto-created.
|
| 61 |
+
|
| 62 |
+
**C. conductAIRiskAssessment_Agent:** Risk assessments are performed automatically for AI use cases, particularly if Embedded AI is “Yes” and Data specifically excluded from
|
| 63 |
+
AI training is “No”
|
| 64 |
+
|
| 65 |
+
|
| 66 |
### Risks
|
| 67 |
|
| 68 |
**Hallucinations:** AI agents might generate incorrect or fabricated information when the required data is not available or poorly structured.
|
|
|
|
| 89 |
|
| 90 |
Hallucinates answers when information is incomplete or ambiguous.
|
| 91 |
|
| 92 |
+
5. **Risk Classifier Agent**
|
| 93 |
+
|
| 94 |
+
Often targets specific keywords from the description, which may give incorrect responses in some cases.
|
| 95 |
+
|
| 96 |
### Accuracy Metrics
|
| 97 |

|
| 98 |
|
| 99 |
+
Check out detailed [blog](https://yourdataconnect.com/blogs/ydc_aigov-shadow-ai-governance-agents/) for in-depth information
|
| 100 |
+
|
| 101 |
---
|
| 102 |
You can learn more about us [here](https://yourdataconnect.com/).
|