Otter: A Time-Aware, History-Conditioned Human Chess AI - CloudYume
Otter: A Time-Aware, History-Conditioned Human Chess AI
· /
事実関係
arXiv:2608.05206v1 Announce Type: new Abstract: Otter is a 15.3M-parameter human chess AI that predicts human move selection by modeling play as a time-aware, sequential process rather than treating each position in isol
尽管原文未提供具体的性能基准测试结果,但 Otter 的发布正值 AI 应用向更精细、更人性化方向演进的大背景之下。例如,近期有研究显示 AI 在模拟对话中会对不同社会层级(如上级与下属)表现出差异化响应 Science News,而火山引擎的 Seedance 2.5 视频模型也在追求“真人感”和长叙事能力 中新网。Otter 在棋类 AI 领域的探索,正是这种趋势的体现:技术指标不再是唯一追求,对人类行为细微差别的捕捉与模拟正成为新的前沿。未来,这类模型或可与边缘计算设备结合,例如韩国 Mobilint 推出的 USB AI 加速器 IT之家,使得轻量级的人类行为模拟 AI 能在本地实时运行,为个人用户提供更私密、低延迟的智能陪练体验。
arXiv:2608.05206v1 Announce Type: new Abstract: Otter is a 15.3M-parameter human chess AI that predicts human move selection by modeling play as a time-aware, sequential process rather than treating each position in isolation. It combines two conditioning signals: (1) a move history encoder that conditions predictions on the last 20 moves, capturing opening preferences, positional drift, and intra-game behavioral tendencies; and (2) a time control module that modulates predictions based on clock pressure. Otter is trained on 6.1 billion positions from 117 million Lichess rapid games over 30 days on a single T4 GPU. Otter achieves 55.23% top-1 and 90.95% top-5 move-prediction accuracy, surpassing the prior state-of-the-art human chess model, Maia 2, with far fewer parameters and less training data. Across 11 Elo brackets ( =2000), accuracy peaks at 57.38% in the 1900-1999 bracket. These results show that modeling chess as a time-aware, sequential activity yields more human-accurate move prediction than position-only approaches, using a smaller model. Code, trained models, and complete training logs are publicly released.