Interactive Demos
RookWorld-LM Reasoning & World Model Demo
Experience transparent reasoning with ROOK-LM and RookWorld-LM. Watch the models think step-by-step through chess positions with streaming chain-of-thought visualization.
Key Achievements:
- 🏆 32.1% Checkmate-in-One - outperforms ChessGPT-Base (26.5%) with 24x fewer parameters
- ChessGPT: 3B params, NeurIPS'23 dataset award (Feng et al.)
- 99.9% environment simulation accuracy
- Self-play without external engines
Client-side inference using ONNX Runtime (WASM). Downloads 285MB model from HuggingFace for browser-based generation. No server required.
ROOK-CLF-9M Multi-Component Analysis Demo
Comprehensive evaluation platform for the 9M parameter chess language model featuring interactive analysis, professional benchmarking, and attention visualization. Explore strategic reasoning capabilities through three specialized interfaces.
Features:
- Selfplay: Interactive chess board with real-time move analysis and autoplay
- Benchmark: Professional evaluation against research datasets (ChessBench, BIG-bench, Lichess)
- Interpretability (WIP 🚧): Attention rollout heatmaps and early logit lens visualization
- Performance: WebGPU acceleration with IndexedDB model caching
Research Benchmarks:
- 49% action accuracy (ChessBench)
- 57% checkmate-in-one accuracy (BIG-bench)
- Real-time evaluation with performance metrics
- Authentic research methodologies and datasets
Client-side inference using ONNX Runtime (WASM/WebGPU). Downloads 9MB quantized model. Runs entirely in your browser.
Publications
ROOK: Reasoning Over Organized Knowledge
LAION research note detailing the development of language models for strategic reasoning through chess, including architectural innovations and training methodologies.
Datasets & Models
Datasets
- rook_40m - 40M chess positions with Stockfish annotations
- rookworld_7m - Multi-task chess dataset
- yolochess_lichess-elite_2211 - Elite chess games dataset
Models
- ROOK-CLF-9M - Classification model
- RookWorld-LM-124M - Unified agent+environment
- RookWorld-RLVR - Work in progress