paper-with-me

Papers

Multi-pretraining for Large-scale Text Classification

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Kang-Min Kim, Bumsu Hyeon, Yeachan Kim, Jun-Hyung Park, SangKeun Lee

Deep neural network-based pretraining methods have achieved impressive results in many natural language processing tasks including text classification. However, their applicability to large-scale text classification with numerous categories (e.g., several thousands) is yet to be well-studied, where the training data is insufficient and skewed in terms of categories. In addition, existing pretraining methods usually involve excessive computation and memory overheads. In this paper, we develop a novel multi-pretraining framework for large-scale text classification. This multi-pretraining framework includes both a self-supervised pretraining and a weakly supervised pretraining. We newly introduce an out-of-context words detection task on the unlabeled data as the self-supervised pretraining. It captures the topic-consistency of words used in sentences, which is proven to be useful for text classification. In addition, we propose a weakly supervised pretraining, where labels for text classification are obtained automatically from an existing approach. Experimental results clearly show that both pretraining approaches are effective for large-scale text classification task. The proposed scheme exhibits significant improvements as much as 3.8{\%} in terms of macro-averaging F1-score over strong pretraining methods, while being computationally efficient.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Neural Semi-supervised Learning for Text Classification Under Large-Scale Pretraining

2020-11-17 · Zijun Sun, Chun Fan, Xiaofei Sun, Yuxian Meng 외

The goal of semi-supervised learning is to utilize the unlabeled, in-domain dataset U to improve models trained on the labeled dataset D. Under the context of large-scale language-model (LM) pretraining, how we can make …

General ClassificationLanguage ModellingPseudo Labeltext-classification+1

Image Captioners Are Scalable Vision Learners Too

2023-06-13 · NeurIPS 2023 11 · Michael Tschannen, Manoj Kumar, Andreas Steiner, Xiaohua Zhai 외

Contrastive pretraining on image-text pairs from the web is one of the most popular large-scale pretraining strategies for vision backbones, especially in the context of large multimodal models. At the same time, image c…

DecoderImage Captioning

Weakly-guided Self-supervised Pretraining for Temporal Activity Detection

2021-11-26 · Kumara Kahatapitiya, Zhou Ren, Haoxiang Li, Zhenyu Wu 외

Temporal Activity Detection aims to predict activity classes per frame, in contrast to video-level predictions in Activity Classification (i.e., Activity Recognition). Due to the expensive frame-level annotations require…

Action DetectionActivity DetectionActivity RecognitionClassification

BertGCN: Transductive Text Classification by Combining GCN and BERT

2021-05-12 · Yuxiao Lin, Yuxian Meng, Xiaofei Sun, Qinghong Han 외

In this work, we propose BertGCN, a model that combines large scale pretraining and transductive learning for text classification. BertGCN constructs a heterogeneous graph over the dataset and represents documents as nod…

Classificationtext-classificationText ClassificationTransductive Learning

MDAPT: Multilingual Domain Adaptive Pretraining in a Single Model

2021-09-14 · Findings (EMNLP) 2021 11 · Rasmus Kær Jørgensen, Mareike Hartmann, Xiang Dai, Desmond Elliott

Domain adaptive pretraining, i.e. the continued unsupervised pretraining of a language model on domain-specific text, improves the modelling of text for downstream tasks within the domain. Numerous real-world application…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3