paper-with-me

홈 › Papers

Triple GNNs: Introducing Syntactic and Semantic Information for Conversational Aspect-Based Quadruple Sentiment Analysis

2024-03-15 · Binbin Li, Yuqing Li, Siyu Jia, Bingnan Ma, Yu Ding, Zisen Qi, Xingbang Tan, Menghan Guo, Shenghui Liu

Conversational Aspect-Based Sentiment Analysis (DiaASQ) aims to detect quadruples \{target, aspect, opinion, sentiment polarity\} from given dialogues. In DiaASQ, elements constituting these quadruples are not necessarily confined to individual sentences but may span across multiple utterances within a dialogue. This necessitates a dual focus on both the syntactic information of individual utterances and the semantic interaction among them. However, previous studies have primarily focused on coarse-grained relationships between utterances, thus overlooking the potential benefits of detailed intra-utterance syntactic information and the granularity of inter-utterance relationships. This paper introduces the Triple GNNs network to enhance DiaAsQ. It employs a Graph Convolutional Network (GCN) for modeling syntactic dependencies within utterances and a Dual Graph Attention Network (DualGATs) to construct interactions between utterances. Experiments on two standard datasets reveal that our model significantly outperforms state-of-the-art baselines. The code is available at \url{https://github.com/nlperi2b/Triple-GNNs-}.

📄 PDF Abstract BibTeX arXiv:2403.10065

Code (1)

nlperi2b/triple-gnns- 공식 구현 pytorch

Tasks

Aspect-Based Sentiment AnalysisGraph AttentionSentiment Analysis

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Semantic and Syntactic Enhanced Aspect Sentiment Triplet Extraction

2021-06-07 · Findings (ACL) 2021 8 · Zhexue Chen, Hong Huang, Bang Liu, Xuanhua Shi 외

Aspect Sentiment Triplet Extraction (ASTE) aims to extract triplets from sentences, where each triplet includes an entity, its associated sentiment, and the opinion span explaining the reason for the sentiment. Most exis…

Aspect Sentiment Triplet ExtractionSentenceTriplet

Dual Encoder: Exploiting the Potential of Syntactic and Semantic for Aspect Sentiment Triplet Extraction

2024-02-23 · Xiaowei Zhao, Yong Zhou, Xiujuan Xu

Aspect Sentiment Triple Extraction (ASTE) is an emerging task in fine-grained sentiment analysis. Recent studies have employed Graph Neural Networks (GNN) to model the syntax-semantic relationships inherent in triplet el…

Aspect Sentiment Triplet ExtractionSentiment AnalysisTriplet

Extensible Multi-Granularity Fusion Network for Aspect-based Sentiment Analysis

2024-02-12 · Xiaowei Zhao, Yong Zhou, Xiujuan Xu, Yu Liu

Aspect-based Sentiment Analysis (ABSA) evaluates sentiment expressions within a text to comprehend sentiment information. Previous studies integrated external knowledge, such as knowledge graphs, to enhance the semantic …

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Knowledge GraphsSentiment Analysis+1

Negation Triplet Extraction with Syntactic Dependency and Semantic Consistency

2024-04-15 · Yuchen Shi, Deqing Yang, Jingping Liu, Yanghua Xiao 외

Previous works of negation understanding mainly focus on negation cue detection and scope resolution, without identifying negation subject which is also significant to the downstream tasks. In this paper, we propose a ne…

DecoderLanguage ModellingMulti-Task LearningNegation+2

Parser Extraction of Triples in Unstructured Text

2018-11-06 · Shaun D'Souza

The web contains vast repositories of unstructured text. We investigate the opportunity for building a knowledge graph from these text sources. We generate a set of triples which can be used in knowledge gathering and in…

ObjectPOSQuestion Answering