CLJun 18

Clusters are All You Need: Pre-Training the Tsetlin Machine with Semantic Clusters from Language Models for Interpretability

arXiv:2606.198158.2
Predicted impact top 93% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For high-stakes text classification tasks requiring interpretability, this work provides a way to combine the transparency of Tsetlin Machines with the performance of pre-trained language models.

The authors propose a pre-training framework that transfers semantic knowledge from language models into Tsetlin Machines via clustering, achieving performance competitive with BERT while maintaining interpretability. Across five datasets, the method substantially outperforms vanilla and embedding-based TMs.

Pre-trained language models such as BERT achieve strong text classification performance but lack transparency, limiting their use in high-stakes settings. The Tsetlin Machine (TM) offers fully interpretable, clause-based reasoning but captures little semantic information, and prior attempts to bridge the two rely on static word embeddings that miss contextual meaning. We propose a semantic pre-training framework that transfers knowledge from a pre-trained language model into a TM without using embeddings. Text samples are grouped into semantically coherent clusters with K-means or Top2Vec, and the resulting cluster-sample pairs pre-train a non-negated TM with enhanced Type I feedback. The TM thereby learns interpretable semantic keywords that are fine-tuned on downstream tasks. Across five datasets, our method substantially outperforms vanilla and embedding-based TMs and reaches performance competitive with BERT while remaining interpretable.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes