Adapted from โ€œThe Language of Trustworthy AI: An In-Depth Glossary of Termsโ€. This resource is a summary of the terms found in the NIST glossary.

TermDefinition
Trustworthy AIAI systems that are valid and reliable, safe, secure and resilient, accountable and transparent, explainable and interpretable, privacy-enhanced, and fair with harmful bias managed.
Personal DataAny information relating to an identified or identifiable natural person (โ€˜data subjectโ€™); including identifiers such as name, ID number, location data, online identifier, or factors specific to physical, physiological, genetic, mental, economic, cultural or social identity.
Differential PrivacyA method for measuring how much information a computation reveals about an individual, based on randomized injection of โ€œnoiseโ€. Uses the concept of โ€œepsilonโ€ (ษ›) or โ€œprivacy budgetโ€ to determine noise levels.
Counterfactual FairnessA fairness metric checking whether a classifier produces the same result for one individual as it does for another who is identical except for sensitive attributes, helping surface potential bias.
Post-hoc ExplanationTechniques to enhance interpretability of complex models through text explanations, visual explanations, local explanations, examples, simplification and feature relevance, covering common ways humans explain systems.
Deep LearningA family of machine learning techniques using complex algebraic circuits with tunable connection strengths organized in many layers, widely used for visual recognition, translation, speech processing, and image synthesis.
AnonymizationProcess of altering identifiable data to prevent individual identification, using techniques like suppression (removing identifiers), generalization (broadening values), and noise addition (switching values between records).
Biometric DataPersonal data from technical processing of physical, physiological or behavioral characteristics that allow unique identification, such as facial images or fingerprint data.
Model CardDocumentation accompanying trained ML models that provides benchmarked evaluation across different demographic groups, intended usage context, performance evaluation procedures, and other relevant information.
GovernanceActions ensuring stakeholder needs are evaluated for balanced objectives, including direction-setting through prioritization and decision-making, and monitoring performance and compliance. For AI, may include policies on application development and deployment.
ProfilingAutomated processing of personal data to evaluate personal aspects, particularly to analyze or predict work performance, economic situation, health, preferences, interests, reliability, behavior, location or movements.
Reinforcement LearningTraining method where algorithms learn suitable actions by maximizing rewarded behavior over time, often using simulated environments to reduce need for real-world data.
ConsentFreely given, specific, informed and unambiguous indication of data subjectโ€™s wishes, signified by statement or clear affirmative action, agreeing to personal data processing.
Active LearningMethod allowing ML algorithms to specify test regions to improve accuracy by choosing new data points, observing outputs, and incorporating new pairs into training. Applied to neural networks, prediction functions, and clustering.
EthicsSet of moral principles governing individual or group conduct, dealing with what is good and bad and moral duty and obligation. In AI context, guides development and deployment of AI systems.