核心概念
The core message of this paper is to propose a novel supervised Gradual Machine Learning (GML) approach that leverages the strength of Deep Neural Networks (DNNs) in semantic relation modeling to enable effective knowledge conveyance for the task of Aspect Category Detection (ACD).
要約
The paper presents a novel supervised approach for the Aspect Category Detection (ACD) task that combines the strengths of Deep Neural Networks (DNNs) and Gradual Machine Learning (GML).
The key highlights are:
-
The approach utilizes two types of semantic relations between instances to facilitate knowledge transfer:
- KNN-based relations extracted using a state-of-the-art DNN-based ACD model to capture similar instances.
- BERT-based binary relations to detect whether two instances are similar or opposite with respect to a given aspect category.
-
These semantic relations are modeled as binary factors in a factor graph to enable effective gradual inference of labels for unlabeled instances.
-
The proposed approach consistently outperforms existing state-of-the-art DNN-based solutions on benchmark datasets, achieving significant improvements in F1 scores (up to 2% on SemEval 2016).
-
The approach is robust to the amount of labeled training data, achieving competitive performance even with only 30% of the original training set compared to the full DNN model.
-
The number of semantic relations extracted by the BERT-based binary model has minimal impact on the overall performance, demonstrating the flexibility and scalability of the proposed solution.
統計
The authors report the following key statistics:
SemEval 2014 dataset has 3,041 training and 800 test instances, with 23.65% of sentences labeled with multiple categories.
SemEval 2016 dataset has 2,000 training and 676 test instances, with 26.18% of sentences labeled with multiple categories.
MAMS dataset has 3,713 training and 901 test instances, with 100% of sentences labeled with multiple categories.
SentiHood dataset has 3,724 training and 1,491 test instances, with 31% of sentences labeled with multiple categories.
引用
"The core message of this paper is to propose a novel supervised Gradual Machine Learning (GML) approach that leverages the strength of Deep Neural Networks (DNNs) in semantic relation modeling to enable effective knowledge conveyance for the task of Aspect Category Detection (ACD)."