CLAIOct 18, 2022

Cross-Domain Aspect Extraction using Transformers Augmented with Knowledge Graphs

arXiv:2210.10144v119 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the lack of extensibility and robustness in fine-grained sentiment analysis for cross-domain applications, representing a domain-specific incremental improvement.

The paper tackled the problem of cross-domain aspect term extraction, where existing methods perform poorly when training and testing data are from different domains, and proposed a novel approach using domain-specific knowledge graphs integrated into Transformer models, achieving state-of-the-art performance on benchmark datasets.

The extraction of aspect terms is a critical step in fine-grained sentiment analysis of text. Existing approaches for this task have yielded impressive results when the training and testing data are from the same domain. However, these methods show a drastic decrease in performance when applied to cross-domain settings where the domain of the testing data differs from that of the training data. To address this lack of extensibility and robustness, we propose a novel approach for automatically constructing domain-specific knowledge graphs that contain information relevant to the identification of aspect terms. We introduce a methodology for injecting information from these knowledge graphs into Transformer models, including two alternative mechanisms for knowledge insertion: via query enrichment and via manipulation of attention patterns. We demonstrate state-of-the-art performance on benchmark datasets for cross-domain aspect term extraction using our approach and investigate how the amount of external knowledge available to the Transformer impacts model performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes