Section 01
Cross-Domain Sentiment Analysis: DistilBERT vs TF-IDF+LR, Are Large Models Always Better?
This article explores the performance comparison between classic methods and modern large models in cross-domain sentiment analysis scenarios. Key findings: In the Twitter→IMDB cross-domain transfer, TF-IDF + Logistic Regression performs almost on par with DistilBERT, while the performance decay rate of Transformer models is 2.4 times that of traditional methods. Original author: aarogyaojha, Source: GitHub (link: https://github.com/aarogyaojha/sentiment_analysis), Publication date: May 30, 2026.