Document classification grew from information retrieval, statistical pattern recognition and machine learning. Early automated indexing and relevance methods sought to assign documents to topics or retrieve them by weighted terms. During the 1990s, probabilistic and discriminative classifiers became practical for email and Web-scale text. Joachims demonstrated support-vector machines for text categorisation, while Sahami and colleagues described Bayesian filtering for junk email. These systems showed that statistical models could convert large message flows into actionable categories. [1][2]
Spam filtering provided an early mass deployment of automated moderation-like behaviour. A message could be accepted, quarantined, labelled or rejected based on scores, sender signals and user feedback. It also demonstrated the adversarial pattern that would recur across moderation: once filters matter, senders change spelling, formatting, images and infrastructure to evade them.
Known-content matching developed along another path. Cryptographic hashes identify exact duplicates, while perceptual hashes can match transformed images or videos. Microsoft's PhotoDNA became a prominent system for identifying known child sexual abuse material by comparing image signatures rather than requiring repeated human inspection. The Global Internet Forum to Counter Terrorism later created a shared hash database for participating companies. These systems can be highly effective against already identified material, but they inherit the governance of the reference database: who added the hash, under which category, with what appeal and removal process? [5][6]
Social platforms expanded during the 2000s, turning moderation from a forum-administration task into global infrastructure. Policies multiplied across hate speech, harassment, extremism, nudity, self-harm, misinformation, fraud, copyright and child safety. Machine-learning systems increasingly performed proactive detection, queue ranking and some automatic enforcement. Gorwa, Binns and Katzenbach describe this as algorithmic content moderation: technical systems embedded within political decisions about platform governance. [4]
Deep learning improved image, speech and multilingual text classification, but difficult categories remained context dependent. Quotation can resemble endorsement. Reclaimed slurs can resemble attacks. Documentation of atrocities can resemble glorification. Satire can resemble misinformation. The same sentence may change meaning with speaker, target, relationship and event.
Transparency and procedural accountability consequently became central concerns. The Santa Clara Principles call for meaningful notice, numbers and appeal around moderation. The European Union's Digital Services Act imposes transparency and procedural obligations on intermediary services, including statements of reasons and reporting. These frameworks do not solve classification, but they recognise that automated enforcement is a governance process affecting rights and access. [9][10]
Large language models add a recent layer. They can classify nuanced text, explain proposed labels or assist reviewers, but they also introduce variability, prompt sensitivity and opaque reasoning. They do not abolish the need to specify policy, calibrate thresholds or preserve appeal. A more eloquent classifier is still a classifier, not Solomon with a GPU budget.