You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for your work. It is really inspiring! I have read your paper but I have a couple of questions and the code didn't clarify them.
How do you create the initial node embeddings? i.e., given an SRL argument, how do you construct the embedding of the node that you put into the GCN? I see in 4.2 that you use GloVe for the graph encoder module, but I don't see how you create the embedding. If the SRL has 3 words, how do you aggregate the embedding of all those 3 words to create the node embedding?
From the paper:
However, I cannot find this in the code. How do you use the graph in the code for the answer span prediction?
In para_reader/model.py I found this, but the graph is not used here:
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thank you for your work. It is really inspiring! I have read your paper but I have a couple of questions and the code didn't clarify them.
How do you create the initial node embeddings? i.e., given an SRL argument, how do you construct the embedding of the node that you put into the GCN? I see in 4.2 that you use GloVe for the graph encoder module, but I don't see how you create the embedding. If the SRL has 3 words, how do you aggregate the embedding of all those 3 words to create the node embedding?
From the paper:
However, I cannot find this in the code. How do you use the graph in the code for the answer span prediction?
In para_reader/model.py I found this, but the graph is not used here:
Thank you
The text was updated successfully, but these errors were encountered: