Open Creling opened 2 years ago
The model will output a (n+1) * (n+1) matrix given an input sentence with n words. Could you kindly explain what does the matrix represent and from where does the +1 come?
In my opinion, +1 come from the addition of node "ROOT", for it is a joint representation of both dependency tree and constituency tree.
The model will output a (n+1) * (n+1) matrix given an input sentence with n words. Could you kindly explain what does the matrix represent and from where does the +1 come?