Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Avoiding Harm] Quizzes! #28

Merged
merged 23 commits into from
Dec 15, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
693ca19
Set up quiz files for Ethics course
cansavvy Dec 15, 2023
c67a9ef
Add overall quiz blank too
cansavvy Dec 15, 2023
25ba998
Merge remote-tracking branch 'origin/main' into cansavvy/moar-moar-qu…
cansavvy Dec 15, 2023
eeb954a
Merge remote-tracking branch 'origin/main' into cansavvy/moar-moar-qu…
cansavvy Dec 15, 2023
622ad8b
Merge remote-tracking branch 'origin/main' into cansavvy/moar-moar-qu…
cansavvy Dec 15, 2023
1cec616
Societal impact quiz
cansavvy Dec 15, 2023
867ef74
Two more quizzes
cansavvy Dec 15, 2023
f5b1c28
More quizzes
cansavvy Dec 15, 2023
fa200d5
Overall quiz
cansavvy Dec 15, 2023
30a89eb
Add to dictionary.txt
cansavvy Dec 15, 2023
455e9cb
Update quizzes/02a-Avoiding_Harm-Overall_quiz.md
carriewright11 Dec 15, 2023
060ca1c
Update quizzes/02a-Avoiding_Harm-Overall_quiz.md
carriewright11 Dec 15, 2023
9416e57
Update quizzes/02b-Avoiding_Harm-concepts_quiz.md
carriewright11 Dec 15, 2023
7386c5a
Update quizzes/02f-Avoiding_Harm-idare_and_ai.md
carriewright11 Dec 15, 2023
e6737ca
Update quizzes/02f-Avoiding_Harm-idare_and_ai.md
carriewright11 Dec 15, 2023
02b1d16
Update quizzes/02f-Avoiding_Harm-idare_and_ai.md
carriewright11 Dec 15, 2023
134a86c
Update quizzes/02f-Avoiding_Harm-idare_and_ai.md
carriewright11 Dec 15, 2023
b81b635
Update quizzes/02g-Avoiding_Harm-ethical_process_quiz.md
carriewright11 Dec 15, 2023
1353847
Update quizzes/02g-Avoiding_Harm-ethical_process_quiz.md
carriewright11 Dec 15, 2023
5069909
Update quizzes/02g-Avoiding_Harm-ethical_process_quiz.md
carriewright11 Dec 15, 2023
55fe92a
Update quizzes/02g-Avoiding_Harm-ethical_process_quiz.md
carriewright11 Dec 15, 2023
54b0cd5
Update quizzes/02g-Avoiding_Harm-ethical_process_quiz.md
carriewright11 Dec 15, 2023
704d2e0
Update quizzes/02e-Avoiding_Harm-consent_and_ai.md
carriewright11 Dec 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Two more quizzes
cansavvy committed Dec 15, 2023
commit 867ef7426bc38769c4ec11e870461dd5d38e943a
25 changes: 25 additions & 0 deletions quizzes/02c-Avoiding_Harm-algorithms_quiz.md
Original file line number Diff line number Diff line change
@@ -3,5 +3,30 @@

## Algorithms Quiz

? What is one potential issue with using AI systems that lack interpretability?
A) It can be unclear why the system made a certain decision
b) The systems always behave as expected
c) There are no risks associated with using them
d) They cannot be trusted for any applications

? According to the material, which of the following can help reduce issues with faulty AI responses?
a) Never questioning the accuracy of AI responses
b) Relying completely on AI tools without human review
c) Assuming AI tools reflect current best practices
D) Cross-checking responses from multiple AI tools

? What does the term "hallucinate" refer to in the context of AI systems?

a) AI systems having visions or dreams
B) AI systems making up information based on artifacts of their algorithms
c) AI systems malfunctioning due to hardware issues
d) AI systems being trained on datasets containing hallucinogens
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol I love this!


? What recent real-world example demonstrates issues with faulty AI responses?

a) AI systems spreading misinformation on social media
b) An AI system beating the world chess champion
C) A website banning AI-generated code that provided incorrect answers
d) AI systems writing biased news articles

{/quiz}
17 changes: 17 additions & 0 deletions quizzes/02d-Avoiding_Harm-adherence_quiz.md
Original file line number Diff line number Diff line change
@@ -3,5 +3,22 @@

## Adherence Quiz

? According to the material, what is one benefit of starting slow when implementing AI systems?
A) It allows time to understand how the systems work
b) It eliminates any possible unexpected consequences
c) It speeds up the rollout to more users
d) There are no benefits to starting slow

? What does the material recommend related to copyright when using AI systems?
a) Assume AI-generated content does not violate any copyright
B) Obtain permission to use copyrighted content used for training
c) Never citing sources used by AI systems
d) Waiting to address copyright issues until after system launch

? According to the material, what can help ensure individuals comply with ethical standards for AI system use?
a) Complex policies that frequently change
b) Training materials not tailored to actual use cases
c) Relying on users to educate themselves
D) Education emphasizing relevance and fundamentals

{/quiz}