Verification of the Implicit World Model in a Generative Model via Adversarial Sequences
Paper
• 2602.05903 • Published
This repo contains 48 chess-playing GPT-2 and LLaMA models, as well as 24 board state probes that were used in the experiments of the paper.
Each model architecture folder contains 6 subfolders for the 6 datasets used in our experiments. Each of these 6 subfolders contains 4 checkpoint files, corresponding to the four training methods we used:
next_token.ckptprob_dist.ckpt next_token_joint_probe.ckptprob_dist_joint_probe.ckptModels trained without a joint probe have their linear board state probes in the probes folder.
Paper links:
arXiv: https://arxiv.org/abs/2602.05903
HuggingFace: https://huggingface.co/papers/2602.05903
All corresponding code and links to further resources are available at https://github.com/szegedai/world-model-verification
If you use our code, models, or datasets, please cite the following:
@inproceedings{
balogh2026verification,
title={Verification of the Implicit World Model in a Generative Model via Adversarial Sequences},
author={Andr{\'a}s Balogh and M{\'a}rk Jelasity},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=BLOIB8CwBI}
}