Graph Adaptive Semantic Transfer for Cross-domain Sentiment Classification
@article{Zhang2022GraphAS, title={Graph Adaptive Semantic Transfer for Cross-domain Sentiment Classification}, author={Kai Zhang and Qi Liu and Zhenya Huang and Mingyue Cheng and Kunpeng Zhang and Mengdi Zhang and Wei Wu and Enhong Chen}, journal={Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval}, year={2022} }
Cross-domain sentiment classification (CDSC) aims to use the transferable semantics learned from the source domain to predict the sentiment of reviews in the unlabeled target domain. Existing studies in this task attach more attention to the sequence modeling of sentences while largely ignoring the rich domain-invariant semantics embedded in graph structures (i.e., the part-of-speech tags and dependency relations). As an important aspect of exploring characteristics of language comprehension…
Figures and Tables from this paper
References
SHOWING 1-10 OF 49 REFERENCES
Hierarchical Attention Transfer Network for Cross-Domain Sentiment Classification
- Computer ScienceAAAI
- 2018
IATN provides an interactive attention transfer mechanism, which can better transfer sentiment across domains by incorporating information of both sentences and aspects by using the common features as a bridge.
Interactive Attention Transfer Network for Cross-Domain Sentiment Classification
- Computer Science
- 2018
IATN provides an interactive attention transfer mechanism, which can better transfer sentiment across domains by incorporating information of both sentences and aspects by using the common features as a bridge.
Recursive Neural Structural Correspondence Network for Cross-domain Aspect and Opinion Co-Extraction
- Computer ScienceACL
- 2018
A novel recursive neural network is developed that could reduce domain shift effectively in word level through syntactic relations across domains to build structural correspondences and generate an auxiliary task to predict the relation between any two adjacent words in the dependency tree.
Multi-Domain Sentiment Classification Based on Domain-Aware Embedding and Attention
- Computer ScienceIJCAI
- 2019
This work proposes a novel completely-shared multi-domain neural sentiment classification model to learn domain-aware word embeddings and make use ofdomain-aware attention mechanism.
Aspect-Level Sentiment Analysis Via Convolution over Dependency Tree
- Computer ScienceEMNLP
- 2019
A convolution over a dependency tree (CDT) model which exploits a Bi-directional Long Short Term Memory (Bi-LSTM) to learn representations for features of a sentence, and further enhance the embeddings with a graph convolutional network (GCN) which operates directly on the dependency tree of the sentence.
Aspect-based Sentiment Analysis with Type-aware Graph Convolutional Networks and Layer Ensemble
- Computer ScienceNAACL
- 2021
This paper proposes an approach to explicitly utilize dependency types for ABSA with type-aware graph convolutional networks (T-GCN), where attention is used in T- GCN to distinguish different edges in the graph and attentive layer ensemble is proposed to comprehensively learn from different layers of T-GCn.
EATN: An Efficient Adaptive Transfer Network for Aspect-level Sentiment Analysis
- Computer Science
- 2021
A novel model named Efficient Adaptive Transfer Network (EATN) is proposed for aspect-level sentiment analysis which emphasizes the need of incorporating the correlation among multiple domains and designs aspect-aware multi-head attention mechanism to capture the direct associations between aspects and the contextual sentiment words.
Cross-Domain Co-Extraction of Sentiment and Topic Lexicons
- Computer ScienceACL
- 2012
Experimental results show that the proposed domain adaptation framework for sentiment- and topic- lexicon co-extraction can extract precise lexicons in the target domain without any annotation.
Syntax-Aware Aspect Level Sentiment Classification with Graph Attention Networks
- Computer ScienceEMNLP
- 2019
A novel target-dependent graph attention network (TD-GAT) is proposed for aspect level sentiment classification, which explicitly utilizes the dependency relationship among words to propagate sentiment features directly from the syntactic context of an aspect target.
Relational Graph Attention Network for Aspect-based Sentiment Analysis
- Computer ScienceACL
- 2020
This paper defines a unified aspect-oriented dependency tree structure rooted at a target aspect by reshaping and pruning an ordinary dependency parse tree and proposes a relational graph attention network (R-GAT) to encode the new tree structure for sentiment prediction.