Congratulations
First of all, congratulations on the NeurIPS 2025 Workshop acceptance and the arXiv release! It’s wonderful to see FireGNN gaining that level of recognition.
Context
While reviewing the repository I noticed that several entry points reference training scripts that aren’t present. For example, quick_start.py and run_pipeline.py import or invoke files such as models/train_baseline.py, fuzzy_models/train_fuzzy.py, and auxiliary_models/train_auxiliary.py, but these files are missing from the current tree. This makes it difficult to reproduce the training workflow the documentation describes.
Question
Could you please clarify whether the training scripts were intentionally omitted, or if they might have been left out of a commit by mistake? I’d be grateful for any guidance (or pointers to alternative entry points) so I can run the full pipeline as intended.
Congratulations
First of all, congratulations on the NeurIPS 2025 Workshop acceptance and the arXiv release! It’s wonderful to see FireGNN gaining that level of recognition.
Context
While reviewing the repository I noticed that several entry points reference training scripts that aren’t present. For example, quick_start.py and run_pipeline.py import or invoke files such as models/train_baseline.py, fuzzy_models/train_fuzzy.py, and auxiliary_models/train_auxiliary.py, but these files are missing from the current tree. This makes it difficult to reproduce the training workflow the documentation describes.
Question
Could you please clarify whether the training scripts were intentionally omitted, or if they might have been left out of a commit by mistake? I’d be grateful for any guidance (or pointers to alternative entry points) so I can run the full pipeline as intended.