Tackling the Poor Assumptions of Naive Bayes Text Classifiers

Proceedings of the Twentieth International Conference on Machine Learning (ICML 2003), Washington, D.C. |

Naive Bayes is often used as a baseline in text classi fication because it is fast and easyto implement. Its severe assumptions make such efficiency possible but also adversely affect the quality of its results. In this paper we propose simple, heuristic solutions to some of the problems with Naive Bayes classi fiers, addressing both systemic issues as well as problems that arise because text is not actually generated according to a multinomial model. We fi nd that our simple corrections result in a fast algorithm that is competitive with state-of-the-art text classifi cation algorithms such as the Support Vector Machine.