DualGCN-ABSA icon indicating copy to clipboard operation
DualGCN-ABSA copied to clipboard

Dual Graph Convolutional Networks for Aspect-based Sentiment Analysis

Results 16 DualGCN-ABSA issues
Sort by recently updated
recently updated
newest added

**When I set 'parseadj=True', but I got a error about this, what should I do? Thanks!** Traceback (most recent call last): File "/media/pwy/新加卷/Addie_zmy/DualGCN-ABSA/DualGCN/train.py", line 385, in main() File "/media/pwy/新加卷/Addie_zmy/DualGCN-ABSA/DualGCN/train.py", line...

我是按照requirements.txt下载的库,python版本为3.6会出现以下问题 from joblib import Parallel, delayed ImportError: cannot import name 'Parallel'

File "/DualGCN-ABSA-main/DualGCN/models/dualgcn.py", line 170, in forward "adj_ag /= self.attention_heads",This line of code will report errors in some Python environments. It is suggested to amend to read: "adj_ag =adj_ag/self.attention_heads".

Hello, this question has been bothering me for a long time, I want to ask you. thanks OSError: Model name 'xlnet-large-cased' was not found in tokenizers model name list (xlnet-base-cased,...

请问文章中两个regularizer的数学原理是什么?为什么要用他们?谢谢! What are the mathematical principles of the two regulators in the article? Why use them? thank you! ![image](https://user-images.githubusercontent.com/59611117/139527198-127396d1-95f2-450a-9fa5-9c6128ab7801.png)

i download xlnet-base-cased-spiece.model xlnet-large-cased-spiece.model two file. meet a question UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 254: invalid start byte you decode by utf-8 but thoes file is...

打不开LAL-parser的链接,愁死了

For eg given the sentence, "the acting was good but direction was poor", I want to infer the (aspect, aspects-sentiment) pairs such as (acting,good), (direction,poor). How can I do that?...

`wget https://chenhao-1300052108.cos.ap-beijing.myqcloud.com/ch-Models/best_parser.pt` is invalid, how to get the best_parser?