CLIRJun 3, 2020

Exploiting Class Labels to Boost Performance on Embedding-based Text Classification

arXiv:2006.02104v25 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for text classification tasks using embeddings, addressing a specific bottleneck in feature weighting.

The authors tackled the problem of embeddings being unaware of class-specific word distributions in text classification by introducing the TF-CR weighting scheme, which improved performance over TF-IDF and KLD on eight datasets.

Text classification is one of the most frequent tasks for processing textual data, facilitating among others research from large-scale datasets. Embeddings of different kinds have recently become the de facto standard as features used for text classification. These embeddings have the capacity to capture meanings of words inferred from occurrences in large external collections. While they are built out of external collections, they are unaware of the distributional characteristics of words in the classification dataset at hand, including most importantly the distribution of words across classes in training data. To make the most of these embeddings as features and to boost the performance of classifiers using them, we introduce a weighting scheme, Term Frequency-Category Ratio (TF-CR), which can weight high-frequency, category-exclusive words higher when computing word embeddings. Our experiments on eight datasets show the effectiveness of TF-CR, leading to improved performance scores over the well-known weighting schemes TF-IDF and KLD as well as over the absence of a weighting scheme in most cases.

Code Implementations1 repo
Foundations

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

Your Notes