Early text classification: a Naive solution
Hugo Jair Escalante, Manuel Montes-y-G\'omez, and Luis, Villase\~nor-Pineda, and Marcelo Luis Errecalde

TL;DR
This paper explores the use of a modified naive Bayes classifier for early text classification, demonstrating its effectiveness and competitiveness with more complex methods in scenarios requiring rapid decision-making.
Contribution
It introduces a simple modification to naive Bayes for early classification and evaluates its performance, showing it as a viable and competitive approach.
Findings
Naive Bayes can be adapted for early text classification.
The modified naive Bayes performs well compared to advanced methods.
The approach is effective across different datasets.
Abstract
Text classification is a widely studied problem, and it can be considered solved for some domains and under certain circumstances. There are scenarios, however, that have received little or no attention at all, despite its relevance and applicability. One of such scenarios is early text classification, where one needs to know the category of a document by using partial information only. A document is processed as a sequence of terms, and the goal is to devise a method that can make predictions as fast as possible. The importance of this variant of the text classification problem is evident in domains like sexual predator detection, where one wants to identify an offender as early as possible. This paper analyzes the suitability of the standard naive Bayes classifier for approaching this problem. Specifically, we assess its performance when classifying documents after seeing an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
