roomylee / entity-aware-relation-classification

Tensorflow Implementation of "Semantic Relation Classification via Bidirectional LSTM Networks with Entity-aware Attention using Latent Entity Typing" (arXiv 2019)
https://arxiv.org/abs/1901.08163
108 stars 26 forks source link

Question about latent type? #5

Open neilx4 opened 5 years ago

neilx4 commented 5 years ago

Hi,

First, thanks for sharing your work here. I totally enjoyed reading your paper, but I am a bit confused about how the latent type was obtained. Was it computed during the training? Or was it pre-calculated? And what is the latent type vector c in equation 3.11 and 3.12?

Thanks in advance, Neil