PSSAttention icon indicating copy to clipboard operation
PSSAttention copied to clipboard

Codes for # ACL2019 paper "Progressive Self-Supervised Attention Learning for Aspect-Level Sentiment Analysis", which contains TNet-Att(+AS) and MN(+AS)

Results 8 PSSAttention issues
Sort by recently updated
recently updated
newest added

您好,请问可以提供一下预训练模型文件吗?

之前在杭州AIS2019听过您所做的报告,最近复现了下您的实验TNet模型,出现了以下问题: WARNING (theano.gof.compilelock): Overriding existing lock by dead process '18676' (I am process '21120') Traceback (most recent call last): File "D:/py36/PSSAttention-master/TNet(+AS)/main_total.py", line 208, in train_erasing(a1_name, a2_name, a3_name, a4_name, a5_name, 1,...

有pytorch代替theano的实现的代码吗,不同的框架对结果有影响吗

你好! 我想问下embeddings文件夹下的词向量文件为何是空的呢?是需要自己从哪个语料库预训练GloVe向量得到呢?希望得到您的回复。谢谢了

I observed that an error in "read" function about TNet(+AS). Specifically, line 51,52 in utils.py: `words.append(t.strip(end))` `target_words.append(t.strip(end))` if use `t.strip()`, it will cause an error , such as `'nicki/n'.strip('/n')` the...

Hi, How do I run the model with the validation data? I cannot find a place where you load the validation data with the command below. THEANO_FLAGS="device=gpu0" python main_total.py -ds_name...

Hi, I have run your model TNet(+AS), but I can not get the result in the readme.md or in the paper. Is there any other parameter that I need to...

Hi, When I try to run TNet model, I have error like this: /home/dm/.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-stretch-sid-x86_64-3.6.9-64/tmp4ejrz036/mod.cpp:19:0: error: narrowing conversion of '138' from 'int' to 'char' inside { } [-Wnarrowing] /home/dm/.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-stretch-sid-x86_64-3.6.9-64/tmp4ejrz036/mod.cpp:19:0: error: narrowing...