GDP predicts by sampling candidate outputs from a conditional generative model and selecting the one with the lowest average loss; its excess risk is bounded by generation error plus a vanishing sampling term.
Yelp Review Rating Prediction: Machine Learning and Deep Learning Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We predict restaurant ratings from Yelp reviews based on Yelp Open Dataset. Data distribution is presented, and one balanced training dataset is built. Two vectorizers are experimented for feature engineering. Four machine learning models including Naive Bayes, Logistic Regression, Random Forest, and Linear Support Vector Machine are implemented. Four transformer-based models containing BERT, DistilBERT, RoBERTa, and XLNet are also applied. Accuracy, weighted F1 score, and confusion matrix are used for model evaluation. XLNet achieves 70% accuracy for 5-star classification compared with Logistic Regression with 64% accuracy.
citation-role summary
citation-polarity summary
fields
stat.ML 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Generative Distribution Prediction: A Unified Approach to Multimodal Learning
GDP predicts by sampling candidate outputs from a conditional generative model and selecting the one with the lowest average loss; its excess risk is bounded by generation error plus a vanishing sampling term.