Closed zhongpeixiang closed 4 years ago
Thanks for your interest!
Current code and data in this repo are temporary placement for camera-ready. We will release full data and code soon. The paper is also revised for camera-ready, which we'll release later.
Thanks, looking forward to the final version
Hi,
In the paper (Eq. 20 in appendix A), relation embedding
r
has dim oftrans_units
butp
is initialized fromh_m
inH
(Eq. 1) and has dim ofunits
, how to compute the dot product between them?However, in the code (https://github.com/thunlp/ConceptFlow/blob/31bd5eb63c82a5f774872fa092d3f16a16584249/model.py#L146), it seems that
p
is initialized from the last hidden state of a node LSTM instead ofh_m
from a text GRU.