paper-with-me

Papers

Designing Skill-Compatible AI: Methodologies and Frameworks in Chess

2024-05-08 · Karim Hamade, Reid McIlroy-Young, Siddhartha Sen, Jon Kleinberg, Ashton Anderson

Powerful artificial intelligence systems are often used in settings where they must interact with agents that are computationally much weaker, for example when they work alongside humans or operate in complex environments where some tasks are handled by algorithms, heuristics, or other entities of varying computational power. For AI agents to successfully interact in these settings, however, achieving superhuman performance alone is not sufficient; they also need to account for suboptimal actions or idiosyncratic style from their less-skilled counterparts. We propose a formal evaluation framework for assessing the compatibility of near-optimal AI with interaction partners who may have much lower levels of skill; we use popular collaborative chess variants as model systems to study and develop AI agents that can successfully interact with lower-skill entities. Traditional chess engines designed to output near-optimal moves prove to be inadequate partners when paired with engines of various lower skill levels in this domain, as they are not designed to consider the presence of other agents. We contribute three methodologies to explicitly create skill-compatible AI agents in complex decision-making settings, and two chess game frameworks designed to foster collaboration between powerful AI agents and less-skilled partners. On these frameworks, our agents outperform state-of-the-art chess AI (based on AlphaZero) despite being weaker in conventional chess, demonstrating that skill-compatibility is a tangible trait that is qualitatively and measurably distinct from raw performance. Our evaluations further explore and clarify the mechanisms by which our agents achieve skill-compatibility.

📄 PDF Abstract BibTeX arXiv:2405.05066

Code (1)

csslab/skill-compatibility-chess 공식 구현 tf

Similar Papers 제목 키워드 기반

Accelerating Skill Assessment in Chess: A Drift-Diffusion-Enhanced Elo Rating System

2026-06-24 · Tianyuan Zhou, Zhizheng Fu, Tianming Yang arxiv

Rating systems such as Elo serve as the gold standard for matchmaking in competitive chess. However, they inherently suffer from response lag due to their exclusive reliance on match outcomes, neglecting the granular qua…

Enfoque Odychess: Un método dialéctico, constructivista y adaptativo para la enseñanza del ajedrez con inteligencias artificiales generativas

2025-05-10 · Ernesto Giralt Hernandez, Lazaro Antonio Bueno Perez

Chess teaching has evolved through different approaches, however, traditional methodologies, often based on memorization, contrast with the new possibilities offered by generative artificial intelligence, a technology st…

Language ModelingLanguage ModellingMemorizationparameter-efficient fine-tuning

ChessQA: Evaluating Large Language Models for Chess Understanding

2025-10-28 · Qianfeng Wen, Zhenwei Tang, Ashton Anderson arxiv

Chess provides an ideal testbed for evaluating the reasoning, modeling, and abstraction capabilities of large language models (LLMs), as it has well-defined structure and objective ground truth while admitting a wide spe…

Predicting Human Chess Moves: An AI Assisted Analysis of Chess Games Using Skill-group Specific n-gram Language Models

2025-12-01 · Daren Zhong, Dingcheng Huang, Clayton Greenberg arxiv

Chess, a deterministic game with perfect information, has long served as a benchmark for studying strategic decision-making and artificial intelligence. Traditional chess engines or tools for analysis primarily focus on …

Computational Efficiency

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 wh…

Decision Making