wireless911 / span-aste

a sample pytorch Implementation of ACL 2021 research paper "Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction".
Apache License 2.0
38 stars 2 forks source link

用提供的15res,模型预测结果全为0 #8

Closed zy85 closed 1 year ago

zy85 commented 2 years ago

image

wireless911 commented 2 years ago

你可以把你训练的参数贴出来

nlpxjg commented 2 years ago

你好,我也遇到了同样的问题,训练参数就是你github主页的那个,结果全是0.

image
wireless911 commented 2 years ago

是训练过程全是0吗,我刚拉了下代码,测试没问题的啊,模型迭代到epoch=2 时的结果

Evaluation precision: 0.25000, recall: 0.00418, F1: 0.00823 best F1 performence has been updated: 0.00000 --> 0.00823

zy85 commented 2 years ago

多训练了几次可以了 ,但是训练时前半个小时结果也一直都是0

zy85 commented 2 years ago

c4a9cc40ba3aea0a718514f7e8d856e 请问一下我的结果和论文结果不同是怎么回事

zy85 commented 2 years ago

你好,我也遇到了同样的问题,训练参数就是你github主页的那个,结果全是0. 图像

我是多跑了几次,然后过了两天又可以了,不知道具体原因在哪里

wireless911 commented 2 years ago

c4a9cc40ba3aea0a718514f7e8d856e 请问一下我的结果和论文结果不同是怎么回事

你的结果是在验证集上的f1值吗,以下是我在验证集上最好的结果,如果f1值一直很低,你可以尝试调整下参数试试

Evaluation precision: 0.71053, recall: 0.68936, F1: 0.69978 best F1 performence has been updated: 0.69264 --> 0.69978

nlpxjg commented 2 years ago

f1

你好 模型现在的代码能够在测试集上测试吗? 期待您的回复!

zy85 commented 2 years ago

可以在测试集上跑,我使用15res的测试集,评估精度:0.65094,召回率:0.60659,F1:0.62799

Necro1yte commented 1 year ago

我训练结果也全是0,你们是怎么解决的啊