Latent Opinions Transfer Network for Target-Oriented Opinion Words Extraction
This addresses a data scarcity issue in a specific NLP subtask (TOWE) for sentiment analysis, offering an incremental improvement by leveraging existing resources.
The paper tackles the problem of insufficient labeled data for target-oriented opinion words extraction (TOWE) by transferring latent opinions knowledge from abundant review sentiment classification datasets, achieving better performance than state-of-the-art methods and significantly outperforming the base model without transfer.
Target-oriented opinion words extraction (TOWE) is a new subtask of ABSA, which aims to extract the corresponding opinion words for a given opinion target in a sentence. Recently, neural network methods have been applied to this task and achieve promising results. However, the difficulty of annotation causes the datasets of TOWE to be insufficient, which heavily limits the performance of neural models. By contrast, abundant review sentiment classification data are easily available at online review sites. These reviews contain substantial latent opinions information and semantic patterns. In this paper, we propose a novel model to transfer these opinions knowledge from resource-rich review sentiment classification datasets to low-resource task TOWE. To address the challenges in the transfer process, we design an effective transformation method to obtain latent opinions, then integrate them into TOWE. Extensive experimental results show that our model achieves better performance compared to other state-of-the-art methods and significantly outperforms the base model without transferring opinions knowledge. Further analysis validates the effectiveness of our model.