paper-with-me

Papers

Chess\_db: A framework for working with large chess game datasets

2026-07-23 · Nicos Angelopoulos, Jan Wielemaker arxiv

Chess is a two player strategic game that is embedded in classical AI culture as it was once the frontier for intelligent behaviour. There was the silent assumption that the advent of computer engines that play better than the best humans will extinguish interest in the game. However, the opposite has come to pass, with a growing following for the game. A lot of the computational resources are now centered around training of players, where the engine output is just one aspect. Access to past games is also an essential part, both in knowing what games a specific player has played previously, and also which continuations at a certain position have led to victory more often for each of the two colour players. We present Chess_db a suite of logic programming tools that can effectively manipulate games both in memory and via creating back end databases. In particular, we provide versatile code that creates databases from PGN (portable game notation) game files and explore the suitability of open source key-value databases for storing position tables that provide near-instant access to information pertaining to substantially large number of games.

📄 PDF Abstract BibTeX arXiv:2607.21195

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Generate Move-by-Move Commentary for Chess Games from Large-Scale Social Forum Data

2018-07-01 · ACL 2018 7 · Harsh Jhamtani, Varun Gangal, Eduard Hovy, Graham Neubig 외

This paper examines the problem of generating natural language descriptions of chess games. We introduce a new large-scale chess commentary dataset and propose methods to generate commentary for individual moves in a che…

Game of ChessText Generation

Large-scale Analysis of Chess Games with Chess Engines: A Preliminary Report

2016-04-28 · Mathieu Acher, François Esnault

The strength of chess engines together with the availability of numerous chess games have attracted the attention of chess players, data scientists, and researchers during the last decades. State-of-the-art engines now p…

Decision Making

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

ChessArena: A Chess Testbed for Evaluating Strategic Reasoning Capabilities of Large Language Models

2025-09-29 · Jincheng Liu, Sijun He, Jingjing Wu, Xiangsen Wang 외 arxiv

Recent large language models (LLMs) have shown strong reasoning capabilities. However, a critical question remains: do these models possess genuine strategic reasoning, or do they primarily excel at pattern recognition? …

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 …