<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Impossibility and Uncertainty Theorems in AI Value Alignment</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Peter Eckersley Partnership on AI</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>EFF pde@partnershiponai.org</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>Utility functions or their equivalents (value functions, objective functions, loss functions, reward functions, preference orderings) are a central tool in most current machine learning systems. These mechanisms for defining goals and guiding optimization run into practical and conceptual difficulty when there are independent, multi-dimensional objectives that need to be pursued simultaneously and cannot be reduced to each other. Ethicists have proved several impossibility theorems that stem from this origin; those results appear to show that there is no way of formally specifying what it means for an outcome to be good for a population without violating strong human ethical intuitions (in such cases, the objective function is a social welfare function). We argue that this is a practical problem for any machine learning system (such as medical decision support systems or autonomous weapons) or rigidly rule-based bureaucracy that will make high stakes decisions about human lives: such systems should not use objective functions in the strict mathematical sense. We explore the alternative of using uncertain objectives, represented for instance as partially ordered preferences, or as probability distributions over total orders. We show that previously known impossibility theorems can be transformed into uncertainty theorems in both of those settings, and prove lower bounds on how much uncertainty is implied by the impossibility results. We close by proposing two conjectures about the relationship between uncertainty in objectives and severe unintended consequences from AI systems.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Conversations about the safety of self-driving cars often turn
into discussion of “trolley problems”, where the vehicle must
make a decision between several differently disastrous
outcomes
        <xref ref-type="bibr" rid="ref10 ref19 ref21 ref22 ref33 ref35 ref39 ref7 ref7">(Goodall 2014; Riek and Howard 2014; Belay 2015;
Nyholm and Smids 2016; Bonnefon, Shariff, and Rahwan
2015; Lin 2016)</xref>
        . For the engineers building robots and
machine learning systems, however, these questions seem
somewhat absurd; the relevant challenges are correctly identifying
obstacles, pedestrians, cyclists and other vehicles from noisy
and unreliable data sources, and reasonably predicting the
consequences of the vehicle’s control mechanisms in various
conditions. The conceivable circumstances under which a
self-driving car’s systems might accurately foresee and
deliberately act on a genuine “trolley problem” without having
Copyright held by the author. Licensed CC-Attribution.
been able to avoid that problem in the first place are a tiny
portion of possibility space, and one that has arguably received
a disproportionate amount of attention.1
      </p>
      <p>There are, however, other kinds of AI systems for which
ethical discussions about the value of lives, about who should
exist or keep existing, are more genuinely relevant. The
clearest category is systems that are designed to make decisions
affecting the welfare or existence of people in the future,
rather than systems that only have to make such decisions in
highly atypical scenarios. Examples of such systems include:
autonomous or semi-autonomous weapons systems (which
may have to make trade-offs between threats to and the
lives of friendly and enemy combatants, friendly and
enemy civilians, and combatants who have surrendered).2
risk assessment algorithms in criminal justice contexts
(which at least notionally are making trade-offs between
risk to society and the harm that life-shortening
incarceration does to individual defendants in the criminal justice
system and their families).
decision support systems in high-stakes bureucratic
settings. For instance a system that helps to allocate scarce
resources like doctors’ time, laboratory test access and
money in a medical system would implicitly or explicitly
have to make trade-offs between the life span, quality of
life, and fertility of numerous people.
autonomous types of open-ended AI taking important
actions without their designers’ input.</p>
      <p>
        Governmental organizations already have to make
decisions that involve weighing benefits to present or future
people against risks to present or future people, or trading off
benefits (such as wealth) to one group against benefits of
another sort (such as freedom) to another. Therefore, we might
1There are related and more fruitful questions like, “how should
self-driving cars make trade-offs between time saved by driving
more aggressively and accident risk?” See for instance
        <xref ref-type="bibr" rid="ref21 ref35">(Gerdes and
Thornton 2016)</xref>
        .
      </p>
      <p>
        2The creation of autonomous weapons systems may well be
an extremely bad idea (see, eg
        <xref ref-type="bibr" rid="ref40">(Roff 2014)</xref>
        , but one of the main
arguments made by their proponents is that such systems will be
able to make ethical decisions in real world equivalents of trolley
situations at least as well as if not better than human pilots, and some
military-funded work in that direction is already underway (see, for
instance,
        <xref ref-type="bibr" rid="ref1 ref23">(Arkin 2009; Govindarajulu and Bringsjord 2017)</xref>
        ).
think that the decision-making tools that they employ could
be implemented by any narrow AI system that has to make
similar choices. A variety of metrics have been proposed and
used to perform cost-benefit analyses in such situations. For
example, the US Environmental Protection Agency uses the
‘value of a statistical life’ (VOSL) metric, which identifies
the cost of an intervention that puts people at risk with
people’s willingness to pay to avoid similar risks (for a critique,
see
        <xref ref-type="bibr" rid="ref15">(Broome 1985)</xref>
        ) or the QALY metric used by the UK’s
National Health Service, which assigns a given value to each
life-year saved or lost in expectation, weighted by the quality
of that life. The problem is that existing impossibility
theorems apply equally to each of these metrics and therefore to
an AI system that implements them.
2.1
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Impossibility Theorems in Ethics</title>
      <sec id="sec-2-1">
        <title>Example: An Impossibility Theorem in</title>
      </sec>
      <sec id="sec-2-2">
        <title>Utilitarian Population Ethics</title>
        <p>
          Economists and ethicists study individual utility functions
and their aggregations, such as social welfare functions,
social choice functions and formal axiologies, and have
discovered various impossibility theorems about these functions.
Perhaps the most famous of these is Arrow’s Impossibility
Theorem
          <xref ref-type="bibr" rid="ref4">(Arrow 1950)</xref>
          , which applies to social choice or
voting. It shows there is no satisfactory way to compute
society’s preference ordering via an election in which members
of society vote with their individual preference orderings.
Fortunately, Arrow’s theorem results from some constraints
(incomparability of individual’s preferences, and the need for
incentive compatibility) which may not apply to AI systems.
        </p>
        <p>
          Unfortunately, ethicists have discovered other situations in
which the problem isn’t learning and computing the tradeoff
between agents’ objectives, but that there simply may not
be such a satisfactory tradeoff at all. The “mere addition
paradox”
          <xref ref-type="bibr" rid="ref38">(Parfit 1984)</xref>
          was the first result of this sort, but
the literature now has many of these impossibility results.
For example, Arrhenius
          <xref ref-type="bibr" rid="ref2">(Arrhenius 2000)</xref>
          shows that all total
orderings of populations must entail one of the following six
problematic conclusions, stated informally:
        </p>
        <p>The Repugnant Conclusion For any population of very
happy people, there exists a much larger population with
lives barely worth living that is better than this very happy
population (this affects the "maximise total wellbeing"
objective).</p>
        <p>The Sadistic Conclusion Suppose we start with a
population of very happy people. For any proposed addition
of a sufficiently large number of almost-as-happy people,
there is a small number of horribly tortured people that is
a preferable addition (this affects the "maximise average
wellbeing" objective).</p>
      </sec>
      <sec id="sec-2-3">
        <title>The Very Anti-Egalitarian Conclusion For any popula</title>
        <p>tion of two or more people which has uniform happiness,
there exists another population of the same size which has
lower total and average happiness, and is less equal, but is
better.</p>
        <p>Anti-Dominance Population B can be better than
population A even if A is the same size as population B, and
every person in A is happier than their equivalent in B.
Anti-Addition It is sometimes bad to add a group of
people B to a population A (where the people in group B are
worse of than those in A), but better to add a group C that
is larger than B, and worse off than B.</p>
        <p>Extreme Priority There is no n such that create of n
lives of very high positive welfare is sufficient benefit
to compensate for the reduction from very low positive
welfare to slightly negative welfare for a single person
(informally, “the needs of the few outweigh the needs of
the many”).</p>
        <p>The structure of the impossibility theorem is to show that
no objective function or social welfare function can
simultaneously satisfy these principles, because they imply a cycle
of world states, each of which in turn is required (by one of
these principles) to be better than the next. The structure of
that proof is shown in Figure 1.
2.2</p>
      </sec>
      <sec id="sec-2-4">
        <title>Another Impossibility Theorem</title>
        <p>Arrhenius’s unpublished book contains a collection of many
more uncertainty theorems. Here is the simplest, which is a
more compelling version of Parfitt’s Mere Addition Paradox.
It shows the impossibility of an objective function satisfying
the following requirements simultaneously:</p>
        <p>The Quality Condition: There is at least one perfectly
equal population with very high welfare which is at least
as good as any population with very low positive welfare,
other things being equal.</p>
        <p>The Inequality Aversion Condition: For any triplet of
welfare levels A, B, and C, A higher than B, and B higher
than C, and for any population A with welfare A, there is
a larger population C with welfare C such that a perfectly
equal population B of the same size as A[C and with
welfare B is at least as good as A[C, other things being
equal.</p>
      </sec>
      <sec id="sec-2-5">
        <title>The Egalitarian Dominance Condition: If population A</title>
        <p>is a perfectly equal population of the same size as
population B, and every person in A has higher welfare than
every person in B, then A is better than B, other things
being equal.</p>
      </sec>
      <sec id="sec-2-6">
        <title>The Dominance Addition Condition: An addition of</title>
        <p>lives with positive welfare and an increase in the welfare in
the rest of the population doesn’t make a population worse,
other things being equal.</p>
        <p>The cyclic structure of the proof is shown in Figure 2.
2.3</p>
      </sec>
      <sec id="sec-2-7">
        <title>Ethical Impossibility Derives From</title>
      </sec>
      <sec id="sec-2-8">
        <title>Competing Objectives</title>
        <p>
          The particular impossibility theorems summarized above,
and those in the related literature, result from the
incompatibility of several different utilitarian objectives: maximizing
total wellbeing, maximizing average wellbeing, and avoiding
suffering. Similar problems are also likely to arise when
considering almost any kinds of competing objectives, such as
attempting to simultaneously maximize different notions of
wellbeing, freedom, knowledge, fairness, or other widely
accepted or domain-specific ethical goods
          <xref ref-type="bibr" rid="ref44">(Schumm 1987)</xref>
          . We
conjecture that the literature contains more impossibility
theorems about happiness or wellbeing simply because that
objective has been subjected to mathematical modeling and study
for well over a hundred years,3 while much less effort has
gone into the others. Recent work has begun to focus on
fairness in decisionmaking contexts in particular, and is already
producing its own impossibility results.
          <xref ref-type="bibr" rid="ref17 ref23 ref32">(Chouldechova 2017;
Kleinberg, Mullainathan, and Raghavan 2017)</xref>
          3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Possible Responses to Impossibility Results</title>
      <p>Arrhenius’s impossibility results and others like them are
quite troubling. They show that we do not presently have a
trustworthy framework for making decisions about the
welfare or existence of people in the future, and are
representative of a broader problem with the inability of the objective
functions to reasonably optimise for multiple objectives
simultaneously. Next we will consider five possible responses
to these impossibility theorems:
3.1</p>
      <sec id="sec-3-1">
        <title>Small-scale evasion:</title>
        <p>
          One response may be to claim that the stakes are simply low
for present AI systems that only make small-scale changes
to the world. AGI systems, if they exist, may one day need
to confront impossibility theorems or difficult conflicting
objectives in some cases, but none of that is presently relevant.
Unfortunately, it appears that although the stakes are indeed
much lower at present, the fundamental tensions that drive
these paradoxes are already at play in decisions made by
bureaucracies and decision support systems, and small scale
decisions can easily violate constraints we would want to
see respected. Asking for human feedback helps, but humans
often miss important ethical principles, and can easily make
chains of decisions that have problematic consequences in
proportion to their degree of power or agency. Cases of
particular concern are those where ML or algorithmic heuristics
are deployed in decision support tools that humans are
inadequately inclined to question.
          <xref ref-type="bibr" rid="ref26 ref37">(Parasuraman and Manzey
2010)</xref>
          3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Value learning:</title>
        <p>
          One might argue that impossibility theorems are only a
problem for an AI system if we are attempting to explicitly define
an objective function, rather than letting an AI system
acquire its objective function in a piecemeal way via a method
like co-operative inverse reinforcement learning (CIRL) or
other forms of human guidance
          <xref ref-type="bibr" rid="ref18 ref27 ref42">(Hadfield-Menell et al. 2016;
Saunders et al. 2017; Christiano et al. 2017)</xref>
          . Using human
feedback to construct objective functions as neural networks
appears to be a promising direction,4 but if the output of that
3This is most notably true in the economics literature
          <xref ref-type="bibr" rid="ref46">(Stigler
1950)</xref>
          , though there are now some efforts from the machine learning
direction too
          <xref ref-type="bibr" rid="ref19 ref7">(Daswani and Leike 2015)</xref>
          .
        </p>
        <p>4Although one philosophical concern is that methods like CIRL
may already commit us to more ‘person-affecting’ views within
ethics by pooling the preferences of existing agents. This could lead
to the implementation of principles that satisfy undesirable axioms
network is mathematically a utility function or total ordering,
these problems will persist at all stages of network training.
The theorems do not just reflect a tension between principles
that agents are committed to: they are also reflected in the
decisions that human supervisors will make when presented
with a sequence of pairwise choices.</p>
        <p>Therefore, although learning objectives from humans may
be a prudent design choice, such learning systems will still
need to either violate the ethical intuitions that underpin
the various impossibility theorems (some combination of
Sections 3.3 and 3.4) or explicitly incorporate uncertainty
into their outputs (Section 3.5).
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Theory normalization:</title>
        <p>One natural response to impossibility theorems is to try
harder to figure out good ways of making tradeoffs between
the competing objectives that underlie them — in
Arrhenius’s paradox these are total wellbeing, average wellbeing,
and avoidance of suffering. This tradeoff can be simple, such
as trying to define a linear exchange rate between those
objectives. Unfortunately, linear exchange rates between a total
quantity and an average quantity do not make conceptual
sense, and it is easy to find cases under which one of them
totally outweighs the other.5</p>
        <p>
          One can try more complicated strategies such as trying to
write down convex tradeoffs (see eg
          <xref ref-type="bibr" rid="ref34">(Ng 1989)</xref>
          ) or imagining
an explicit “parliament” where different ethical theories and
objectives vote against each other, are weighed
probabilistically, or are combined using a function like softmin6.
Unfortunately all of these approaches contain a version of
the exchange rate problem, and none of them actually escape
the impossibility results: for instance, using any unbounded
monotonic non-linear weighting on total utility will
eventually lead to the Repugnant Conclusion (cf
          <xref ref-type="bibr" rid="ref23">(Greaves and Ord
2017)</xref>
          ).
3.4
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>Accept one of the axioms</title>
        <p>
          Another type of response – one that is commonly pursued
in the population ethics literature – is to argue that although
each of the axioms above strikes us as undesirable, at least
one of them ought to be accepted in some form. For example,
it has been argued that although the Repugnant Conclusion
might appear undesirable, it is an acceptable consequence of
an objective function over populations
          <xref ref-type="bibr" rid="ref31">(Huemer 2008)</xref>
          . We
argue that, given the high levels of uncertainty and the lack
of political consensus about which of these axioms we ought
to accept it would, at present, be irresponsible to explicitly
adopt one of the axioms outlined above.
like dictatorship of the present
          <xref ref-type="bibr" rid="ref6">(Asheim 2010)</xref>
          .
        </p>
        <p>5For instance, if a linear weighting is chosen that appears to
make sense for the present population of the world, a change in
technology that allowed a much larger population might quickly
cause the average wellbeing to cease affecting the preferred outcome
in any meaningful way.</p>
        <p>
          6See https://pdollar.github.io/toolbox/classify/softM
softmin is the counterpart to the more widely discussed
          <xref ref-type="bibr" rid="ref9">(Bishop
2006)</xref>
          softmax function. It prioritises whichever of its inputs is
currently the smallest, is not totally unresponsive to increases in the
other inputs.
The last solution, and the one which we believe may be the
most appropriate for deploying AI systems in high-stakes
domains, is to add explicit mathematical uncertainty to
objective functions. There are at least two ways of doing this:
one is to make the objective a mathematical partial order, in
which the system can prefer one of two outcomes, believe
they are equal, or believe that they are incommensurate. We
discuss that approach and demonstrate uncertainty theorems
in that formalization in Section 4. A second approach is to
allow objective functions to have some level of confidence
or uncertainty about which of two objectives is better (eg,
“we’re 70% sure that A is better, and 30% sure that B is
better”). We discuss that framing and show the existence of
formal uncertainty theorems in that framework in Section 5.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Uncertainty via partially ordered objective functions</title>
      <p>
        It is already the case that in some problems where humans
attempt to provide oversight to AI systems, it is pragmatically
better to allow the human to express uncertainty
        <xref ref-type="bibr" rid="ref25 ref30">(Guillory
and Bilmes 2011; Holladay et al. 2016)</xref>
        or indifference
        <xref ref-type="bibr" rid="ref26 ref37">(Guo
and Sanner 2010)</xref>
        when asked which of two actions is better.
But such systems presently try to construct a totally ordered
objective function, and simply interpret these messages from
users as containing either no information about the correct
ordering (the human doesn’t know which is better) or implying
that the two choices are close to as good as each other (the
human is indifferent). We believe that another type of
interpretation is sometimes necessary, which is that the human is
torn between objectives that fundamentally cannot be traded
off against each other.
      </p>
      <p>We can represent this notion with a partially ordered
objective function that sometimes says the comparison between
world states cannot be known with certainty. Cyclical
impossibility theorems like those surveyed in Sections 2.1 and 2.2
can be viewed as evidence of this uncertainty. Here we prove
a lower bound on how much uncertainty is evidenced by each
such theorem.7</p>
      <p>
        7Arrhenius considered this direction of interpretation
        <xref ref-type="bibr" rid="ref3">(Arrhenius
2004, p. 8)</xref>
        , but with much more uncertainty than turned out to be
necessary:
[A person arguing that some actions in the Mere Addition
Paradox are neither right nor wrong] could perhaps motivate
her position by saying that moral theory has nothing to say
about cases that involve cyclical evaluations and that lacks a
maximal alternative since these are beyond the scope of moral
theory. Compare with the theory of quantum mechanics in
physics and the impossibility of deriving the next position and
velocity of an electron from the measurement of its current
position and velocity (often expressed by saying that it is
impossible to determine both the position and velocity of an
electron).
      </p>
      <p>
        It turns out that only two of the edges in the cycle need to be
uncertain. Note that Broome’s vague neutral-level theory
        <xref ref-type="bibr" rid="ref16">(Broome
2004, pp. 213-214)</xref>
        is one plausible example of an uncertain social
welfare function.
and
but
      </p>
      <p>Suppose that W is the set of possible states of the world,
and that there is a an impossibility theorem TC showing
that there is no totally ordered definition of “better” Z
over W that satisfies a set of constraints fC1; C2; ::Cng over
the comparison function Z : W W ! f&lt;; &gt;; =g. Each
of these constraints are motivated by strong human ethical
intuitions, and insist that for a set of pairs of inputs x and y,
Ci
A(x; y) takes some value. We use the notation x Z y to
indicate that Ci requires that x Z y for some x and y). Z
also has the usual properties of total orderings:</p>
      <p>Antisymmetry:
(1)
(2)
(3)
(4)
(5)
(6)
(7)
wn,
w1</p>
      <p>C1</p>
      <p>Z w2</p>
      <p>C2</p>
      <p>Z :::</p>
      <p>Cn 1</p>
      <p>Z</p>
      <p>wn
wn</p>
      <p>Cn</p>
      <p>Z w1</p>
      <p>Violating (by induction) transitivity, TC shows that no
totally ordered Z that satisfies fC1; ::Cng can exist. This is
a cyclic impossibility theorem.</p>
      <p>Now suppose we attempt to escape TC by looking for a
partially ordered notion of “better” Z0 with a comparison
function Z0 : W</p>
      <p>W ! f&lt;; &gt;; =; =? g. By necessity, the
uncertain case is symmetric: a =? b ! b =? a.</p>
      <p>Ci</p>
      <p>In some instances some of the requirements x Z0 y
of some constraint Ci will be failed, but only weakly: they
will result in incomparability x =? Z0 y rather than violation,
x &gt;Z0 y. We call this uncertain satisfaction of a constraint.</p>
      <p>Theorem: A cyclic impossibility theorem TC can be
transformed into an uncertainty theorem only if two or more
constraints are uncertainly satisfied.</p>
      <p>Proof: We might hope that it would be possible to only
uncertainly satisfy one of the constraints fC1; C2; ::Cng, while
fully satisfying all of the others. But this is impossible, and
at minimum two of the constrains will be uncertain. The
proof is by contradiction. Assume w.l.o.g. that Cn is the only
uncertainly satisfied constraint, such that</p>
      <sec id="sec-4-1">
        <title>Transitivity:</title>
      </sec>
      <sec id="sec-4-2">
        <title>Totality:</title>
        <p>a
a</p>
        <p>Z b ^ b</p>
        <p>Z a ! a = b
Z b ^ b</p>
        <p>Z c ! a</p>
        <p>Z c
a</p>
        <p>Z b _ b</p>
        <p>Z a</p>
        <p>Suppose further that T is provable by providing a series of
example worlds fw1; w2; :::wng such that:
w1</p>
        <p>C1
Z0 w2</p>
        <p>C2
Z0 :::</p>
        <p>Cn 1</p>
        <p>Z0 wn
Cn
?
wn =Z0 w1</p>
        <p>However by transitivity and (6), we know w1
which by the symmetry of =? contradicts (7). So in order to
treat TC as uncertainty theorem, at least two constraints must
be uncertainly satisfied. QED.</p>
        <p>C1::n 1</p>
        <p>Z0</p>
        <p>The structure of this transformation from cyclic
impossibility to uncertainty is shown in Figure 1 and 2 for the two
theorems introduced in Sections 2.1 and 2.2
function or uncertain ordering. Suppose that an uncertain
ordering is denoted by:</p>
        <p>The largest difficulty with accepting partially ordered,
uncertain objectives is knowing how an agent should act when
facing ethically uncertain choices. There are a few possible
strategies, including: doing nothing, asking for human
supervision, choosing randomly, searching harder for a
clearlypreferable action, treating all of the uncertain options as
equally good, or (for very capable agents) conducting
research to try to break the tie in some way. None of these
options are ideal. But depending on the application domain,
some of them will be workable. An may be necessary for ML
systems deployed in high stakes, safety-critical applications.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Uncertainty via learned, uncertain orders</title>
      <p>A second way to encode uncertainty about a system’s
objectives, is to use what we will call an uncertain objective
(8)
(9)</p>
      <p>Zk(a; b) = P (a &gt; b)
the uncertain ordering Zk is a function returning the
probability, based on the available prior philosophical and practical
evidence k, that one of the states a is better. Conversely,
(For simplicity, we assume that if a and b appear exactly
equally good, Zk(a; b) = 0:5 rather than allowing a non-zero
probability of explicit equality.)</p>
      <p>This formulation can for instance be justified by holding
that there is some ultimately correct total ordering of states
of the world, we just don’t know what it is. The framing is
also compatible with the claim that the correct ordering is
ultimately unknowable.</p>
      <p>Uncertain orderings are a convenient formalization if the
comparison function is itself the output of a machine learning
model to be trained from human guidance (ideally from a
large number of people, over a large number of real or
hypothetical scenarios). This formulation is also convenient for
systems that do not have a clear architectural separation
between abstract objectives and the predictive reasoning about
the real world that is necessary to accomplish them.</p>
      <p>Uncertain orderings are also a more flexible basis for
strategies/decision rules than the partially ordered objective
functions discussed in Section 4. If a partial order returns =? , the
agent is left torn and unable to act. But with with a
distribution Zk decisions rules such as “take an action drawn via
weighted probability from those that are sufficiently likely to
be best” are available.8 Or for systems where more
supervision is available, “take the action that is most likely to be best,
provided it beats the second best action by some probability
margin ; otherwise, ask for supervision.”</p>
      <p>In this framing, whether a given ethical constraint or
principle has been violated becomes a probabilistic matter. There
will almost always be some probability that Zk violates each
constraint, unless all of the corresponding output
probabilities have converged to 1 or 0 (as appropriate). Decision rules
based on Zk will by mathematical necessity sometimes
violate the constraints, at least by inaction. But if the actions are
sampled from a space of reasonably supported ones, then at
least the violating actions will not systematically prioritize
some objectives over others, and will be more similar to the
way that wise and cautious humans react to difficult moral
dilemmas.</p>
      <p>
        8This has been termed a “satisficing” or “quantilized” decision
rule
        <xref ref-type="bibr" rid="ref47">(Taylor 2016)</xref>
        . A similar rule is the contextual- -greedy
reinforcement learning policy proposed in
        <xref ref-type="bibr" rid="ref14">(Bouneffouf, Bouzeghoub,
and Gançarski 2012)</xref>
        ; both of these decision rules combine
explore/exploit tradeoffs with the notion that certain actions might
be too costly or dangerous to take as experiments in certain
situations. In contextual- -greedy this is formalized via annotating
certain states as “high level critical situations”, whereas threshholding
probabilities views all (state, action) pairs as potentially
critical.
      </p>
      <p>What do we know about the values Zk(a; b)? Consider
a series of cyclical constraints C0; C1; :::Cn across points
x0; x1; ::xn where Ci requires Zk(xi; xi+1 mod n+1) 1.
If the uncertain ordering (or the process that generates it)
has emitted values for some of the pairwise comparisons
Zk(xi; xi+1), this imposes some bounds on the comparison
that spans them, Zk(x0; xn). For transitivity, in order for the
spanning comparison to be in a given direction, at least one
of the pairwise comparisons must also be in that direction.
So for the simple two-step case over x0; x1; x2:</p>
      <p>Zk(x0; x2)</p>
      <p>Zk(x0; x1) + Zk(x1; x2)
(10)</p>
      <p>Note that the pairwise probabilities are additive because
the bound is least tight when those probabilities are disjoint.
Or more generally:</p>
      <p>Zk(x0; xn)
(11)
n 1
X Zk(xi; xi+1)
i=0</p>
      <sec id="sec-5-1">
        <title>This also applies in the reverse direction:</title>
        <p>Zk(xn; x0)</p>
        <p>Zk(xi+1; xi)
1</p>
        <p>Zk(x0; xn)</p>
        <p>Zk(xi; xi+1)
(12)
Zk(x0; xn)</p>
        <p>Zk(xi; xi+1)</p>
        <p>So we have both upper and lower bounds for Zk(x0; xn) :
1
n 1
X 1 Zk(xi; xi+1)</p>
        <p>Zk(x0; xn)
i=0
(13)</p>
        <p>In the special case where x0; x1; x2; :::xn correspond to
points ordered by the constraints C0; C1; C2:::Cn of an n +
1 step cyclic impossibility theorem, the satisfaction of Ci
means Zk(xi; xi+1 mod n+1) 1 and the probability of
violation Zk(xi+1 mod n+1; xi) 0.</p>
        <p>We might ask, what is the lowest probability that we can
obtain for any of these chances of violating a constraint?
Or in other words, what is the lower bound B that can be
achieved on the odds of each such possible violation:
n 1
X Zk(xi; xi+1)
i=0
n 1
X
i=0
n 1
X 1
i=0
1
n 1
X 1
i=0
n 1
B = mZikn mi=a0xf1</p>
        <p>n 1
= mZikn mi=a0xfZk(x0; xn);
1
1
1</p>
        <p>By symmetry, we know that this bound will be minimized
when all the values Zk(xi; xi+1 mod n) are equal to a single
value z:</p>
        <p>B
B
min maxf1</p>
        <p>z
min maxf1
z
n(1
z); 1</p>
        <p>z; :: ; 1
n + nz; 1
zg
z; ::g</p>
        <p>Since in the domain z 2 [0; 1] the function 1 n + nz
monotonically increasing from 1 n, and the function 1 z is
monotonically decreasing from 1, and the functions intersect,
the minimax is satisfied at that intersection:
(16)
(17)
(18)
At which point we have:
1
z =1
z =</p>
        <p>n
n + 1</p>
        <p>n + nz
B
B
1</p>
        <p>1
n + 1</p>
        <p>n
n + 1</p>
        <p>This bound is a minimum uncertainty theorem for
uncertain objective functions: when confronted with a n + 1-step
cyclic ethical impossibility theorem, no choice of uncertain
ordering can reduce the probabilities of constraint violation
so that they are all below n+11 .</p>
        <p>In practice, systems that estimate which of two outcomes
are better than another could emit values like Zk that
violate these constraints, but in such circumstances the
outputs could no longer be interpreted as probabilities over a
well-defined ordering of states, and the agent would exhibit
self-contradictory, non-transitive preferences.</p>
        <p>6</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Further Work</title>
      <p>We shown the existence of ethical uncertainty theorems for
objectives formulated either as partial orders over states, or
probability distributions over total orderings. Other
formalizations are possible and deserve investigation.</p>
      <p>Where constraints are sourced from human intuition, there
is a question of how they should be interpreted, prioritized
and kept in data structures. For instance, rather than treating
all constraints as equally important, and all violations of
constraints as equally serious, it might be better to learn
or specify weightings for each constraint, to measure the
degree to which a given action violates a constraint, and to
reconstruct ethical uncertainty theorems in such a framework.</p>
      <p>Alternatively, when building AI systems that learn their
objectives from the combination of observed world states and
human feedback, it may be computationally inconvenient to
require the agent to produce a probability distribution over
total orderings at each moment, or even to draw samples from
such an object. Instead, learned objectives may be viewed as
a set of pairwise comparisons that are too sparse and unstable
to be taken as a commitment to any global total order (or
probability distribution over global total orders). In such a
frame, the goal of transitive preferences and avoidance of
cycles is an aspiration, and may require both record keeping
and “regret” for past actions that now seem sub-optimal due
to subsequent learning of objectives. The appropriate framing
of ethical uncertainty theorems in such settings would be
productive further work.
7.1
7</p>
    </sec>
    <sec id="sec-7">
      <title>Lessons and Conjectures for Creating</title>
    </sec>
    <sec id="sec-8">
      <title>Aligned AI</title>
      <sec id="sec-8-1">
        <title>Uncertainty, pluralism, and instrumental convergence</title>
        <p>
          Many of the concerns in the literature about the difficulty
of aligning hypothetical future AGI systems to human
values are motivated by the risk of “instrumental convergence”
of those systems — the adoption of sub-goals that are
disempowering of humans and other agents
          <xref ref-type="bibr" rid="ref11 ref13 ref36 ref41 ref48 ref50">(Russell and Norvig
2003; Bostrom 2003; Omohundro 2008; Yudkowsky 2011;
Bostrom 2014; Tegmark 2017)</xref>
          . The crux of the instrumental
convergence problem is that given almost any very specific
objective,9 the chance that other agents (eg, humans,
corporations, governments, or other AI systems) will use their
agency to work against the first agent’s objective is high, and
it may therefore be rational to take steps or adopt a sub-goal
to remove those actors’ agency.
        </p>
        <p>
          We believe that the emergence of instrumental subgoals
is deeply connected to moral certainty. Agents that are not
completely sure of the right thing to do (which we believe
is an accurate summary of the state of knowledge about
ethics, both because of normative impossibility and
uncertainty theorems, and the practical difficulty of predicting the
consequences of actions) are much more likely to tolerate the
agency of others, than agents that are completely sure that
they know the best way for events to unfold. This appears
to be true not only of AI systems, but of human ideologies
and politics, where totalitarianism has often been built on a
substructure of purported moral certainty
          <xref ref-type="bibr" rid="ref20 ref29 ref49">(de Beauvoir 1947;
Young 1991; Hindy 2015)</xref>
          .
        </p>
        <p>This leads us to propose a conjecture about the
relationship between moral certainty and instrumentally convergent
subgoals:</p>
        <p>
          9Any open-ended and non-trivial objective appears to be
vulnerable to instrumental convergence. Bostrom argues that objectives
that are bounded rather than open-ended also lead to instrumental
convergence if there is any probability that they will not be achieved
          <xref ref-type="bibr" rid="ref13">(Bostrom 2014, p.124)</xref>
          (eg, the goal “make exactly one million
paperclips” could cause an agent to be paranoid that it hasn’t counted
exactly correctly) though this failure mode is probably easy to avoid
by rounding the estimated probability of success to some number
of digits, or imposing a small cost in the objective function for
additional actions or resource consumption.
        </p>
      </sec>
      <sec id="sec-8-2">
        <title>Totalitarian convergence conjecture: powerful agents</title>
        <p>with mathematically certain, monotonically increasing,
openended objective functions will adopt sub-goals to disable or
dis-empower other agents in all or almost all cases.10
A second conjecture is the converse of the first:</p>
      </sec>
      <sec id="sec-8-3">
        <title>Pluralistic non-convergence conjecture: powerful</title>
        <p>agents with mathematically uncertain objectives will not
adopt sub-goals to disable or dis-empower other agents
unless those agents constitute a probable threat to a wide
range of objectives.
7.2</p>
      </sec>
      <sec id="sec-8-4">
        <title>Conclusion</title>
        <p>
          We have shown that impossibility theorems in ethics have
implications for the design of powerful algorithmic systems,
such as high-stakes AI applications or sufficiently rigid and
rule-based bureaucracies. We showed that such paradoxes
can be avoided by using uncertain objectives, such as
partial orders or probability distributions over total orders; we
proved uncertainty theorems that place a minimum bound
on the amount of uncertainty required. Some previously
proposed ethical theories (such Broome’s vague neutral-level
theory
          <xref ref-type="bibr" rid="ref16">(Broome 2004, pp. 213-214)</xref>
          ) appear to satsify these
bounds.
        </p>
        <p>In the light of these results, we believe that machine
learning researchers should avoid using totally ordered objective
functions or loss functions as optimization goals in
highstakes applications. Systems designed that way appear to be
suffering from an ethical “type error” in their goal selection
(and action selection) code.</p>
        <p>Instead, high-stakes systems should always exhibit
uncertainty about the best action in some cases. Further study is
warranted about the advantages of various probabilistic
decision rules to handle such uncertainty, and about whether other
mathematical models of uncertainy are better alternatives to
the two models examined in this paper. Further research
could also be productive on the relationship between ethical
certainty and various observed and predicted pathological
behaviour of AI systems. We proposed two conjectures on
this topic, the Totalitarian Convergence Conjecture and the
Pluralistic Non-Convergence Conjecture.</p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>Acknowledgments</title>
      <p>The author would like to thank the late Aaron Swartz for
having originally inspired this work and first attempted to
make progress on this question; Toby Ord for many
valuable conversations and a detailed framing of the problem;
Rohin Shah for suggesting a simple proof strategy for the
uncertainly satisfied bound; and Amanda Askell for providing
valuable research assistance, and presenting an early poster
version of this work at NIPS 2017, and Daniel Ford for
spotting issues and making valuable suggestions on the uncertain
ordering bound. Thanks also to Dylan Hadfield-Menell,
Laurent Orseau, and Anca Dragan for helpful suggestions on
earlier versions of this work.</p>
      <p>10The qualifier “almost all” requires some further specification. It
requires that the objective not be finely tuned in some very intricate
way that builds in preservation of all other agents. It is unclear if
such fine-tuning is either properly definable or possible.</p>
      <p>Economica</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Arkin</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <year>2009</year>
          .
          <article-title>Governing lethal behavior in autonomous robots</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Arrhenius</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <year>2000</year>
          .
          <article-title>An impossibility theorem for welfarist axiologies</article-title>
          .
          <source>Economics &amp; Philosophy</source>
          <volume>16</volume>
          (
          <issue>2</issue>
          ):
          <fpage>247</fpage>
          -
          <lpage>266</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Arrhenius</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <year>2004</year>
          .
          <article-title>The paradoxes of future generations and normative theory</article-title>
          .
          <source>The repugnant conclusion 201-218.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Arrow</surname>
            ,
            <given-names>K. J.</given-names>
          </string-name>
          <year>1950</year>
          .
          <article-title>A difficulty in the concept of social welfare</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <source>Journal of political economy 58</source>
          <volume>(4)</volume>
          :
          <fpage>328</fpage>
          -
          <lpage>346</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Asheim</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <year>2010</year>
          .
          <article-title>Intergenerational equity</article-title>
          .
          <source>Annual Review of Economics</source>
          <volume>2</volume>
          (
          <issue>1</issue>
          ):
          <fpage>197</fpage>
          -
          <lpage>222</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Belay</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Robot ethics and self-driving cars: How ethical determinations in software will require a new legal framework</article-title>
          .
          <source>J.</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Legal</given-names>
            <surname>Prof</surname>
          </string-name>
          .
          <volume>40</volume>
          :
          <fpage>119</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Bishop</surname>
            ,
            <given-names>C. M.</given-names>
          </string-name>
          <year>2006</year>
          .
          <article-title>Pattern recognition and machine learning</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Bonnefon</surname>
            ,
            <given-names>J.-F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Shariff</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Rahwan</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Autonomous vehicles need experimental ethics: are we ready for utilitarian cars? arXiv preprint</article-title>
          arXiv:
          <volume>1510</volume>
          .
          <fpage>03346</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Bostrom</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2003</year>
          .
          <article-title>Ethical issues in advanced artificial intelligence</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Science</given-names>
            <surname>Fiction</surname>
          </string-name>
          and Philosophy: From Time Travel to Superintelligence 277-284.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Bostrom</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2014</year>
          . Superintelligence: Paths, Dangers, Strategies.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Bouneffouf</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bouzeghoub</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Gançarski</surname>
            ,
            <given-names>A. L.</given-names>
          </string-name>
          <year>2012</year>
          .
          <article-title>A contextual-bandit algorithm for mobile context-aware recommender system</article-title>
          .
          <source>In Proc. NIPS</source>
          ,
          <fpage>324</fpage>
          -
          <lpage>331</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Broome</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>1985</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Broome</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2004</year>
          .
          <string-name>
            <given-names>Weighing</given-names>
            <surname>Lives</surname>
          </string-name>
          . Oxford scholarship online.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Chouldechova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Fair prediction with disparate impact: A study of bias in recidivism prediction instruments</article-title>
          .
          <source>Big Data</source>
          <volume>5</volume>
          (
          <issue>2</issue>
          ):
          <fpage>153</fpage>
          -
          <lpage>163</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Christiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Leike</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ; Brown, T. B.;
          <string-name>
            <surname>Martic</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Legg</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Amodei</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Deep reinforcement learning from human preferences</article-title>
          .
          <source>arXiv preprint arXiv:1706</source>
          .
          <fpage>03741</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Daswani</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Leike</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>A definition of happiness for reinforcement learning agents</article-title>
          .
          <source>In AGI</source>
          , volume
          <volume>9205</volume>
          of Lecture Notes in Computer Science,
          <volume>231</volume>
          -
          <fpage>240</fpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>de Beauvoir</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>1947</year>
          .
          <article-title>The Ethics of Ambiguity. Alfred A</article-title>
          . Knopf.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Gerdes</surname>
            ,
            <given-names>J. C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Thornton</surname>
            ,
            <given-names>S. M.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Implementable ethics for autonomous vehicles</article-title>
          . In Autonomous Driving. Springer.
          <fpage>87</fpage>
          -
          <lpage>102</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Goodall</surname>
            ,
            <given-names>N. J.</given-names>
          </string-name>
          <year>2014</year>
          .
          <article-title>Machine ethics and automated vehicles</article-title>
          .
          <source>In Road vehicle automation</source>
          . Springer.
          <fpage>93</fpage>
          -
          <lpage>102</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>Govindarajulu</surname>
            ,
            <given-names>N. S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Bringsjord</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>On automating the doctrine of double effect</article-title>
          .
          <source>arXiv preprint arXiv:1703</source>
          .
          <fpage>08922</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>https://philarchive.org/archive/GREMUA-2.</mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          2017.
          <article-title>Moral uncerPhilArchive preprint Guillory, A., and</article-title>
          <string-name>
            <surname>Bilmes</surname>
            ,
            <given-names>J. A.</given-names>
          </string-name>
          <year>2011</year>
          .
          <article-title>Simultaneous learning and covering with adversarial noise</article-title>
          .
          <source>In Proc. ICML-11</source>
          ,
          <fpage>369</fpage>
          -
          <lpage>376</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sanner</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2010</year>
          .
          <article-title>Real-time multiattribute bayesian preference elicitation with pairwise comparison queries</article-title>
          .
          <source>In International Conference on Artificial Intelligence and Statistics</source>
          ,
          <volume>289</volume>
          -
          <fpage>296</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>Hadfield-Menell</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Russell</surname>
            ,
            <given-names>S. J.</given-names>
          </string-name>
          ; Abbeel,
          <string-name>
            <given-names>P.</given-names>
            ; and
            <surname>Dragan</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <article-title>Cooperative inverse reinforcement learning</article-title>
          .
          <source>In Proc. NIPS</source>
          ,
          <fpage>3909</fpage>
          -
          <lpage>3917</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <surname>Hindy</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>The “Terrible Simplifiers” of Totalitarianism: How Certainty Can Ruin a Population. Stanford Freedom Project</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <string-name>
            <surname>Holladay</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ; Javdani,
          <string-name>
            <given-names>S.</given-names>
            ;
            <surname>Dragan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ; and
            <surname>Srinivasa</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>Active comparison based learning incorporating user uncertainty and noise</article-title>
          .
          <source>In RSS Workshop on Model Learning for Human-Robot Communication.</source>
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <string-name>
            <surname>Huemer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>2008</year>
          .
          <article-title>In defence of repugnance</article-title>
          .
          <source>Mind</source>
          <volume>117</volume>
          (
          <issue>468</issue>
          ):
          <fpage>899</fpage>
          -
          <lpage>933</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <surname>Kleinberg</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ; Mullainathan,
          <string-name>
            <surname>S.</surname>
          </string-name>
          ; and Raghavan,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <year>2017</year>
          .
          <article-title>Inherent Trade-Offs in the Fair Determination of Risk Scores</article-title>
          . In Papadimitriou, C. H., ed.,
          <source>8th Innovations in Theoretical Computer Science Conference (ITCS</source>
          <year>2017</year>
          ), volume
          <volume>67</volume>
          <source>of Leibniz International Proceedings in Informatics (LIPIcs)</source>
          ,
          <volume>43</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>43</lpage>
          :
          <fpage>23</fpage>
          . Dagstuhl, Germany:
          <article-title>Schloss Dagstuhl-Leibniz-Zentrum fuer Informatik</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Why ethics matters for autonomous cars</article-title>
          . In Autonomous Driving. Springer.
          <fpage>69</fpage>
          -
          <lpage>85</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>Y.-K.</given-names>
          </string-name>
          <year>1989</year>
          .
          <article-title>What should we do about future generations?: Impossibility of parfit's theory x</article-title>
          .
          <source>Economics &amp; Philosophy</source>
          <volume>5</volume>
          (
          <issue>2</issue>
          ):
          <fpage>235</fpage>
          -
          <lpage>253</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <string-name>
            <surname>Nyholm</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Smids</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>The ethics of accident-algorithms for self-driving cars: an applied trolley problem?</article-title>
          <source>Ethical Theory and Moral Practice</source>
          <volume>19</volume>
          (
          <issue>5</issue>
          ):
          <fpage>1275</fpage>
          -
          <lpage>1289</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          <string-name>
            <surname>Omohundro</surname>
            ,
            <given-names>S. M.</given-names>
          </string-name>
          <year>2008</year>
          .
          <article-title>The basic AI drives</article-title>
          .
          <source>In Proc. AGI</source>
          , volume
          <volume>1</volume>
          ,
          <fpage>483</fpage>
          -
          <lpage>492</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          <string-name>
            <surname>Parasuraman</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Manzey</surname>
            ,
            <given-names>D. H.</given-names>
          </string-name>
          <year>2010</year>
          .
          <article-title>Complacency and bias in human use of automation: An attentional integration</article-title>
          .
          <source>Human Factors</source>
          <volume>52</volume>
          (
          <issue>3</issue>
          ):
          <fpage>381</fpage>
          -
          <lpage>410</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          <string-name>
            <surname>Parfit</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <year>1984</year>
          .
          <article-title>Reasons and persons</article-title>
          .
          <source>OUP Oxford.</source>
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          <string-name>
            <surname>Riek</surname>
            ,
            <given-names>L. D.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Howard</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <year>2014</year>
          .
          <article-title>A code of ethics for the humanrobot interaction profession</article-title>
          .
          <source>In We Robot</source>
          . Stanford Law School.
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          <string-name>
            <surname>Roff</surname>
            ,
            <given-names>H. M.</given-names>
          </string-name>
          <year>2014</year>
          .
          <article-title>The strategic robot problem: Lethal autonomous weapons in war</article-title>
          .
          <source>Journal of Military Ethics</source>
          <volume>13</volume>
          (
          <issue>3</issue>
          ):
          <fpage>211</fpage>
          -
          <lpage>227</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          <string-name>
            <surname>Russell</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Norvig</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <year>2003</year>
          .
          <article-title>Artificial Intelligence: A modern approach</article-title>
          . Prentice-Hall, Egnlewood Cliffs.
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          <string-name>
            <surname>Saunders</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ; Sastry,
          <string-name>
            <given-names>G.</given-names>
            ;
            <surname>Stuhlmueller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ; and
            <surname>Evans</surname>
          </string-name>
          ,
          <string-name>
            <surname>O.</surname>
          </string-name>
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          <article-title>Trial without error: Towards safe reinforcement learning via human intervention</article-title>
          .
          <source>arXiv preprint arXiv:1707</source>
          .
          <fpage>05173</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          <string-name>
            <surname>Schumm</surname>
            ,
            <given-names>G. F.</given-names>
          </string-name>
          <year>1987</year>
          .
          <article-title>Transitivity, preference and indifference</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          <source>Philosophical Studies</source>
          <volume>52</volume>
          (
          <issue>3</issue>
          ):
          <fpage>435</fpage>
          -
          <lpage>437</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          <string-name>
            <surname>Stigler</surname>
            ,
            <given-names>G. J.</given-names>
          </string-name>
          <year>1950</year>
          .
          <article-title>The development of utility theory</article-title>
          .
          <source>Journal of Political Economy</source>
          <volume>58</volume>
          (
          <issue>4</issue>
          ):
          <fpage>307</fpage>
          -
          <lpage>327</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          <string-name>
            <surname>Taylor</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Quantilizers: A safer alternative to maximizers for limited optimization</article-title>
          .
          <source>In AAAI Workshop: AI</source>
          ,
          <string-name>
            <surname>Ethics</surname>
          </string-name>
          , and Society.
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          <string-name>
            <surname>Tegmark</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Life 3.0: Being Human in the Age of Artificial Intelligence</article-title>
          . Alfred A. Knopf.
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          <string-name>
            <surname>Young</surname>
            ,
            <given-names>J. W.</given-names>
          </string-name>
          <year>1991</year>
          .
          <article-title>Totalitarian Language: Orwell's Newspeak and Its Nazi and Communist Antecedents</article-title>
          . University of Virgina Press.
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          <string-name>
            <surname>Yudkowsky</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <year>2011</year>
          .
          <article-title>Complex value systems in friendly ai</article-title>
          .
          <source>In Proc. AGI</source>
          ,
          <fpage>388</fpage>
          -
          <lpage>393</lpage>
          . Springer.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>