Metric Learning for Dynamic Text Classification (D19-61)

Copied to clipboard

Challenge: Traditional text classifiers are limited to predicting over a fixed set of labels, but real-world applications require dynamic classification.
Approach: They propose to replace the traditional fixed-size output layer with a learned metric space . they propose to add or remove support points in the metric and fine-tune the resulting metric .
Outcome: The proposed method is robust to changes in the label space and improves performance in low data regime.

Similar Papers

Improve Meta-learning for Few-Shot Text Classification with All You Can Acquire from the Tasks (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for few-shot text classification often encounter problems drawing accurate class prototypes from support set samples.
Approach: They propose a meta-learning method that leverages the information within the task itself . they propose Query-Data-Augmenter and Label-Adapter to build a task-adaptive metric space .
Outcome: The proposed method shows obvious advantages over state-of-the-art models on eight benchmark datasets.
Like a Good Nearest Neighbor: Practical Content Moderation and Text Classification (2024.eacl-long)

Copied to clipboard

Challenge: Few-shot text classification systems are infeasible to deploy and use reliably due to their dependence on prompting and billion-parameter language models.
Approach: They propose a modification to SetFit that fine-tunes a Sentence Transformer under a contrastive learning paradigm and achieves similar results to more unwieldy systems.
Outcome: The proposed model fine-tunes a Sentence Transformer under a contrastive learning paradigm and achieves similar results to more unwieldy systems.
Knowledge Guided Metric Learning for Few-Shot Text Classification (2021.naacl-main)

Copied to clipboard

Challenge: Existing methods to learn from limited examples are insufficient for many-shot text classification tasks.
Approach: They propose to introduce external knowledge into few-shot learning to imitate human knowledge by creating a parameter generator network that generates different metrics for different tasks.
Outcome: The proposed method outperforms the SoTA few-shot text classification models.
Contrastive Learning-Enhanced Nearest Neighbor Mechanism for Multi-Label Text Classification (2022.acl-short)

Copied to clipboard

Challenge: Existing methods for multi-label text classification neglect the knowledge from the existing similar instances when predicting labels of a specific text.
Approach: They propose a k nearest neighbor mechanism which retrieves several neighbor instances and interpolates the model output with their labels.
Outcome: Extensive experiments show that the proposed method can bring significant performance improvements to multiple MLTC models including state-of-the-art pretrained and non-pretrained ones.
Diverse Few-Shot Text Classification with Multiple Metrics (N18-1)

Copied to clipboard

Challenge: Existing methods for few-shot learning are insufficient to capture task variations in natural language domains.
Approach: They propose an adaptive metric learning approach that automatically determines the best weighted combination from a set of metrics obtained from meta-training tasks for a newly seen few-shot task.
Outcome: The proposed method performs favorably against state-of-the-art few shot learning algorithms on real-world sentiment analysis and dialog intent classification datasets.
Joint Embedding of Words and Labels for Text Classification (P18-1)

Copied to clipboard

Challenge: Existing approaches to text classification use word embeddings to capture semantic regularities between words.
Approach: They propose to view text classification as a label-word joint embedding problem . they use a framework that measures compatibility between text sequences and labels .
Outcome: The proposed framework outperforms the state-of-the-art methods on large text datasets.
From Text Segmentation to Enhanced Representation Learning: A Novel Approach to Multi-Label Classification for Long Texts (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing models rely on pre-trained language models, which have a maximum input sequence length of 512 tokens, and therefore have 'input length limitation'.
Approach: They propose a text segmentation algorithm which guarantees to produce the optimal segmentation to address the issue of input length limitation caused by PLMs.
Outcome: The proposed method improves both text and label representations on MLTC datasets, unraveling the intricate correlations between texts and labels.
Fusing Label Embedding into BERT: An Efficient Improvement for Text Classification (2021.findings-acl)

Copied to clipboard

Challenge: Existing methods to improve text classification performance of pre-trained models have been used to improve their performance.
Approach: They propose a method for improving BERT's performance by using a label embedding technique while keeping almost the same computational cost.
Outcome: The proposed method improves BERT's performance on six text classification benchmark datasets while keeping almost the same computational cost.
Robust Text Classifier on Test-Time Budgets (D19-1)

Copied to clipboard

Challenge: Recent advances in deep neural networks (DNNs) achieve high accuracy on many text classification tasks.
Approach: They propose a generic framework for learning a robust text classification model . they use a data aggregation method to train the classifier on a large corpus of text .
Outcome: The proposed framework achieves consistent speedup with little degradation in accuracy on four benchmark text classification tasks.
Feature Projection for Improved Text Classification (2020.acl-main)

Copied to clipboard

Challenge: In sentiment classification, there are some good features that are indicative of class labels, but there are also many common features that do not discriminate for classification.
Approach: They propose to project existing features into the orthogonal space of the common features and make them more discriminative for classification.
Outcome: The proposed method improves CNN, RNN, Transformer, and Bert based text classification and obtains markedly better results.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations