CLLGJul 2, 2021

Transformer-F: A Transformer network with effective methods for learning universal sentence representation

arXiv:2107.00653v11 citations
Originality Incremental advance
AI Analysis

This work addresses the limitation of Transformers in focusing on function words for natural language processing, offering an incremental improvement for text classification applications.

The paper tackles the problem of improving sentence representation in Transformers by introducing part-of-speech weighting and layer feature fusion, resulting in a 5.28% relative improvement over the baseline on simple text classification tasks.

The Transformer model is widely used in natural language processing for sentence representation. However, the previous Transformer-based models focus on function words that have limited meaning in most cases and could merely extract high-level semantic abstraction features. In this paper, two approaches are introduced to improve the performance of Transformers. We calculated the attention score by multiplying the part-of-speech weight vector with the correlation coefficient, which helps extract the words with more practical meaning. The weight vector is obtained by the input text sequence based on the importance of the part-of-speech. Furthermore, we fuse the features of each layer to make the sentence representation results more comprehensive and accurate. In experiments, we demonstrate the effectiveness of our model Transformer-F on three standard text classification datasets. Experimental results show that our proposed model significantly boosts the performance of text classification as compared to the baseline model. Specifically, we obtain a 5.28% relative improvement over the vanilla Transformer on the simple tasks.

Foundations

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

Your Notes