FOAL: Fine-grained Contrastive Learning for Cross-domain Aspect Sentiment Triplet Extraction

Ting Xu,Zhen Wu,Huiyun Yang,Xinyu Dai
2023-11-17
Abstract:Aspect Sentiment Triplet Extraction (ASTE) has achieved promising results while relying on sufficient annotation data in a specific domain. However, it is infeasible to annotate data for each individual domain. We propose to explore ASTE in the cross-domain setting, which transfers knowledge from a resource-rich source domain to a resource-poor target domain, thereby alleviating the reliance on labeled data in the target domain. To effectively transfer the knowledge across domains and extract the sentiment triplets accurately, we propose a method named Fine-grained cOntrAstive Learning (FOAL) to reduce the domain discrepancy and preserve the discriminability of each category. Experiments on six transfer pairs show that FOAL achieves 6% performance gains and reduces the domain discrepancy significantly compared with strong baselines. Our code will be publicly available once accepted.
Computation and Language
What problem does this paper attempt to address?
This paper aims to address the issue of cross-domain Aspect Sentiment Triplet Extraction (ASTE). Specifically, the paper proposes a method called Fine-grained cOntrAstive Learning (FOAL), which aims to transfer knowledge between a resource-rich source domain and a resource-scarce target domain, thereby reducing the dependence on annotated data in the target domain. Through fine-grained contrastive learning, FOAL can reduce domain differences between different domains and maintain the distinguishability of each category, thereby improving model performance in cross-domain tasks. Experimental results show that FOAL achieves significant improvements over baseline models on 6 cross-domain transfer pairs, with an average F1 score increase of 6%.