RSAN
RSAN copied to clipboard
Source code for IJCAI 2020 paper "A Relation-Specific Attention Network for Joint Entity and Relation Extraction"
Excuse me,when training the model, all the indicators in the validation set test have specific values, but after the training, all the indicators in the test set test are 0.what...
nltk
Resource averaged_perceptron_tagger not found. Please use the NLTK Downloader to obtain the resource: >>> import nltk >>> nltk.download('averaged_perceptron_tagger') For more information see: https://www.nltk.org/data.html Attempted to load taggers/averaged_perceptron_tagger/averaged_perceptron_tagger.pickle Searched in: -...
这和论文中的数据相差甚远 请问训练周期不够吗 我看到模型在第66个周期开始精度就不怎么变了
In the paper,you used BiLSTM. But you actually used GRU in the Encoder instead of BiLSTM. Why you choose the GRU?
Traceback (most recent call last): File "C:\Users\Usuario\Desktop\faiz papers\new\RSAN-master\data_prepare.py", line 256, in Prepare.prepare() File "C:\Users\Usuario\Desktop\faiz papers\new\RSAN-master\data_prepare.py", line 52, in prepare dev_f, dev_l = self.process_dev_test(self.dev_data) File "C:\Users\Usuario\Desktop\faiz papers\new\RSAN-master\data_prepare.py", line 119, in process_dev_test...