Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Sentiment-based tourism review classification using support vector machine with recursive feature elimination and synthetic minority oversampling

View through CrossRef
User-generated content, particularly sentiment-rich reviews, is a critical data source for the tourism industry. However, analyzing this data presents significant computational challenges: (1) high- dimensional feature spaces from text (e.g., TF-IDF) which increase computational complexity, and (2) severe class imbalance, which skews classifier performance towards the majority class (e.g., positive reviews). While deep learning models have emerged, classical machine learning offers robust alternatives when properly optimized. This study proposes and evaluates a hybrid classification framework based on Support Vector Machine (SVM), chosen for its proven efficacy in high-dimensional text classification. To address the aforementioned challenges, the model integrates two key techniques: Recursive Feature Elimination (RFE) to select the most salient features and reduce computational load, and the Synthetic Minority Oversampling Technique (SMOTE) to create a balanced data distribution for training. Experimental results demonstrate the profound impact of this integrated approach. Data balancing with SMOTE significantly improved model performance, boosting baseline accuracy from 76% to 96% (without RFE) and 78% to 95% (with RFE). The final optimized model (SVM+RFE+SMOTE) achieved high- performance metrics of 96% accuracy, 96% precision, 97% recall, and a 97% F1-score. Furthermore, RFE successfully reduced computation time (e.g., from 70s to 40s on a 956-review set). This study concludes that the proposed SVM+RFE+SMOTE framework is a highly effective and efficient method for sentiment- based classification of real-world tourism reviews.
Title: Sentiment-based tourism review classification using support vector machine with recursive feature elimination and synthetic minority oversampling
Description:
User-generated content, particularly sentiment-rich reviews, is a critical data source for the tourism industry.
However, analyzing this data presents significant computational challenges: (1) high- dimensional feature spaces from text (e.
g.
, TF-IDF) which increase computational complexity, and (2) severe class imbalance, which skews classifier performance towards the majority class (e.
g.
, positive reviews).
While deep learning models have emerged, classical machine learning offers robust alternatives when properly optimized.
This study proposes and evaluates a hybrid classification framework based on Support Vector Machine (SVM), chosen for its proven efficacy in high-dimensional text classification.
To address the aforementioned challenges, the model integrates two key techniques: Recursive Feature Elimination (RFE) to select the most salient features and reduce computational load, and the Synthetic Minority Oversampling Technique (SMOTE) to create a balanced data distribution for training.
Experimental results demonstrate the profound impact of this integrated approach.
Data balancing with SMOTE significantly improved model performance, boosting baseline accuracy from 76% to 96% (without RFE) and 78% to 95% (with RFE).
The final optimized model (SVM+RFE+SMOTE) achieved high- performance metrics of 96% accuracy, 96% precision, 97% recall, and a 97% F1-score.
Furthermore, RFE successfully reduced computation time (e.
g.
, from 70s to 40s on a 956-review set).
This study concludes that the proposed SVM+RFE+SMOTE framework is a highly effective and efficient method for sentiment- based classification of real-world tourism reviews.

Related Results

Transferability of Recursive Feature Elimination (RFE)-Derived Feature Sets for Support Vector Machine Land Cover Classification
Transferability of Recursive Feature Elimination (RFE)-Derived Feature Sets for Support Vector Machine Land Cover Classification
Remote sensing analyses frequently use feature selection methods to remove non-beneficial feature variables from the input data, which often improve classification accuracy and red...
Stop Oversampling for Class Imbalance Learning: A Critical Review
Stop Oversampling for Class Imbalance Learning: A Critical Review
Abstract For the last two decades, oversampling has been employed to overcome the challenge of learning from imbalanced datasets. Many approaches to solving this challenge ...
"Ethnic Minority Tourism" and "Indigenous Tourism": The Critical Distinction
"Ethnic Minority Tourism" and "Indigenous Tourism": The Critical Distinction
There is confusion between the use of "ethnic minority tourism" and "Indigenous tourism" as concepts, both in practice as well as in tourism research. Since different tourism types...
An Oversampling Technique with Descriptive Statistics
An Oversampling Technique with Descriptive Statistics
Oversampling is often applied as a means to win a better knowledge model. Several oversampling methods based on synthetic instances have been suggested, and SMOTE is one of the rep...

Back to Top