Skip Truncation for Sentiment Analysis of Long Review Information Based on Grammatical Structures
Original version
Lecture Notes on Data Engineering and Communications Technologies. 2022, 113 298-308. 10.1007/978-3-031-03918-8_27Abstract
In reality, some emotional utterances are especially long, such as the critiques of a movie. Compared with short sentences, the sentiment of a longer paragraph is more difficult to be detected. Moreover, longer paragraphs are eased to overflow the GPU memory and sluggish to fit a large-parameterized network. Currently, the solutions include using a sentence-level summary; if not applicable, a long review is always directly truncated to an accepted length. However, the first solution will ignore the sentiment subtleties; The second solution will lose some important emotive expressions. This work puts forward a strategy to locate the potential sentiment information considering the grammatical structures and then proposes skip truncation to shorten the long review texts. This method can effectively delete irrelevant words without hitting the sentiment skeleton. The new skip truncation is compared against several baselines in binary and multiple sentiment perception. We conduct experiments with four types of standard deep neural networks. Experimental results verify that skip truncation can help reduce sentence length and improve performance in a large margin.