|
|
|
|
|
by nl
1327 days ago
|
|
NN based sentiment analysis is certainly a lot better than non-NN based techniques. Classification depends on the problem (and mostly the datasize). Boosting is certainly competitive on tabular data and widely everywhere I've worked. No one talks about it (except on Kaggle) because it's pretty much at a local maximum. All the improvement comes from manual feature engineering. But modern techniques using NNs on tabular data are are competitive with boosting and do away with a lot of the feature engineering. That's a really interesting development. |
|
I wouldn't say this. Sentiment analysis trained on the standard datasets is one place where performance is barely better than old-school linear classifiers. They remained brittle and easy to trick until recent flexible systems systems based on question answering, zero-shot entailment or lotsa instruction finetuning (improving in that order). I strongly advice against using something fine-tuned solely on sentiment datasets. It'd be a total waste.