vacancy / NSCL-PyTorch-Release

PyTorch implementation for the Neuro-Symbolic Concept Learner (NS-CL).
http://nscl.csail.mit.edu
MIT License
416 stars 94 forks source link

Replicating experiments on VQS #3

Open chaitanyamalaviya opened 5 years ago

chaitanyamalaviya commented 5 years ago

Hi!

Just wanted to make a request. Would it be possible for you to add instructions in the README.md for how one can replicate results on the VQS dataset?

Thanks!

chaitanyamalaviya commented 5 years ago

Further, it would help if you could clarify whether 1) the DSL for CLEVR specified in Table 9 of your paper was borrowed for producing the latent program for VQS as well? 2) how the module specific language for the pre-trained dependency parser from Andreas et al (2016) (e.g. ['_Find', '_Find', '_And', '_Describe']) was mapped to the operators used (e.g. Exist, Filter, Relate in Figure 10) for running the NS-CL model on VQS?

arielsho commented 3 years ago

I'd like to make the same request, it will be helpful to have more instructions on reproducing the results on VQS. Thanks! @vacancy