paper-with-me

Papers

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

2020-06-02 · Reid McIlroy-Young, Siddhartha Sen, Jon Kleinberg, Ashton Anderson

As artificial intelligence becomes increasingly intelligent---in some cases, achieving superhuman performance---there is growing potential for humans to learn from and collaborate with algorithms. However, the ways in which AI systems approach problems are often different from the ways people do, and thus may be uninterpretable and hard to learn from. A crucial step in bridging this gap between human and artificial intelligence is modeling the granular actions that constitute human behavior, rather than simply matching aggregate human performance. We pursue this goal in a model system with a long history in artificial intelligence: chess. The aggregate performance of a chess 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 exact context, are recorded in minute detail. Applying existing chess engines to this data, including an open-source implementation of AlphaZero, we find that they do not predict human moves well. We develop and introduce Maia, a customized version of Alpha-Zero trained on human chess games, that predicts human moves at a much higher accuracy than existing engines, and can achieve maximum accuracy when predicting decisions made by players at a specific skill level in a tuneable way. For a dual task of predicting whether a human will make a large mistake on the next move, we develop a deep neural network that significantly outperforms competitive baselines. Taken together, our results suggest that there is substantial promise in designing artificial intelligence systems with human collaboration in mind by first accurately modeling granular human decision-making.

📄 PDF Abstract BibTeX arXiv:2006.01855

Code (1)

CSSLab/maia-chess 공식 구현 pytorch

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

AlphaZero AlphaZero is a reinforcement learning agent for playing board games such as Go, chess, and shogi.

Similar Papers 제목 키워드 기반

General search techniques without common knowledge for imperfect-information games, and application to superhuman Fog of War chess

2025-06-02 · Brian Hu Zhang, Tuomas Sandholm

Since the advent of AI, games have served as progress benchmarks. Meanwhile, imperfect-information variants of chess have existed for over a century, present extreme challenges, and have been the focus of significant AI …

Weak-to-Strong Generalization: Eliciting Strong Capabilities With Weak Supervision

2023-12-14 · Collin Burns, Pavel Izmailov, Jan Hendrik Kirchner, Bowen Baker 외

Widely used alignment techniques, such as reinforcement learning from human feedback (RLHF), rely on the ability of humans to supervise model behavior - for example, to evaluate whether a model faithfully followed instru…

Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm

2017-12-05 · David Silver, Thomas Hubert, Julian Schrittwieser, Ioannis Antonoglou 외

The game of chess is the most widely-studied domain in the history of artificial intelligence. The strongest programs are based on a combination of sophisticated search techniques, domain-specific adaptations, and handcr…

Game of ChessGame of GoGame of ShogiGeneral Reinforcement Learning+3

Maia-2: A Unified Model for Human-AI Alignment in Chess

2024-09-30 · Zhenwei Tang, Difan Jiao, Reid McIlroy-Young, Jon Kleinberg 외

There are an increasing number of domains in which artificial intelligence (AI) systems both surpass human ability and accurately model human behavior. This introduces the possibility of algorithmically-informed teaching…

Decision Making

Evaluating Superhuman Models with Consistency Checks

2023-06-16 · Lukas Fluri, Daniel Paleka, Florian Tramèr

If machine learning models were to achieve superhuman abilities at various reasoning or decision-making tasks, how would we go about evaluating such models, given that humans would necessarily be poor proxies for ground …

Decision Making