CHILDES-SRL
CHILDES-SRL copied to clipboard
Where to find the AllenNLP implementation of Peng Shi's 2019 paper
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!
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.