paper-with-me

홈 › Papers

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

2021-09-02 · EMNLP 2021 11 · Samuel Mensah, Kai Sun, Nikolaos Aletras

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.

📄 PDF Abstract BibTeX arXiv:2109.01238

Code (1)

samensah/encoders_towe_emnlp2021 공식 구현 pytorch

Tasks

PositionSentiment Analysistarget-oriented opinion words extractionWord Embeddings

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Do Prompts Reshape Representations? An Empirical Study of Prompting Effects on Embeddings

2025-10-22 · Cesar Gonzalez-Gutierrez, Dirk Hovy arxiv

Prompting is a common approach for leveraging LMs in zero-shot settings. However, the underlying mechanisms that enable LMs to perform diverse tasks without task-specific supervision remain poorly understood. Studying th…

What Do Position Embeddings Learn? An Empirical Study of Pre-Trained Language Model Positional Encoding

2020-10-10 · EMNLP 2020 11 · Yu-An Wang, Yun-Nung Chen

In recent years, pre-trained Transformers have dominated the majority of NLP benchmark tasks. Many variants of pre-trained Transformers have kept breaking out, and most focus on designing different pre-training objective…

Language ModelingLanguage ModellingPosition

An Empirical Study on the Impact of Positional Encoding in Transformer-based Monaural Speech Enhancement

2024-01-18 · Qiquan Zhang, Meng Ge, Hongxu Zhu, Eliathamby Ambikairajah 외

Transformer architecture has enabled recent progress in speech enhancement. Since Transformers are position-agostic, positional encoding is the de facto standard component used to enable Transformers to distinguish the o…

POSPositionSpeech Enhancement

Frustratingly Easy Performance Improvements for Low-resource Setups: A Tale on BERT and Segment Embeddings

2022-06-01 · LREC 2022 6 · Rob van der Goot, Max Müller-Eberstein, Barbara Plank

As input representation for each sub-word, the original BERT architecture proposes the sum of the sub-word embedding, position embedding and a segment embedding. Sub-word and position embeddings are well-known and studie…

Dependency ParsingPositionSentence

Effective Noise-aware Data Simulation for Domain-adaptive Speech Enhancement Leveraging Dynamic Stochastic Perturbation

2024-09-03 · Chien-Chun Wang, Li-Wei Chen, Hung-Shin Lee, Berlin Chen 외

Cross-domain speech enhancement (SE) is often faced with severe challenges due to the scarcity of noise and background information in an unseen target domain, leading to a mismatch between training and test conditions. T…

Speech Enhancement