CLAISep 2, 2021

An Empirical Study on Leveraging Position Embeddings for Target-oriented Opinion Words Extraction

arXiv:2109.01238v1662 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for researchers in sentiment analysis, focusing on a specific subtask.

The study tackled the problem of target-oriented opinion words extraction by evaluating the contribution of position embeddings and syntactic information, finding that BiLSTM-based models effectively encode position information and outperform complex neural structures.

Target-oriented opinion words extraction (TOWE) (Fan et al., 2019b) is a new subtask of target-oriented sentiment analysis that aims to extract opinion words for a given aspect in text. Current state-of-the-art methods leverage position embeddings to capture the relative position of a word to the target. However, the performance of these methods depends on the ability to incorporate this information into word representations. In this paper, we explore a variety of text encoders based on pretrained word embeddings or language models that leverage part-of-speech and position embeddings, aiming to examine the actual contribution of each component in TOWE. We also adapt a graph convolutional network (GCN) to enhance word representations by incorporating syntactic information. Our experimental results demonstrate that BiLSTM-based models can effectively encode position information into word representations while using a GCN only achieves marginal gains. Interestingly, our simple methods outperform several state-of-the-art complex neural structures.

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