Blackbox of AI Flashcards

(55 cards)

1
Q

What is the primary focus of the paper ‘Unpacking the “Black Box” of AI in Education’?

A

To clarify what AI is and its potential to advance or hamper educational opportunities

The paper discusses methods, applications, limitations, and risks of AI in education.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two schools of AI frequently used in education?

A

Machine learning and rule-based AI

These schools represent different approaches to implementing AI in educational contexts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define ‘supervised learning’ in the context of machine learning.

A

A method where machines learn from a historical dataset with known outputs to predict future outcomes

It involves using labeled data to train models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of ‘unsupervised learning’?

A

To perform statistical pattern recognition without access to ground-truth labels

Commonly used for clustering similar data points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is ‘reinforcement learning’?

A

A machine learning paradigm that uses rewards to encourage desired behaviors based on input states

It is often applied in intelligent tutoring systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the two main philosophies of machine learning?

A

Frequentist and Bayesian

These philosophies influence how inferences and predictions are made from data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a key characteristic of Bayesian machine learning models?

A

They incorporate pre-existing beliefs alongside training data

This approach can help improve predictions, especially in sparse datasets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the significance of deep learning in AI?

A

It has become the dominant approach due to its ability to learn complex relationships through neural networks

Deep learning involves stacking neural networks to enhance learning capacity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are some common architectures used in deep learning?

A
  • Recurrent Neural Networks (RNNs)
  • Convolutional Neural Networks (CNNs)
  • Transformers

Each architecture has its own strengths and applications, such as image processing or natural language processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

True or False: The ‘I’ in AI systems is highly sophisticated.

A

False

Many AI systems still perform poorly on tasks that humans find intuitive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What risks are associated with AI in education?

A
  • Failures to generalize
  • Inability to identify causal relationships
  • Potential for perpetuating unfair applications

These limitations can hinder the effective use of AI in educational contexts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Fill in the blank: AI refers to a collection of methods, capabilities, and _______.

A

limitations

Understanding these limitations is crucial for the effective application of AI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What do the authors hope to achieve by unpacking the ‘Black Box’ of AI?

A

To make terms and concepts accessible for all stakeholders in education

This aims to empower educators and researchers to engage with AI development.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a common application of clustering in education?

A

To develop a typology of students based on various characteristics

This helps in designing targeted support for students.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the role of historical datasets in supervised learning?

A

They provide inputs and outputs that help train the model

The model learns how features relate to target attributes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

True or False: The terms and concepts of AI are universally understood among educators.

A

False

Many educators may find the rapidly advancing field of AI inaccessible without proper training.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What does the term ‘machine learning’ refer to?

A

A subset of AI focused on algorithms that learn from data to make predictions or decisions

It encompasses various methodologies, including supervised and unsupervised learning.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What are the three major architectures in deep learning mentioned?

A

RNNs, CNNs, Transformers

RNNs are suited for time-series data, CNNs for image processing, and Transformers are used in natural language processing tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the purpose of the GPT-3 language model?

A

To predict the next word in a corpus of text given a sequence of preceding words

GPT-3 is trained on over 570 gigabytes of text from the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is transfer learning?

A

A technique that allows a model to pre-train using data from a related task and then fine-tune on a smaller dataset

This is useful when large datasets are not available for a specific task.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Name two recent hardware accelerations that have impacted deep learning.

A

GPUs, TPUs

GPUs and TPUs enable more time-efficient computation for deep learning tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

True or False: Rule-based AI systems infer rules from data.

A

False

Rule-based AI uses pre-defined logical propositions rather than inferring rules from patterns in data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is a significant limitation of naive rule-based AI algorithms?

A

They may take an impractical amount of time to compute optimal solutions

Evaluating every possible combination can be infeasible for large real-world problems.

24
Q

What are intelligent tutoring systems (ITS)?

A

AI tools that adapt to students’ knowledge and skills to personalize learning

They can be based on machine learning or predefined rules.

25
How do ITS determine a student's learning edge?
By providing problems they are most likely to answer correctly based on their history of responses ## Footnote This maximizes the effectiveness of learning interventions.
26
What is the primary function of AI in assessment and feedback?
To infer students' knowledge states from data on digital learning platforms ## Footnote This could reduce the need for formal assessments.
27
What does automated assessment of writing typically focus on?
Foundational attributes like spelling, vocabulary, and grammar ## Footnote More complex feedback on writing development is also necessary for growth.
28
What role do AI chatbots play in coaching and counseling?
They assist students by answering questions and providing reminders ## Footnote Chatbots can facilitate communication and support enrollment processes.
29
What is the goal of strategy-proof algorithms in school choice systems?
To prevent families from gaming the system for school placements ## Footnote This aims to ensure equity in school selection.
30
What are early warning systems in education designed to do?
Predict which students are at risk of failing or dropping out ## Footnote These systems use historical data to make predictions.
31
Fill in the blank: Transfer learning can help a model _______ itself using outputs from a related task.
pre-train
32
True or False: Rule-based AI systems improve with more data.
False ## Footnote Rule-based systems do not necessarily make better decisions with increased scale or diversity of data.
33
What type of learning do ITS often utilize to maximize student learning outcomes?
Machine learning ## Footnote They adapt based on predictions of student performance.
34
What are early warning systems in the context of education?
Systems that predict student outcomes, such as exam failure or dropout rates, using historical data ## Footnote These systems often utilize regression techniques and can help reduce chronic absenteeism and course failure.
35
What is a potential drawback of machine learning-based early warning systems?
They may lead to tracking, which limits a student’s ability to explore new topics ## Footnote Tracking can discourage students from taking advanced classes based on predictions.
36
What is the 'cold start' problem in small school districts?
The lack of sufficient historical data to train accurate machine learning models ## Footnote Small districts may need to borrow data from other districts to improve prediction accuracy.
37
What is one challenge school leaders face when using predictive models?
Determining the appropriate threshold for intervention based on predicted probabilities of dropout ## Footnote For example, deciding if intervention should occur at a 20% or 90% dropout probability.
38
What is a major limitation of neural network approaches in machine learning?
Lack of transparency and interpretability ## Footnote This makes it difficult to understand which inputs influenced decisions.
39
What is the difference between correlation and causation in machine learning?
Machine learning identifies correlations but does not necessarily explain causal relationships ## Footnote This can lead to interventions that fail to address root causes of issues.
40
What is abstract reasoning?
The ability to ascertain fundamental rules of a task and apply them to different situations ## Footnote Unlike machines, humans excel at this type of reasoning.
41
What does 'meta learning' refer to in machine learning?
The process by which a machine learns how to learn ## Footnote Current machine meta learning lacks the higher-order thinking present in human learning.
42
What does it mean when a machine learning model 'catastrophically forgets'?
The model fails to retain knowledge of tasks it was trained on when exposed to new data ## Footnote This can occur when the model is not robust enough to generalize.
43
What is a risk associated with adversarial inputs in machine learning?
They can fool models into making incorrect classifications ## Footnote For example, altering a training image slightly to cause misclassification.
44
What is a significant ethical concern regarding machine learning in education?
The potential for bias and unfairness in predictions and interventions ## Footnote AI systems can replicate and scale biases present in training data.
45
What questions should educationalists ask about AI applications in education?
1. What kind of AI is it? 2. Does the AI enable something difficult to achieve otherwise? 3. What are the potential risks? 4. How equitably are the benefits and risks distributed? 5. If you could change anything about this technology, what would it be? ## Footnote These questions help ensure ethical and responsible use of AI.
46
True or False: Machine learning models can inherently understand the context behind data.
False ## Footnote They often lack a deep understanding of the tasks they perform.
47
What is the main focus of conversations between AI researchers and educationalists?
Understanding the theory and practice of education and AI.
48
Why is it important for educationalists to understand AI?
To critique, reject, or adapt AI for their own efforts.
49
What does the article aim to provide an overview of?
Current AI techniques, their use in education, and key limitations and risks.
50
What is the primary goal of AIED?
To improve the human condition.
51
True or False: The authors report conflicts of interest.
False.
52
What does the Early Warning Intervention and Monitoring System aim to do?
Get students on track for graduation.
53
What does the term 'datafication of education' refer to?
The process of turning educational practices and interactions into data.
54
What does the term 'algorithmic accountability' refer to?
The responsibility of algorithms to be transparent and fair.
55
What significant release did OpenAI announce in 2019?
GPT-2: 1.5B Release ## Footnote OpenAI Blog