Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

BERT Post-Training for Review Reading Comprehension and Aspect-based Sentiment Analysis

About

Question-answering plays an important role in e-commerce as it allows potential customers to actively seek crucial information about products or services to help their purchase decision making. Inspired by the recent success of machine reading comprehension (MRC) on formal documents, this paper explores the potential of turning customer reviews into a large source of knowledge that can be exploited to answer user questions.~We call this problem Review Reading Comprehension (RRC). To the best of our knowledge, no existing work has been done on RRC. In this work, we first build an RRC dataset called ReviewRC based on a popular benchmark for aspect-based sentiment analysis. Since ReviewRC has limited training examples for RRC (and also for aspect-based sentiment analysis), we then explore a novel post-training approach on the popular language model BERT to enhance the performance of fine-tuning of BERT for RRC. To show the generality of the approach, the proposed post-training is also applied to some other review-based tasks such as aspect extraction and aspect sentiment classification in aspect-based sentiment analysis. Experimental results demonstrate that the proposed post-training is highly effective. The datasets and code are available at https://www.cs.uic.edu/~hxu/.

Hu Xu, Bing Liu, Lei Shu, Philip S. Yu• 2019

Related benchmarks

TaskDatasetResultRank
Aspect-Term Sentiment AnalysisLAPTOP SemEval 2014 (test)
Macro-F176.47
69
Aspect-level sentiment classificationSemEval Restaurant 2014 (test)
Accuracy85.92
67
Aspect Sentiment ClassificationRest SemEval 2014 (test)
Accuracy86.09
60
Aspect Sentiment ClassificationLaptop (test)
Accuracy78.89
49
Aspect ExtractionLAPTOP SemEval 2014 (test)
F1 Score85.93
28
Aspect-level sentiment classificationRestaurant
Accuracy0.8495
23
Aspect Extraction and Sentiment Classification (AESC)14lap (test)
F1 Score75.08
22
Aspect-based Sentiment AnalysisLaptop dataset
Accuracy78.07
22
Aspect Sentiment ClassificationRestaurant (test)
Accuracy84.95
19
Aspect Term Extraction (ATE)SemEval Restaurant 2016 (test)
F1 Score78.32
18
Showing 10 of 27 rows

Other info

Code

Follow for update