Challenge: Multi-label classification (MLC) aims to assign multiple labels to each sample.
Approach: They propose a sequence-to-set model that is trained via reinforcement learning and rewards feedback independent of the label order.
Outcome: The proposed model outperforms baseline models and reduces sensitivity to label order.

Similar Papers

OTSeq2Set: An Optimal Transport Enhanced Sequence-to-Set Model for Extreme Multi-label Text Classification (2022.emnlp-main)

Copied to clipboard

Challenge: Extreme multi-label text classification (XMTC) is a task of finding the most relevant subset labels from an extremely large label set.
Approach: They propose an autoregressive sequence-to-set model for XMTC tasks named OTSeq2Set.
Outcome: The proposed model outperforms other competitive baselines on 4 benchmark datasets.
Enhancing Label Correlation Feedback in Multi-Label Text Classification via Multi-Task Learning (2021.findings-acl)

Copied to clipboard

Challenge: Existing approaches to multi-task learning fail to capture label correlations . Existing methods suffer from label order dependency, label combination over-fitting and error propagation problems.
Approach: They propose a novel approach with multi-task learning to enhance label correlation feedback.
Outcome: The proposed method outperforms baselines on AAPD and RCV1-V2 datasets.
An Exploration of Arbitrary-Order Sequence Labeling via Energy-Based Inference Networks (2020.emnlp-main)

Copied to clipboard

Challenge: Recent work shows that conditional random fields (CRFs) perform well in sequence labeling tasks.
Approach: They propose several high-order energy terms to capture dependencies among labels in sequence labeling . they use convolutional, recurrent, and self-attention networks to construct these energy terms .
Outcome: The proposed approach improves on four sequence labeling tasks while having the same decoding speed as simple classifiers.
SGM: Sequence Generation Model for Multi-label Classification (C18-1)

Copied to clipboard

Challenge: Existing methods ignore the correlations between labels and different parts of the text can contribute differently for predicting different labels.
Approach: They propose to view the multi-label classification task as a sequence generation problem and apply a decoder-based sequence generation model to solve it.
Outcome: The proposed methods outperform previous work by a substantial margin.
Conditional set generation using Seq2seq models (2022.emnlp-main)

Copied to clipboard

Challenge: Several NLP tasks are instances of set generation.
Approach: They propose a model-independent data augmentation approach that enlarges the model with the signals of order-invariance and cardinality.
Outcome: The proposed method improves performance on four benchmark datasets with no additional annotations.
Improving Pretrained Models for Zero-shot Multi-label Text Classification through Reinforced Label Hierarchy Reasoning (2021.naacl-main)

Copied to clipboard

Challenge: Existing zero-shot learning methods for multi-label text classification mostly learn a matching model between the feature space of text and the label space.
Approach: They propose to use a graph encoder to incorporate label hierarchies to learn effective label representations on the zero-shot multi-label text classification problem.
Outcome: The proposed approach outperforms previous non-pretrained methods on the zero-shot multi-label text classification task.
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.
Adapting RNN Sequence Prediction Model to Multi-label Set Prediction (N19-1)

Copied to clipboard

Challenge: Existing approaches to multi-label classification are based on pre-specifying the label order, or relating the sequence probability to the set probability in ad hoc ways.
Approach: They propose a new training objective that maximizes this set probability and a prediction objective that finds the most probable set on a test document.
Outcome: The proposed model outperforms existing methods on a set of labels for multi-label classification . the proposed model is based on 'set probability' and 'prediction objective'
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.
Seq2Emo: A Sequence to Multi-Label Emotion Classification Model (2021.naacl-main)

Copied to clipboard

Challenge: Existing methods for multi-label emotion classification are based on binary relevance and classifier chain (CC)
Approach: They propose a sequence-to-emotion approach which implicitly models emotion correlations in a bi-directional decoder.
Outcome: The proposed approach outperforms state-of-the-art methods on a SemEval’18 and GoEmotions dataset.

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