Aligning Superhuman AI with Human Behavior: Chess As a Model System

Aligning Superhuman AI with Human Behavior: Chess As a Model System

Aligning Superhuman AI with Human Behavior: Chess as a Model System Reid McIlroy-Young Siddhartha Sen [email protected] [email protected] Department of Computer Science Microsoft Research University of Toronto Jon Kleinberg Ashton Anderson [email protected] [email protected] Department of Computer Science Department of Computer Science Cornell University University of Toronto ABSTRACT CCS CONCEPTS As artificial intelligence becomes increasingly intelligent—in some • Human-centered computing → Empirical studies in collab- cases, achieving superhuman performance—there is growing po- orative and social computing. tential for humans to learn from and collaborate with algorithms. However, the ways in which AI systems approach problems are often KEYWORDS different from the ways people do, and thus may be uninterpretable Human-AI collaboration, Action Prediction, Chess and hard to learn from. A crucial step in bridging this gap between hu- man and artificial intelligence is modeling the granular actions that ACM Reference Format: constitute human behavior, rather than simply matching aggregate Reid McIlroy-Young, Siddhartha Sen, Jon Kleinberg, and Ashton Anderson. human performance. 2020. Aligning Superhuman AI with Human Behavior: Chess as a Model Sys- tem. In Proceedings of the 26th ACM SIGKDD Conference on Knowledge Discov- We pursue this goal in a model system with a long history in ery and Data Mining (KDD ’20), August 23–27, 2020, Virtual Event, CA, USA. artificial intelligence: chess. The aggregate performance of achess ACM, New York, NY, USA, 11 pages. https://doi.org/10.1145/3394486.3403219 player unfolds as they make decisions over the course of a game. The hundreds of millions of games played online by players at every skill level form a rich source of data in which these decisions, and their 1 INTRODUCTION exact context, are recorded in minute detail. Applying existing chess Artificial intelligence is becoming increasingly intelligent, equalling engines to this data, including an open-source implementation of and surpassing peak human performance in an increasing range AlphaZero, we find that they do not predict human moves well. of domains [6, 14]. In some areas, once algorithms surpass human We develop and introduce Maia, a customized version of Alpha- performance, people will likely stop performing tasks themselves Zero trained on human chess games, that predicts human moves (e.g. solving large systems of equations). But there are many reasons at a much higher accuracy than existing engines, and can achieve why other domains will continue to see a combination of human and maximum accuracy when predicting decisions made by players at AI participation even after AI exceeds human performance—either a specific skill level in a tuneable way. For a dual task of predicting because of long transitional periods during which people and algo- whether a human will make a large mistake on the next move, we rithms collaborate; or due to regulations requiring human oversight develop a deep neural network that significantly outperforms com- for important decisions; or because people inherently enjoy them. petitive baselines. Taken together, our results suggest that there is In such domains, there are rich opportunities for well-designed algo- substantial promise in designing artificial intelligence systems with rithms to assist, inform, or teach humans. The central challenge in human collaboration in mind by first accurately modeling granular realizing these opportunities is that algorithms approach problems human decision-making. very differently from the ways people do, and thus may be uninter- pretable, hard to learn from, or even dangerous for humans to follow. A basic step in these longer-range goals is thus to develop AI techniques that help reduce the gap between human and algorithmic approaches to solving problems in a given domain. This is a genre of problem that is distinct from maximizing the performance of AI Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed against an absolute standard; instead, it asks whether we can create for profit or commercial advantage and that copies bear this notice and the full citation algorithms that more closely approximate human performance— on the first page. Copyrights for components of this work owned by others than ACM using fidelity to human output as the target rather than an absolute must be honored. Abstracting with credit is permitted. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or standard of ground truth. This type of question has begun to arise in a fee. Request permissions from [email protected]. a number of domains where human specialists with deep expertise KDD ’20, August 23–27, 2020, Virtual Event, CA, USA engage in decision-making with high stakes, for applications such © 2020 Association for Computing Machinery. ACM ISBN 978-1-4503-7998-4/20/08...$15.00 as medicine, law, hiring, or lending [10]. But it remains difficult even https://doi.org/10.1145/3394486.3403219 to define the question precisely in general. Approximating human KDD ’20, August 23–27, 2020, Virtual Event, CA, USA R. McIlroy-Young, S. Sen, J. Kleinberg, and A. Anderson performance should not simply mean matching overall performance; to play chess in ever-increasing numbers, playing over one billion a human and an AI system performing the same classification task games online in 2019 alone. The positions players faced, the moves with comparable levels of accuracy might nonetheless be making ex- they made, and the amounts of time they took to play each move tremely different decisions on those cases where they disagree. The are digitally recorded and available as input to machine learning crucial question is whether we can create AI systems that approx- systems (point (ii)). Finally, chess is instrumented by a highly accu- imately emulate human performance on an instance-by-instance ba- rate rating system that measures the skill of each player, and chess sis, implicitly modeling human behavior rather than simply matching admits one of the widest ranges of skill between total amateurs and aggregate human performance. Moreover, the granularity matters— world champions of any game (point (iii)). each instance of a complex task tends to involve a sequence of indi- What does it mean to accurately model granular human behavior vidual judgments, and aligning human and AI behavior benefits from in chess? We take a dual approach. First and foremost, we aim to performing the alignment at the most fine-grained level available. be able to predict the decisions people make during the course of a Furthermore, as human ability in domains varies widely, we want game. This stands in contrast with mainstream research in computer systems that can emulate human behavior at different levels of exper- chess, where the goal is to algorithmically play moves that are most tise in a tuneable way. However, we currently fail to understand cru- likely to lead to victory. Thus, given a position, instead of asking cial dimensions of this question. In particular, consider a domain in “What move should be played?”, we are asking, “What move will a which the strongest AI systems significantly outperform the best hu- human play?”. Furthermore, following our motivation of producing man experts. Such AI systems tend to have natural one-dimensional AI systems that can align their behavior to humans at many different parameterizations along which their performance monotonically levels of skill, we aim to be able to accurately predict moves made by increases—for example, we can vary the amount of training data players from a wide variety of skill levels. This refines our question in the case of data-driven classification, or the amount of compu- to: “What move will a human at this skill level play?”. tation time or search depth in the case of combinatorial search. It Secondly, we aim to be able to predict when chess players will is natural, therefore, to consider attenuating the system along this make a significant mistake. An algorithmic agent with an under- one-dimensional path—e.g., systematically reducing the amount of standing of when humans of various levels are likely to go wrong training data or computation time—to successively match different would clearly be a valuable guide to human partners. levels of aggregate human performance. We sometimes imagine that Chess is also a domain in which the process of attenuating power- this might make the system more human-like in its behavior; but in ful algorithms has been extensively studied. As chess engines became fact, there is no particular reason why this needs to be the case. In stronger, playing against them became less fun and instructive for fact, we have very little understanding of this fundamental attenu- people. In response to this, online chess platforms and enthusiasts ation problem: do simple syntactic ways of reducing an AI system’s started to develop weaker engines so that people could play them and performance bring it into closer alignment with human behavior, or stand a fighting chance. The most natural method, which continues do they move it further away? And if these simple methods do not to be the main technique today, is limiting the depth of the game tree achieve the desired alignment, can we find a more complex but more that engines are allowed to search, effectively imposing “bounded principled parametrization of the AI system, such that successive rationality” constraints on chess engines. But does this standard waypoints along this parametrization match the detailed behavior method of attenuation produce better alignment with human behav- of different levels of human expertise? ior? That is, does a chess engine that has been weakened in this way do a better job of predicting human moves? A Model System with Fine-Grained Human Behavior.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    11 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us