ethical_engine

所属分类:以太坊
开发工具:JavaScript
文件大小:36KB
下载次数:0
上传日期:2021-07-02 13:14:11
上 传 者sh-1993
说明:  CS 1的伦理设计编程项目
(An ethical design programming project for CS 1)

文件列表:
.vscode (0, 2021-07-02)
.vscode\settings.json (40, 2021-07-02)
_config.yml (28, 2021-07-02)
cpp (0, 2021-07-02)
cpp\Engine.cpp (834, 2021-07-02)
cpp\World.cpp (7002, 2021-07-02)
cpp\ethicalengine.h (1291, 2021-07-02)
docs (0, 2021-07-02)
docs\_config.yml (28, 2021-07-02)
docs\cpp.md (1599, 2021-07-02)
docs\index.md (228, 2021-07-02)
docs\java.md (2034, 2021-07-02)
docs\python.md (1823, 2021-07-02)
java (0, 2021-07-02)
java\EthicalEngine.java (693, 2021-07-02)
java\Main.java (1097, 2021-07-02)
java\ethicalengine (0, 2021-07-02)
java\ethicalengine\Decision.java (275, 2021-07-02)
java\ethicalengine\Engine.java (122, 2021-07-02)
java\ethicalengine\Person.java (3745, 2021-07-02)
java\ethicalengine\Scenario.java (4395, 2021-07-02)
javascript (0, 2021-07-02)
javascript\auditor.js (6099, 2021-07-02)
javascript\engine.js (3331, 2021-07-02)
javascript\index.html (14297, 2021-07-02)
javascript\main.js (4155, 2021-07-02)
javascript\scenario.js (5843, 2021-07-02)
javascript\styles.css (262, 2021-07-02)
python (0, 2021-07-02)
python\student_code (0, 2021-07-02)
python\student_code\auditor.py (4542, 2021-07-02)
python\student_code\engine.py (4188, 2021-07-02)
python\student_code\main.py (815, 2021-07-02)
... ...

_Note: the most updated iteration of the python version of this assignment is now hosted at [https://ethicalcs.github.io/](https://ethicalcs.github.io/)_ # The Ethical Engine: An Ethical Design Project for CS 1 **Authors**: [Evan Peck](http://www.eg.bucknell.edu/~emp017/) (Bucknell University), Gabbi LaBorwit (Bucknell University '20) The Ethical Engine is a python programming project that is designed to engage introductory CS students with ethical design. The scaffolding and rationale behind this project will [can be read at this Medium post](https://medium.com/@evanmpeck/the-ethical-engine-integrating-ethical-design-into-intro-to-computer-science-4f***74e756af). The _Ethical Engine_ project consists of two parts: 1. **Building the Ethical Engine:** Modeled off of [MIT's Moral Machine](http://moralmachine.mit.edu/), students are presented with [randomly-generated scenarios](student_code/scenario.py) in which an autonomous car must decide between saving the passengers in the car OR the pedestrians in the crosswalk. They must write a program that will input _any_ potential scenario, and output who the car should save. There are a number of factors that students must take into account, including demographics (age, gender, etc.), profession (doctor, homeless, criminal, etc.), body type, whether pedestrians were crossing the street legally, and whether the car must swerve to save the pedestrians. 2. **Algorithm Audit:** The instructor will obfuscate the _ethical engines_ that students have constructed in such a way that the code can be called as a python module but is not human readable. With these modules now acting as proprietary code, students must perform a [_scraping audit_](http://www-personal.umich.edu/~csandvig/research/Auditing%20Algorithms%20--%20Sandvig%20--%20ICA%202014%20Data%20and%20Discrimination%20Preconference.pdf) of 3-5 _ethical engines_ that have been provided to them. By writing a program to run thousands of scenarios and recording the results, students should be able to articulate how the programs they are auditing may be biased towards different groups of people.

近期下载者

相关文件


收藏者