AI Flashcards
What is XAI (Explainable AI)
XAI are models that aim to be as well performing as they are interpretable. XAI is designed so that a human user can understand how it reached a particular decision/outcome.
Why is XAI important?
XAI is important as it provides trust and transparency. This is important in high stake areas such as medicine. Furthermore, it allows for adjustments and improvements, because if we know how it works we can identify the problems and solutions.
What is interpretability in AI?
Interpretability refers to the level of understanding of HOW an outcome is reached.
What is explainability in AI?
The level of explanation there is FOR the outcome of a model. (Also acts as an accuracy proxy of the model)
What is fidelity in AI?
Fidelity refers to how WELL the explanation matches the actual behaviour of the model.
What is comprehensibility?
The EASE of which users can understand a provided explanation.
What are the four types of evaluations humans perform to ensure user ability of XAI?
Binary forced choice, forward simulation/prediction, counterfactual simulation, surveys
What are the two approaches for XAI and what is their focus?
Intrinsic: more interpretable
Post-hoc: better explanations
What are examples of intrinsic models? and why is this?
Linar models, decision trees, k-Nearest neighbours, rule-based systems, personalised interpretability systems. These are more interpretable models to human users as long as they are relatively small and less complex. We can understand how they reached the outcomes they did by looking at them.
What can we use to reduce the number of features in models? Why do we want to minimise weights?
Lasso regression. Implicity needs as many weights to be zero as possible for increased understanding.
What does k-Nearest neighbours do?
uses existing instances to explain new instances
What are some approaches to maximise intrinsic interpretability in neural networks?
add interpretability constraints, visualise network attentions, employ attention matrix, forcing weights and parameters to zero, model-specific complexity measures, consider meaning of intermediate outputs
What is the con of more localised sampling and the con of generalised sampling?
More localised sampling might not capture enough information about a complex model.
More generalised sampling might be too complex to capture a linear model.
What are the two types of AI systems social media incorporates?
Recommender systems and harmful content classifiers
What are recommender systems?
Recommender systems are what push content at you. They curate your feed using a positive feedback loop.
What are harmful content classifiers?
Harmful content classifiers withhold harmful content from users by removing or downlinking risk content. This content moderation works using supervised learning and uses a harmful content rating.
What types of AI are “coming” for human jobs?
Generative AI is the leading impact - LLMS. Gig platforms such as uber and door dash are too. This is because they are replacing human organisation/management. AI is able to effectively sort and compare information, enabling it to be a helpful tool in the recruitment process too. It can sort through CVs and judge applicant responses in AI interviewing systems.
What is a concern for the AI recruitment process?
Bias. There is an ethical concern that AI may perpetuate bias in its recruitment process due to misrepresentation in its data, causing it to overlook some individuals.
What are the three possible scenarios for the future of AI and jobs?
“Enabling AI”
- benefiting humans, causing us to be more productive and work more effectively. no loss to jobs, just less workload
“Replacing onshore”
workers are displaced into lower value work. but we can regain profit from making AI jobs NZ owned and taxed.
“Replacing offshore”
again displacing workers into lower value work but AI systems are owned offshore therefore we cannot regain profit
What is a solution for reducing further inequality with the rise of AI in jobs?
tech taxes.
What laws have been set up across the world to ensure safety around AI?
EU’s AI Act (UK)
Bletchey Park AI Safety Summit
Executive Order on AI (US)
Interim Measures on Gen AI (China)
What is the Maori Algorithmic Sovereignty?
MASov acknowledges that any data that is about Maori, by Maori, or about Maori environment should be subject to Maori governance. They recognise that if data under/misrepresents Maori, the models will perpetuate bias and stereotypes that can further worsen outcomes for Maori.Maori should have control over how their data is collected, stored and used.
Explain the principle of Whakapapa in AI?
Transparency: there should be transparency of the algorithm - who is involved, the motives, deployment, explainability etc. Maori participants should be given transparency on their data.
Data relationship: how is Maori data used throughout the algorithm. This aligns with the MASov.
Sustainability: should ensure that the algorithms output benefits Maori for the long term and that there is a sustainable positive outcome.
What is ‘one hot’ encoding?
encoding for words by which there is one unit for each word