CLLGSep 26, 2019

Rethinking Text Attribute Transfer: A Lexical Analysis

arXiv:1909.12335v11010 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work provides an in-depth analysis for researchers in natural language processing, but it is incremental as it interprets existing models rather than proposing new ones.

The paper tackles the problem of understanding what changes during text attribute transfer by identifying pivot words that strongly influence attribute classification, and finds that many existing models only modify these words without altering higher-level sentence structures.

Text attribute transfer is modifying certain linguistic attributes (e.g. sentiment, style, authorship, etc.) of a sentence and transforming them from one type to another. In this paper, we aim to analyze and interpret what is changed during the transfer process. We start from the observation that in many existing models and datasets, certain words within a sentence play important roles in determining the sentence attribute class. These words are referred to as \textit{the Pivot Words}. Based on these pivot words, we propose a lexical analysis framework, \textit{the Pivot Analysis}, to quantitatively analyze the effects of these words in text attribute classification and transfer. We apply this framework to existing datasets and models and show that: (1) the pivot words are strong features for the classification of sentence attributes; (2) to change the attribute of a sentence, many datasets only requires to change certain pivot words; (3) consequently, many transfer models only perform the lexical-level modification, while leaving higher-level sentence structures unchanged. Our work provides an in-depth understanding of linguistic attribute transfer and further identifies the future requirements and challenges of this task\footnote{Our code can be found at https://github.com/FranxYao/pivot_analysis}.

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