CHILDES-SRL icon indicating copy to clipboard operation
CHILDES-SRL copied to clipboard

Where to find the AllenNLP implementation of Peng Shi's 2019 paper

Open chaojiang06 opened this issue 5 years ago • 2 comments
trafficstars

Hi Philip,

I was wondering do you know where to find the implementation of Shi et al., 2019 paper? I also thought AllenNLP package has it. But I only found srl_bert_model. The code is quite different from what described in the paper, as it doesn't have BiLSTM layer after BERT embedding.

Therefore, I was wondering do you know where to find the implementation of that paper? Any help will be appreciated!

chaojiang06 avatar May 10 '20 23:05 chaojiang06

The code is different, yes. AllenNLP says that it is "a re-implementation of a BERT based model (Shi et al, 2019) with some modifications" There is no LSTM in the AllenNLP or in this repository's implementation.

phueb avatar May 12 '20 16:05 phueb

Hi Philip,

Yeah, one of their authors said no LSTM is on purpose. Now I am clear. Thank you!

chaojiang06 avatar May 12 '20 16:05 chaojiang06