CLAug 31, 2023

Interpreting Sentiment Composition with Latent Semantic Tree

arXiv:2308.16588v1222 citationsh-index: 50
Originality Incremental advance
AI Analysis

This work addresses sentiment analysis for natural language processing by introducing a novel tree form to improve interpretation, though it is incremental as it builds on existing linguistic and hierarchical methods.

The paper tackles the problem of sentiment composition in sentiment analysis by proposing a latent semantic tree derived from a context-free grammar to interpret composition rules, achieving better or competitive results in both regular and domain adaptation classification settings.

As the key to sentiment analysis, sentiment composition considers the classification of a constituent via classifications of its contained sub-constituents and rules operated on them. Such compositionality has been widely studied previously in the form of hierarchical trees including untagged and sentiment ones, which are intrinsically suboptimal in our view. To address this, we propose semantic tree, a new tree form capable of interpreting the sentiment composition in a principled way. Semantic tree is a derivation of a context-free grammar (CFG) describing the specific composition rules on difference semantic roles, which is designed carefully following previous linguistic conclusions. However, semantic tree is a latent variable since there is no its annotation in regular datasets. Thus, in our method, it is marginalized out via inside algorithm and learned to optimize the classification performance. Quantitative and qualitative results demonstrate that our method not only achieves better or competitive results compared to baselines in the setting of regular and domain adaptation classification, and also generates plausible tree explanations.

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