PulseAugur
LIVE 03:34:39
tool · [1 source] ·
0
tool

Hybrid model achieves strong Indonesian sentiment analysis results

Researchers have developed a hybrid approach for Indonesian sentiment analysis, combining TF-IDF text features with logistic regression and a neural network baseline. The study focused on classifying social media text into positive, negative, and neutral categories using a dataset of 707 samples. While the logistic regression model achieved competitive accuracy and F1 scores, the multilayer perceptron (MLP) neural network showed higher accuracy in experimental settings, though it was deemed less suitable for production deployment. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT This research demonstrates that traditional machine learning models can remain competitive for specific NLP tasks, even with smaller datasets.

RANK_REASON The cluster contains an academic paper detailing a new methodology for sentiment analysis. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

COVERAGE [1]

  1. arXiv cs.CL TIER_1 · Martin C. T. Manullang ·

    Hybrid TF--IDF Logistic Regression and MLP Neural Baseline for Indonesian Three-Class Sentiment Analysis on Social Media Text

    This paper presents a compact three-class sentiment analysis study for Indonesian social media text. The task is formulated with positive, negative, and neutral outputs derived from a fine-grained emotion dataset. The proposed practical baseline combines TF--IDF text features, th…