Given a visual maze and a set of natural-language rules, the model is required to understand the environment, follow the rules, and generate a valid multi-step trajectory.
The checkpoints are PEFT/LoRA adapters and should be loaded together with the base model:
The models are trained using the RuleMaze DMP training pipeline with LLaMA-Factory.
For training and evaluation details, please refer to the official code repository.
1@misc{rulemaze,
2 title = {Rule-Compliant Visual Spatial Planning for Multimodal Large Language Models},
3 author = {Yu Chen, Ting Lei, Yaoyi Li, Jia Cai, Zhecen Wu and Yang Liu},
4 year = {2026},
5 note = {Code and dataset release}
6}