vacancy / NSCL-PyTorch-Release

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

How is vocal.json being used? #22

Open aishniparab opened 1 year ago

aishniparab commented 1 year ago

Suppose the model predicts a synonym for metal, e.g. "shiny", how does the program executor map shiny to what it is really supposed to mean, i.e. metal?

vacancy commented 1 year ago

In NSCL we did not explicitly handle synonyms; they will be learned as separate concepts (they could have different embeddings)