Transformer-based-pretrained-model-for-event-extraction icon indicating copy to clipboard operation
Transformer-based-pretrained-model-for-event-extraction copied to clipboard

使用基于Transformer的预训练模型在ACE2005数据集上进行事件抽取任务

Results 10 Transformer-based-pretrained-model-for-event-extraction issues
Sort by recently updated
recently updated
newest added

您好,论元的特征是由text emb + trigger emb+event emb表示的 然后输入到CRF中标注 但论元的CRF没有BIO的形式,直接就是纯纯的28类标签?

你好,想复现一下实验,但无奈没有渠道获取数据集,恳请作者能共享一下,我的邮箱是[email protected],谢谢

请问出现在跑这个代码的时候出现如下问题要怎么解决呢 OSError: Unable to load weights from pytorch checkpoint file. If you tried to load a PyTorch model from a TF 2.0 checkpoint, please set from_tf=True.

您好,请问您复现的DMCNN效果如何呢

请问这个事件抽取是open domain还是close domain?

Traceback (most recent call last): File "/Users//NLP/Transformer-based-pretrained-model-for-event-extraction/migration_model/train.py", line 13, in from model import Net File "/Users//NLP/Transformer-based-pretrained-model-for-event-extraction/migration_model/model.py", line 16, in from DataLoadAndTrain import idx2trigger, argument2idx File "/Users//NLP/Transformer-based-pretrained-model-for-event-extraction/migration_model/DataLoadAndTrain.py", line 12, in from...

python DataLoadAndTrain.py --LOSS_alpha=1 --lr=1e-5 --l2=1e-5 --early_stop=5 --PreTrain_Model="Gpt2" --batch_size=16 2023-03-01 10:52:17.583697: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libnvinfer.so.6'; dlerror: libnvinfer.so.6: cannot open shared object file: No such file or directory;...