摘要: 1 import numpy as np 2 import torch 3 import matplotlib.pyplot as plt 4 import os 5 os.environ['KMP_DUPLICATE_LIB_OK']='True' 6 7 #1 prepare dataset 8 阅读全文
posted @ 2022-10-22 15:49 silvan_happy 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Seq2Path: Generating Sentiment Tuples as Paths of a Tree Seq2Path:生成情感元组作为树的路径 Author Information:Yue Mao, Yi Shen, Jingchao Yang, Xiaoying Zhu, Longj 阅读全文
posted @ 2022-10-22 09:34 silvan_happy 阅读(286) 评论(0) 推荐(0) 编辑
摘要: A Unified Generative Framework for Aspect-Based Sentiment Analysis Paper:https://arxiv.org/pdf/2106.04300.pdf Code:https://github.com/yhcc/BARTABSA Au 阅读全文
posted @ 2022-10-22 09:28 silvan_happy 阅读(167) 评论(0) 推荐(0) 编辑