Skip to content

Commit

Permalink
Adding files
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewesterling committed Feb 2, 2024
1 parent b247ac9 commit adda3ea
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 0 deletions.
113 changes: 113 additions & 0 deletions worked-examples/chatgpt-generated/json/fairness-in-education.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
{
"type": "AssuranceCase",
"name": "FairLLM-Education",
"description": "A pattern for ensuring fairness in large language model technologies within educational settings.",
"created_date": "2024-02-02T12:00:00.000Z",
"lock_uuid": null,
"goals": [
{
"type": "TopLevelNormativeGoal",
"name": "Fairness in Education",
"short_description": "Ensure LLM technologies promote equitable learning outcomes.",
"long_description": "This goal aims to establish that the deployment of LLM technologies in educational settings does not perpetuate or introduce biases, ensuring fair and equitable learning outcomes for all students.",
"keywords": "fairness, education, equity, LLM",
"assurance_case_id": 1,
"context": [
{
"type": "Context",
"name": "Educational Context",
"short_description": "Diverse educational settings",
"long_description": "The context includes various educational settings, highlighting the diversity of student backgrounds, learning preferences, and accessibility needs.",
"created_date": "2024-02-02T12:05:00.000Z",
"goal_id": 1
},
{
"type": "Context",
"name": "LLM Usage",
"short_description": "Application of LLM in education",
"long_description": "Describes how LLM technologies are applied in educational contexts, from personalized learning assistants to content generation and assessment tools.",
"created_date": "2024-02-02T12:06:00.000Z",
"goal_id": 1
}
],
"property_claims": [
{
"type": "PropertyClaim",
"name": "Bias Identification and Mitigation",
"short_description": "Identify and mitigate biases in LLM",
"long_description": "Addresses the processes for identifying and mitigating biases within LLM technologies to prevent discriminatory impacts on students.",
"goal_id": 1,
"level": 1,
"claim_type": "Ethical Design",
"evidence": [
{
"type": "Evidence",
"name": "Bias Audit Report",
"short_description": "Report on bias audit findings",
"long_description": "Detailed report of the bias audit conducted on the LLM technology, including methodologies, findings, and mitigation strategies.",
"URL": "www.example.com/bias-audit-report",
"property_claim_id": [
1
]
}
]
},
{
"type": "PropertyClaim",
"name": "Accessibility and Inclusion",
"short_description": "Ensure LLM is accessible to all students",
"long_description": "Ensures that LLM technologies are accessible to all students, including those with disabilities, to promote inclusive education.",
"goal_id": 1,
"level": 1,
"claim_type": "Inclusive Technology",
"evidence": [
{
"type": "Evidence",
"name": "Accessibility Compliance Certificate",
"short_description": "Certification of LLM's accessibility",
"long_description": "Certificate issued by an independent body confirming that the LLM technology meets established accessibility standards.",
"URL": "www.example.com/accessibility-certificate",
"property_claim_id": [
2
]
}
]
},
{
"type": "PropertyClaim",
"name": "Educational Equity",
"short_description": "LLM supports equitable education",
"long_description": "Demonstrates how LLM technologies support equitable educational opportunities and outcomes across diverse student populations.",
"goal_id": 1,
"level": 1,
"claim_type": "Supportive Learning",
"evidence": [
{
"type": "Evidence",
"name": "Equity Impact Study",
"short_description": "Study on LLM's impact on educational equity",
"long_description": "A comprehensive study assessing the impact of LLM technologies on educational equity, highlighting benefits and areas for improvement.",
"URL": "www.example.com/equity-impact-study",
"property_claim_id": [
3
]
}
]
}
],
"strategies": []
}
],
"owner": 12,
"edit_groups": [],
"view_groups": [],
"color_profile": "default",
"comments": [
{
"author": "Ethics Board Chair",
"text": "Review the bias mitigation strategies for completeness.",
"date": "2024-02-03T09:00:00.000Z"
}
],
"permissions": "manage"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"type": "AssuranceCase",
"name": "CybersecurityBestPracticesForIoT",
"description": "A template for ensuring IoT devices adhere to cybersecurity best practices, including secure communication, regular updates, and strong authentication.",
"created_date": "2024-02-02T12:00:00.000Z",
"lock_uuid": null,
"goals": [
{
"type": "TopLevelNormativeGoal",
"name": "Ensure Cybersecurity in IoT Devices",
"short_description": "Secure IoT devices against potential cyber threats.",
"long_description": "This goal focuses on implementing and maintaining high cybersecurity standards across IoT devices to protect against unauthorized access, data breaches, and other cyber threats.",
"keywords": "cybersecurity, IoT, secure communication, software updates, authentication",
"assurance_case_id": 1,
"context": [
{
"type": "Context",
"name": "IoT Deployment Context",
"short_description": "The environment in which IoT devices are deployed.",
"long_description": "Describes the varied environments IoT devices operate in, including home, industrial, and public spaces, and the unique security challenges each presents.",
"created_date": "2024-02-02T12:05:00.000Z",
"goal_id": 1
}
],
"property_claims": [
{
"type": "PropertyClaim",
"name": "Secure Communication Protocols",
"short_description": "IoT devices use secure communication protocols.",
"long_description": "Ensures that all data transmitted by IoT devices is encrypted and secure from interception or tampering.",
"goal_id": 1,
"level": 1,
"claim_type": "Security Requirement",
"evidence": [
{
"type": "Evidence",
"name": "Encryption Standards Compliance",
"short_description": "Compliance with recognized encryption standards.",
"long_description": "Documented evidence that IoT devices comply with industry-standard encryption protocols for secure communication.",
"URL": "www.example.com/encryption-compliance",
"property_claim_id": [
1
]
}
]
},
{
"type": "PropertyClaim",
"name": "Regular Software Updates",
"short_description": "IoT devices receive regular software updates.",
"long_description": "IoT devices are regularly updated to address security vulnerabilities and enhance functionality.",
"goal_id": 1,
"level": 1,
"claim_type": "Maintenance Policy",
"evidence": [
{
"type": "Evidence",
"name": "Update Policy Documentation",
"short_description": "Documentation of the software update policy.",
"long_description": "A policy document detailing the frequency, method, and security measures for software updates on IoT devices.",
"URL": "www.example.com/update-policy",
"property_claim_id": [
2
]
}
]
},
{
"type": "PropertyClaim",
"name": "Robust Authentication Mechanisms",
"short_description": "IoT devices implement robust authentication mechanisms.",
"long_description": "Authentication mechanisms are in place to verify the identity of users and devices, preventing unauthorized access.",
"goal_id": 1,
"level": 1,
"claim_type": "Authentication Standard",
"evidence": [
{
"type": "Evidence",
"name": "Authentication Protocol Audit",
"short_description": "Audit report of authentication protocols.",
"long_description": "An external audit report confirming that IoT devices employ strong authentication protocols to ensure secure access.",
"URL": "www.example.com/authentication-audit",
"property_claim_id": [
3
]
}
]
}
],
"strategies": []
}
],
"owner": 12,
"edit_groups": [],
"view_groups": [],
"color_profile": "default",
"comments": [],
"permissions": "manage"
}

0 comments on commit adda3ea

Please sign in to comment.