Skip to content

Commit

Permalink
Merge pull request #101 from harrietrs/hs_ethical_ai_improvement
Browse files Browse the repository at this point in the history
Elaborate ethical AI definition
  • Loading branch information
JRPearson500 authored May 17, 2024
2 parents 511e8e7 + 10b5613 commit 649baae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/terms.json
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@
"ai"
]
},
{
{
"name": "Large Language Model",
"acronym": "LLM",
"description": "A large language model is a neural network that is trained on a vast amount of text. The training uses unlabelled text and some form of self-supervised learning. Usually, LLMs will have billions of parametres. They are an instance of a foundation model (FM).",
Expand All @@ -952,8 +952,8 @@
"ai"
]
},
{
"name": "Foundation Model",
{
"name": "Foundation Model",
"acronym": "FM",
"description": "A foundation model is a ML model trained on large data. The data is unlabelled and the model is training by a self-supervised learning algorithm. ",
"termCode": "foundation-model",
Expand Down Expand Up @@ -1294,7 +1294,7 @@
},
{
"name": "Ethical AI",
"description": "The selected AI imaging technologies are developed and used in a manner that is consistent with ethical principles and patient rights.",
"description": "AI systems that are developed and deployed with attention to the harms created or exacerbated by the systems. As a minimum this usually includes consideration of fairness, accountability and transparency.",
"termCode": "ethical-ai",
"related": [
"aia",
Expand Down Expand Up @@ -1322,8 +1322,8 @@
"related": [
"data-protection",
"dpia",
"ig"
]
"ig"
]
},
{
"name": "Pilot",
Expand Down

0 comments on commit 649baae

Please sign in to comment.