Open
Description
-
A compositional neural instance retriver can parse and encode a class expression into a continuous vector, which is then used together with the embedding of an individual to produce a probability "that the individual is an instance of the class expression"
-
We plan to implement three compositional neural instance retrievers based on: 1) a transformer architecture, 2) an rnn architecture, 3) the NAND operator and direct interpretations of DL concetpts as sets
-
An initial implementation with a transformer architecture is available at https://github.com/dice-group/CoNeuralReasoner
-
Integration should start in the coming weeks