Introduction to the Deontology: Assigning Grades

Lori Carter, Catherine Crockett, Whitney Featherston, Morgan Wheeler

2021/07/21

Student Materials

Overview

Ethics background required: Familiarity with Virtue Ethics and the need for the study of ethics in computer and data sciences is helpful

Subject matter referred to in this lab: algorithms, artificial intelligence, computer programming

Placement in overall ethics curriculum:

Time required:

Learning objectives:

Lab overview:

Ethical issue to be considered: (AI) decision making

Flow

  Preparation required: Read the entire lab. Print a copy of the student handout for each student in the class or provide access to a document posted online. Have a copy of the professor “answers” available in case you need them.

Guide for Instructors

Lesson plan

Introduction (to be read or summarized to class) (5 minutes)

Recall that ethics is the study of determining the right thing to do (in a moral sense). In designing computer programs and performing data analysis, there are lots of these types of decisions to be made. You may have been introduced in previous labs of the virtue ethics framework to assist in making a decision that is morally “best.” (If students have seen the virtue ethics material, ask what they remember about it)

The virtue ethics framework asks the question “what would a virtuous person do” to determine what is right. A virtuous person, according to Aristotle, would have good underlying character traits that would cause them to make good choices. The main benefit of this framework is that it is very flexible. It can be applied to a wide variety of decisions.

What are some of the challenges of using the virtue ethics framework? (Let students answer, but here are 2 obvious problems)

Would it be easier to just have a set of rules to follow that will always produce the ethical action? This is the idea behind the deontological approach to ethical decision making.

According to Oxford Languages, Artificial Intelligence is “the theory and development of computer systems able to perform tasks that normally require human intelligence, such as visual perception, speech recognition, decision-making, and translation between languages.”

Any time you’ve written a computer program that uses “if statements” you’re writing a program that makes decisions – that employs AI. What examples can you think of? (let students answer)

Your program basically consisted of a set of rules (an algorithm) for making the decision. Perhaps the decisions your programs have made in the past have not seemed like ethical decisions. A commonly cited example of developing an ethical set of rules with AI is that of programming a driverless car to decide who/what to hit when a collision is inevitable. (The small group, the large group? The elderly person or the younger person? Save the passengers or the pedestrians?)

But we will consider something more familiar: the assignment of a letter grade. Most students have written a program to assign a letter grade given a numerical grade. Commonly, 93 and above is an A, 90 up to less than 93 is an A- etc. But how many times have you been close to a grade and felt that just going by the rubric was not “fair”?

Activity (7-10 minutes)

Best to put the students into groups of 3-4. Can be completed individually, however.

You will be asked to consider what letter grade should actually be assigned (based on the numerical grade) from the virtue ethics standpoint, and the deontological approach. When it comes to the rules-based deontological decision making process, you may just want to stick to the rubric (which already is a rule!), or you may want to take other things into consideration.

Reflection (to be completed in class after the activity is finished) (10-15 minutes)

Have class come back together. Each group should explain their virtue ethics decision (along with the virtues that influenced the choice).

Once all groups have voiced their virtue ethics conclusion, have each group provide their algorithm.

If students have had a hard time coming up with an algorithm, or if the algorithms are too simple, consider discussing the following things that might come into play (not saying they should!):

Discuss the different approaches (virtue ethics vs. deontological) and the challenges and benefits of each in this scenario.

Discuss also, the relationship between the 2 approaches.

Coming up with a set of rules is often helpful, though challenging. Some companies or organizations come up with guidelines that are helpful, but that leave room for interpretation or special cases. The most famous is the American Medical Association’s “do no harm.” The Association for Computing Machinery (or ACM -the main Association for computing professionals) has a code of ethics. Part of this code of ethics is found on the second page (or backside) of the student handout. Let the students read and comment if there is time.

Assessment

  1. Briefly describe the deontological approach to determining if something is the right course of action.

    • Following a set of rules or guidelines. If a course of action adheres to the rules, it is the right thing to do.
  2. What are the benefits of the deontological approach and what are the drawbacks

    • Benefit is that the result is more uniform and easier for the person deciding

    • Drawback is that it is hard to come up with a set of rules that covers every possibility

  3. Provide a scenario and ask student to come up with a set of rules to ethically decide the outcome.

  4. Ask student to identify a set of rules that society follows:

    • Traffic rules

    • Ten Commandments

    • Classroom rules

    • Any set of governmental laws