EncDecDRSparsing icon indicating copy to clipboard operation
EncDecDRSparsing copied to clipboard

The codes to the paper "Discourse Representation Structure Parsing"

Results 3 EncDecDRSparsing issues
Sort by recently updated
recently updated
newest added

In line 53, word_embedded, pretrain_embedded and lemma_embedded, these three are of different dimensions, so they clearly cannot be concatenated. ``` embeds = self.tanh(self.embeds2input(torch.cat((word_embedded, pretrain_embedded, lemma_embedded), 1))).view(len(sentence[0]),1,-1) ``` How to run...

Hello, Congratulations for your great work. The link to the pre-trained model seems to be down. Could you please update it?

Thinks for your code.I have a question about the data folder.I just want to know how to get the same data form as you.Such as 'test.input' 'train.input'and'dev.input'.