Shehab Anwer has open-sourced Agent-ProSAT, a pipeline that generates Chain-of-Thought (CoT) datasets by having an agent code and iteratively improve verifiable programmatic solvers rather than relying on model-generated text.

  • The system uses self-correcting loops to validate logical soundness against ground truth and held-out samples.
  • It was benchmarked on NVIDIA’s Nemotron Reasoning Challenge using "Alice in Wonderland" logic puzzles to test spatial and logical constraints.
  • The approach aims to reduce hallucination risks and improve token utilization in SFT/RL pipelines through programmatic review.

The author shares the codebase, a Kaggle notebook for fine-tuning, and the resulting ProSAT CoT dataset on Hugging Face.