Spaces:
No application file
No application file
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,68 @@
|
|
| 1 |
-
|
| 2 |
-
Please select the AI Governance component from the list or select all. The system will output the list of associated controls and sample regulations.
|
| 3 |
|
| 4 |
-
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
You can learn more about us [here](https://yourdataconnect.com/).
|
|
|
|
| 1 |
+
## Overview of the YDC_AIGOV Platform
|
|
|
|
| 2 |
|
| 3 |
+
The YDC AI_GOV platform employs multiple AI agents to improve the AI Governance Posture of applications with embedded AI.
|
| 4 |
|
| 5 |
+
### Problem We Are Trying to Solve
|
| 6 |
+
|
| 7 |
+
The primary challenge tackled by YDC AI_GOV is a lack of transparency and accessibility in AI policies associated with various applications. Key issues include:
|
| 8 |
+
|
| 9 |
+
- Difficulty in Locating AI Policy URLs: Users often struggle to find the privacy policies relevant to the applications they use (AI policies are often embedded with company privacy policies).
|
| 10 |
+
- Understanding AI Model Integrations: Many users are unaware if the applications they engage with contain embedded AI models and if their data is utilized in training these models.
|
| 11 |
+
- Clarifying Opt-Out Options: There is often confusion regarding whether users have the option to opt-out of having their data used for AI training purposes.
|
| 12 |
+
- Streamlining Compliance: Organizations face challenges in ensuring compliance with data governance regulations due to the complex nature of policy trails.
|
| 13 |
+
|
| 14 |
+
The YDC AI_GOV agents streamlines this process, making it easier for both users and organizations to navigate and understand the policies surrounding AI technologies.
|
| 15 |
+
|
| 16 |
+
### Agent Architecture
|
| 17 |
+
|
| 18 |
+
Agents used are as below :
|
| 19 |
+
|
| 20 |
+
1. **Embedded AI Detector Agent**
|
| 21 |
+
|
| 22 |
+
Search the internet and fetch relevant data to determine if the application uses AI.
|
| 23 |
+
|
| 24 |
+
2. **Policy Finder Agent**
|
| 25 |
+
|
| 26 |
+
AI Agent from CrewAI to find the privacy policy URL.
|
| 27 |
+
|
| 28 |
+
3. **Policy Analyzer Agent**
|
| 29 |
+
|
| 30 |
+
Provides answers to the following questions:
|
| 31 |
+
- Is user data used for AI/ML training?
|
| 32 |
+
- Is there an opt-out option for AI/ML training?
|
| 33 |
+
|
| 34 |
+
4. **Policy Decision Agent**
|
| 35 |
+
|
| 36 |
+
Makes final determinations on AI policies based on extracted insights from privacy policy text.
|
| 37 |
+
|
| 38 |
+
### Risks
|
| 39 |
+
|
| 40 |
+
**Hallucinations:** AI agents might generate incorrect or fabricated information when the required data is not available or poorly structured.
|
| 41 |
+
|
| 42 |
+
**Incomplete Data:** Web scraping might miss or misinterpret content due to website restrictions or dynamic loading.
|
| 43 |
+
|
| 44 |
+
**Bias and Misclassification:** AI may misclassify the presence of opt-out options or embedded AI due to ambiguous language.
|
| 45 |
+
|
| 46 |
+
#### Agent-Specific Risks:
|
| 47 |
+
|
| 48 |
+
1. **Embedded AI Detector Agent**
|
| 49 |
+
|
| 50 |
+
Fetches irrelevant or outdated information.
|
| 51 |
+
|
| 52 |
+
2. **Policy Finder Agent**
|
| 53 |
+
|
| 54 |
+
Fails to find or retrieve incorrect URLs.
|
| 55 |
+
|
| 56 |
+
3. **Policy Analyzer**
|
| 57 |
+
|
| 58 |
+
Misinterprets policy text due to ambiguous language.
|
| 59 |
+
|
| 60 |
+
4. **Policy Decision Agent**
|
| 61 |
+
|
| 62 |
+
Hallucinates answers when information is incomplete or ambiguous.
|
| 63 |
+
|
| 64 |
+
### Accuracy Metrics
|
| 65 |
+

|
| 66 |
+
|
| 67 |
+
---
|
| 68 |
You can learn more about us [here](https://yourdataconnect.com/).
|