Tensorflow Implementation of "Semantic Relation Classification via Bidirectional LSTM Networks with Entity-aware Attention using Latent Entity Typing" (arXiv 2019)
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?
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