Aspect-based Opinion Summarization with Convolutional Neural Networks
This paper considers Aspect-based Opinion Summarization (AOS) of reviews on particular products. To enable real applications, an AOS system needs to address two core subtasks, aspect extraction and sentiment classification. Most existing approaches to aspect extraction, which use linguistic analysis or topic modeling, are general across different products but not precise enough or suitable for particular products. Instead we take a less general but more precise scheme, directly mapping each review sentence into pre-defined aspects. To tackle aspect mapping and sentiment classification, we propose two Convolutional Neural Network (CNN) based methods, cascaded CNN and multitask CNN. Cascaded CNN contains two levels of convolutional networks. Multiple CNNs at level 1 deal with aspect mapping task, and a single CNN at level 2 deals with sentiment classification. Multitask CNN also contains multiple aspect CNNs and a sentiment CNN, but different networks share the same word embeddings. Experimental results indicate that both cascaded and multitask CNNs outperform SVM-based methods by large margins. Multitask CNN generally performs better than cascaded CNN.
Code (0)
등록된 구현이 없습니다.
Tasks
Aspect ExtractionClassificationGeneral ClassificationOpinion SummarizationSentenceSentiment AnalysisSentiment ClassificationWord EmbeddingsSimilar Papers 제목 키워드 기반
SEOpinion: Summarization and Exploration Opinion of E-Commerce Websites
E-Commerce (EC) websites provide a large amount of useful information that exceed human cognitive processing ability. In order to help customers in comparing alternatives when buying a product, previous studies designed …
Aspect ExtractionDescriptiveOpinion SummarizationSimple Yet Effective Synthetic Dataset Construction for Unsupervised Opinion Summarization
Opinion summarization provides an important solution for summarizing opinions expressed among a large number of reviews. However, generating aspect-specific and general summaries is challenging due to the lack of annotat…
Natural Language InferenceOpinion SummarizationUnsupervised Opinion SummarizationWeakly-Supervised Opinion Summarization by Leveraging External Information
Opinion summarization from online product reviews is a challenging task, which involves identifying opinions related to various aspects of the product being reviewed. While previous works require additional human effort …
Opinion SummarizationFine-Grained Opinion Summarization with Minimal Supervision
Opinion summarization aims to profile a target by extracting opinions from multiple documents. Most existing work approaches the task in a semi-supervised manner due to the difficulty of obtaining high-quality annotation…
Fine-Grained Opinion AnalysisOpinion SummarizationSentiment AnalysisOpinions Summarization: Aspect Similarity Recognition Relaxes The Constraint of Predefined Aspects
Recently research in opinions summarization focuses on rating expressions by aspects and/or sentiments they carry. To extract aspects of an expression, most studies require a predefined list of aspects or at least the nu…
Domain AdaptationExtractive Summarization