CSci 4511 - Writing 1
Writing 3 -- due Wednesday March 4
This writing will be graded out of 10 points.
This writing is to reflect on ethics in AI technology.
Is is also to help you get familiar with some features
of latex that you will need for your project report.
Read this paper
Perspectives on Ethics of AI: Computer Science by Ben Kuipers.
to appear in Markus Dubber, Frank Pasquale, and Sunit Das (Eds.),
Oxford Handbook of Ethics of AI, Oxford University Press, 2019.
Write aproximatively 500 words (using Latex) on your opinion about
one of the three examples (
Trust and Ethics for Autonomous Vehicles, Individual User Models,
and Sharing the Wealth) described in the paper.
Consider the following questions:
- Do you agree with the paper on the importance of ethics in AI?
Why?
- In the example you have chosen, do you agree with the Social
Norm presented in the paper? Why or why not? Would you add any?
In this writing you need to include at least one table
and one figure.
- For tables, I suggest you look at
http://www.andy-roberts.net/misc/latex/latextutorial4.html.
You can use a table to show anything you like.
Something like this
\begin{tabular}{l | l}
SN& Description\\ \hline
SN-0 & A robot (or AI or AV) will never harm a human being \\
SN-1 & A robot will never deliberately harm a human being.\\
... & ... \\ \hline
\end{tabular}
- For figures, look at
http://www.andy-roberts.net/misc/latex/latextutorial5.html, which
explains how to use the package graphicx. It is not the only package
for graphics, but it is widely used and very simple.
You can include figures in different
formats, including .png and .jpeg. Please include a
caption and figure number for your figure. Look at
http://www.andy-roberts.net/misc/latex/latextutorial6.html for how
to do it.
For example, if your figure is in the file mypicture.eps:
\documentclass[11pt]{article}
\usepackage{graphicx}
....
\begin{document}
...
\begin{figure}[ht]
\includegraphics[width=4in]{mypicture.eps}
\caption{\label{mypict} This is a sample picture}
\end{figure}
Grading criteria:
50% for the document organization and content,
20% for English correctness,
10% for using Latex and bibtex,
10% for including at least one figure,
10% for including at least one table.
Copyright: © 2020 by the Regents of the University
of Minnesota
Department of Computer Science and
Engineering. All rights reserved.
Comments to: Maria Gini
Changes and corrections are in red.