paper-with-me

Papers

Improving Pretrained Models for Zero-shot Multi-label Text Classification through Reinforced Label Hierarchy Reasoning

2021-04-04 · NAACL 2021 4 · Hui Liu, Danqing Zhang, Bing Yin, Xiaodan Zhu

Exploiting label hierarchies has become a promising approach to tackling the zero-shot multi-label text classification (ZS-MTC) problem. Conventional methods aim to learn a matching model between text and labels, using a graph encoder to incorporate label hierarchies to obtain effective label representations \cite{rios2018few}. More recently, pretrained models like BERT \cite{devlin2018bert} have been used to convert classification tasks into a textual entailment task \cite{yin-etal-2019-benchmarking}. This approach is naturally suitable for the ZS-MTC task. However, pretrained models are underexplored in the existing work because they do not generate individual vector representations for text or labels, making it unintuitive to combine them with conventional graph encoding methods. In this paper, we explore to improve pretrained models with label hierarchies on the ZS-MTC task. We propose a Reinforced Label Hierarchy Reasoning (RLHR) approach to encourage interdependence among labels in the hierarchies during training. Meanwhile, to overcome the weakness of flat predictions, we design a rollback algorithm that can remove logical errors from predictions during inference. Experimental results on three real-life datasets show that our approach achieves better performance and outperforms previous non-pretrained methods on the ZS-MTC task.

📄 PDF Abstract BibTeX arXiv:2104.01666

Code (1)

layneins/Zero-shot-RLHR 공식 구현

Tasks

BenchmarkingMulti Label Text ClassificationMulti-Label Text ClassificationNatural Language Inferencetext-classificationText Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

The Benefits of Label-Description Training for Zero-Shot Text Classification

2023-05-03 · Lingyu Gao, Debanjan Ghosh, Kevin Gimpel

Pretrained language models have improved zero-shot text classification by allowing the transfer of semantic knowledge from the training data in order to classify among specific label sets in downstream tasks. We propose …

Classificationdomain classificationtext-classificationText Classification+3

Visual Language Pretrained Multiple Instance Zero-Shot Transfer for Histopathology Images

2023-06-13 · CVPR 2023 1 · Ming Y. Lu, Bowen Chen, Andrew Zhang, Drew F. K. Williamson 외

Contrastive visual language pretraining has emerged as a powerful method for either training new language-aware image encoders or augmenting existing pretrained models with zero-shot visual recognition capabilities. Howe…

DiagnosticMultiple Instance Learningwhole slide images

XeroAlign: Zero-Shot Cross-lingual Transformer Alignment

2021-05-06 · Findings (ACL) 2021 8 · Milan Gritta, Ignacio Iacobacci

The introduction of pretrained cross-lingual language models brought decisive improvements to multilingual NLP tasks. However, the lack of labelled task data necessitates a variety of methods aiming to close the gap to h…

Multilingual NLPNatural Language UnderstandingSentenceSentence Embeddings+3

MultiEURLEX - A multi-lingual and multi-label legal document classification dataset for zero-shot cross-lingual transfer

2021-11-01 · EMNLP 2021 11 · Ilias Chalkidis, Manos Fergadiotis, Ion Androutsopoulos

We introduce MULTI-EURLEX, a new multilingual dataset for topic classification of legal documents. The dataset comprises 65k European Union (EU) laws, officially translated in 23 languages, annotated with multiple labels…

Cross-Lingual TransferDocument ClassificationTopic ClassificationZero-Shot Cross-Lingual Transfer

MultiEURLEX -- A multi-lingual and multi-label legal document classification dataset for zero-shot cross-lingual transfer

2021-09-02 · Ilias Chalkidis, Manos Fergadiotis, Ion Androutsopoulos

We introduce MULTI-EURLEX, a new multilingual dataset for topic classification of legal documents. The dataset comprises 65k European Union (EU) laws, officially translated in 23 languages, annotated with multiple labels…

Cross-Lingual TransferDocument ClassificationTopic ClassificationZero-Shot Cross-Lingual Transfer