CLAug 22, 2018

Learning Sentiment Memories for Sentiment Modification without Parallel Data

arXiv:1808.07311v11114 citations
Originality Incremental advance
AI Analysis

This addresses the problem of sentiment reversal for text generation in NLP, offering an unsupervised solution that is incremental but improves over prior methods.

The paper tackles sentiment modification without parallel data by learning sentiment memories to extract context-appropriate sentiment information, achieving state-of-the-art performance with substantial improvements in content preservation.

The task of sentiment modification requires reversing the sentiment of the input and preserving the sentiment-independent content. However, aligned sentences with the same content but different sentiments are usually unavailable. Due to the lack of such parallel data, it is hard to extract sentiment independent content and reverse the sentiment in an unsupervised way. Previous work usually can not reconcile sentiment transformation and content preservation. In this paper, motivated by the fact the non-emotional context (e.g., "staff") provides strong cues for the occurrence of emotional words (e.g., "friendly"), we propose a novel method that automatically extracts appropriate sentiment information from learned sentiment memories according to specific context. Experiments show that our method substantially improves the content preservation degree and achieves the state-of-the-art performance.

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