Hi! Thank you for releasing such a clean and inspiring piece of work.
I read the paper carefully and really enjoyed it — the minimalist generative VLP direction feels genuinely refreshing, and as someone who also liked SuperClass, GenLIP has quickly become one of my favorite VLP papers. I'd love to reproduce the reported results faithfully and build on top of them, so I have a few questions if you'd be willing to clarify.
1. Stage-wise dataset configuration.
The training scripts reference Recap-DataComp-1B for Stage 1, and Infinity-MM (stage1) + BLIP3o-Pretrain-Long-Caption for Stage 2, plus two optional datasets (CapRL-2M, PLM-Image-Auto caption parts). The paper only mentions the first three. Are the reported numbers reproducible using just the paper-mentioned datasets? And could you share the role of the optional ones — were they used in additional experiments / ablations not covered in the paper, or are they suggested for a stronger variant?
2. Multi-node training setup.
The current script launches with torchrun on a single node, but I assume the actual runs were multi-node. Could you share the multi-node launch configuration (number of nodes, etc.) you used, so we can match the original setup as closely as possible?
3. Codebase parity.
Just to confirm — is the current public codebase the same one used to train the final reported models? i.e. if we follow it with the matching config, should we expect to land near the paper's numbers?
4. Training / eval logs, if possible.
I realize this is a bigger ask, but if any portion of the training or evaluation logs could be shared, it would be enormously helpful for sanity-checking our reproduction — loss curves and intermediate eval numbers alone would already be plenty.
Thanks again for the open release! Really looking forward to building on this work, and happy to contribute back anything useful that comes out of the reproduction effort.
Hi! Thank you for releasing such a clean and inspiring piece of work.
I read the paper carefully and really enjoyed it — the minimalist generative VLP direction feels genuinely refreshing, and as someone who also liked SuperClass, GenLIP has quickly become one of my favorite VLP papers. I'd love to reproduce the reported results faithfully and build on top of them, so I have a few questions if you'd be willing to clarify.
1. Stage-wise dataset configuration.
The training scripts reference Recap-DataComp-1B for Stage 1, and Infinity-MM (stage1) + BLIP3o-Pretrain-Long-Caption for Stage 2, plus two optional datasets (CapRL-2M, PLM-Image-Auto caption parts). The paper only mentions the first three. Are the reported numbers reproducible using just the paper-mentioned datasets? And could you share the role of the optional ones — were they used in additional experiments / ablations not covered in the paper, or are they suggested for a stronger variant?
2. Multi-node training setup.
The current script launches with
torchrunon a single node, but I assume the actual runs were multi-node. Could you share the multi-node launch configuration (number of nodes, etc.) you used, so we can match the original setup as closely as possible?3. Codebase parity.
Just to confirm — is the current public codebase the same one used to train the final reported models? i.e. if we follow it with the matching config, should we expect to land near the paper's numbers?
4. Training / eval logs, if possible.
I realize this is a bigger ask, but if any portion of the training or evaluation logs could be shared, it would be enormously helpful for sanity-checking our reproduction — loss curves and intermediate eval numbers alone would already be plenty.
Thanks again for the open release! Really looking forward to building on this work, and happy to contribute back anything useful that comes out of the reproduction effort.