mikelkl

Results 5 comments of mikelkl

Hi @airkid @DorianKodelja, I got with conclusion with you, according to DMCNN paper: > An argument is correctly classifiedd if its event subtype, offsets and argument role match those of...

Hi @airkid, I got slightly higher result, but it's on my own randomly splitting test set, hv no idea if it can efficively represent the paper result.

Hi @airkid, I'm afraid I cannot do that coz I hv no ACE2005 English data

Hi @airkid, I noticed the same problem, so I write code below to pass pretrained word embedding: ```python def load_model(self, fine_tune, embeddingMatrix=None): if fine_tune is None: return EDModel(self.a.hps, self.get_device(), embeddingMatrix=embeddingMatrix)...

Hi @ycc1028, the paperr mentions that pre-trained Glove word embedding is used