Tackling the Poor Assumptions of Naive Bayes Text Classifiers
- Jason D. M. Rennie ,
- Lawrence Shih ,
- Jaime Teevan ,
- David R. Karger
Proceedings of the Twentieth International Conference on Machine Learning (ICML 2003), Washington, D.C. |
Naive Bayes is often used as a baseline in text classification 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 classifiers, addressing both systemic issues as well as problems that arise because text is not actually generated according to a multinomial model. We find that our simple corrections result in a fast algorithm that is competitive with state-of-the-art text classification algorithms such as the Support Vector Machine.