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

Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。

Results 96 ABSA-PyTorch issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.20.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

您好,我想问下Bert处理中文数据集都是按字的粒度生成字向量的,如果我通过jieba分词处理后的有些词含有2个及2个以上的字,以“外观设计出众,充电真慢”为例,经过jieba分词等操作后生成[外观设计 出众 充电 真慢],我最终想将[外观设计 出众 充电 真慢]通过Bert模型转换成shape为[4,768],我该怎么做呢?

argument 'input' (position 1) must be Tensor, not str

I ran infer_example.py but it shows FileNotFoundError: [Errno 2] No such file or directory: './glove.42B.300d.txt', It seem like glove is not preprocessing the data correctly,but I don't know how to...

https://alt.qcri.org/semeval2014/task4/ 提供的数据Restaurant数据是四分类 为啥这里使用的3分类呢?少了一个conflict类

Trying to run K-fold cross validation for lcf-bert yields this error message: Traceback (most recent call last): File "train_k_fold_cross_val.py", line 315, in main() File "train_k_fold_cross_val.py", line 311, in main ins.run()...

The `train.py` code in the repo doesn't work with PyTorch higher than 1.4.0 due to API changes. This PR fixes PyTorch to be in between 0.4.0 and 1.4.0 versions.

Hi, I tried to infer an example using ASGCN model with the same dataset used for evaluation in training process. However, I got this error output = torch.matmul(adj, hidden) /...