data ethics quiz

pull/117/head
Jasmine 4 years ago
parent b03d1edd1a
commit b4e06f2fe1

@ -244,7 +244,7 @@ Examples of data protection and privacy regulations:
Note that there remains an intangible gap between _compliance_ (doing enough to meet "the letter of the law") and addressing [systemic issues](https://www.coursera.org/learn/data-science-ethics/home/week/4) (like ossification, information asymmetry ,and distributional unfairness) that can speed up the weaponization of AI.
The latter requires [collaborative approaches to defining ethics cultures](https://towardsdatascience.com/why-ai-ethics-requires-a-culture-driven-approach-26f451afa29f) that build emotional connections and consistent shared values _across organizations_ in the industry. This calls for more [formalized data ethics cultures](https://www.codeforamerica.org/news/formalizing-an-ethical-data-culture/) in organizations - allowing _anyone_ to [pull the Andon cord](https://en.wikipedia.org/wiki/Andon_(manufacturing) (to raise ethics concerns early in the process) and making _ethical assessments_ (e.g., in hiring) a core criteria team formation in AI projects.
The latter requires [collaborative approaches to defining ethics cultures](https://towardsdatascience.com/why-ai-ethics-requires-a-culture-driven-approach-26f451afa29f) that build emotional connections and consistent shared values _across organizations_ in the industry. This calls for more [formalized data ethics cultures](https://www.codeforamerica.org/news/formalizing-an-ethical-data-culture/) in organizations - allowing _anyone_ to [pull the Andon cord](https://en.wikipedia.org/wiki/Andon_(manufacturing)) (to raise ethics concerns early in the process) and making _ethical assessments_ (e.g., in hiring) a core criteria team formation in AI projects.
---

@ -123,49 +123,53 @@
"title": "Ethics - Pre-Quiz",
"quiz": [
{
"questionText": "quiz 1 question 1",
"questionText": "What is a consideration of ethics in Data Science?",
"answerOptions": [
{
"answerText": "True",
"isCorrect": "true"
"answerText": "Data collection",
"isCorrect": "false"
},
{
"answerText": "False",
"answerText": "Algorithm Design",
"isCorrect": "false"
},
{
"answerText": "All the above",
"isCorrect": "true"
}
]
},
{
"questionText": "q2",
"questionText": "What does Data ethics focus on?",
"answerOptions": [
{
"answerText": "classical ML was invented first",
"answerText": "Informed consent",
"isCorrect": "true"
},
{
"answerText": "How big the data is",
"isCorrect": "false"
},
{
"answerText": "the use of neural networks",
"isCorrect": "true"
"answerText": "Is the data relational",
"isCorrect": "false"
},
{
"answerText": "deep learning is used in robots",
"answerText": "All the above",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"questionText": "Data ethics also includes AI and machine learning algorithms ",
"answerOptions": [
{
"answerText": "to automate the solving of multi-dimensional problems",
"isCorrect": "false"
"answerText": "True",
"isCorrect": "true"
},
{
"answerText": "to customize a shopping experience based on the type of customer",
"answerText": "False, they are separate",
"isCorrect": "false"
},
{
"answerText": "both of the above",
"isCorrect": "true"
}
]
}
@ -177,45 +181,49 @@
"title": "Ethics - Post-Quiz",
"quiz": [
{
"questionText": "quiz 1 question 1",
"questionText": "What is the main difference between ethics and applied ethics?",
"answerOptions": [
{
"answerText": "True",
"isCorrect": "true"
"answerText": "Applied ethics is a specific type of ethics",
"isCorrect": "false"
},
{
"answerText": "False",
"answerText": "Applied ethics is not a real term",
"isCorrect": "false"
},
{
"answerText": "Applied ethics is the process of finding and correcting ethical issues",
"isCorrect": "true"
}
]
},
{
"questionText": "q2",
"questionText": "What is the difference between ethics regulation vs ethics principles",
"answerOptions": [
{
"answerText": "classical ML was invented first",
"answerText": "Ethics regulation focuses on regular ethics",
"isCorrect": "false"
},
{
"answerText": "the use of neural networks",
"isCorrect": "true"
"answerText": "There is no difference",
"isCorrect": "false"
},
{
"answerText": "deep learning is used in robots",
"isCorrect": "false"
"answerText": "Ethics principles do not relate to a particular law, while regulations do",
"isCorrect": "true"
}
]
},
{
"questionText": "q3",
"questionText": "Which of these are real ethical principles and practices that can be applied?",
"answerOptions": [
{
"answerText": "to automate the solving of multi-dimensional problems",
"answerText": "Collection bias",
"isCorrect": "false"
},
{
"answerText": "to customize a shopping experience based on the type of customer",
"isCorrect": "false"
"answerText": "Compliance with ethics regulations",
"isCorrect": "true"
},
{
"answerText": "both of the above",

Loading…
Cancel
Save