songyingxin / Bert-TextClassification

Implemention some Baseline Model upon Bert for Text Classification
Other
677 stars 148 forks source link

为什么BERT后接CNN效果更好 #27

Open ShellingFord221 opened 3 years ago

ShellingFord221 commented 3 years ago

为什么BERT后面接了CNN / LSTM效果更好呢?是因为BERT encode能力不够吗?(显然不是)这其中有什么原理吗?谢谢

songyingxin commented 2 years ago

可以看下textcnn 这篇文章, 其实从词袋的思想出发就容易理解了。

woshierha commented 1 year ago

可以看下textcnn 这篇文章, 其实从词袋的思想出发就容易理解了。 Improving text classification with weighted word embeddings via a multi-channel TextCNN model 您好 可以问下是这篇论文吗?