paper-with-me

Papers

Multi-class Text Classification using BERT-based Active Learning

2021-04-27 · Sumanth Prabhu, Moosa Mohamed, Hemant Misra

Text Classification finds interesting applications in the pickup and delivery services industry where customers require one or more items to be picked up from a location and delivered to a certain destination. Classifying these customer transactions into multiple categories helps understand the market needs for different customer segments. Each transaction is accompanied by a text description provided by the customer to describe the products being picked up and delivered which can be used to classify the transaction. BERT-based models have proven to perform well in Natural Language Understanding. However, the product descriptions provided by the customers tend to be short, incoherent and code-mixed (Hindi-English) text which demands fine-tuning of such models with manually labelled data to achieve high accuracy. Collecting this labelled data can prove to be expensive. In this paper, we explore Active Learning strategies to label transaction descriptions cost effectively while using BERT to train a transaction classification model. On TREC-6, AG's News Corpus and an internal dataset, we benchmark the performance of BERT across different Active Learning strategies in Multi-Class Text Classification.

📄 PDF Abstract BibTeX arXiv:2104.14289

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningClassificationGeneral ClassificationMulti Class Text ClassificationNatural Language Understandingtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…
WordPiece 설명 없음
Residual Connection 설명 없음
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 제목 키워드 기반

Active Learning for BERT: An Empirical Study

2020-11-01 · EMNLP 2020 11 · Liat Ein-Dor, Alon Halfon, Ariel Gera, Eyal Shnarch 외

Real world scenarios present a challenge for text classification, since labels are usually expensive and the data is often characterized by class imbalance. Active Learning (AL) is a ubiquitous paradigm to cope with data…

Active LearningBinary text classificationClassificationGeneral Classification+2

CRL+: A Novel Semi-Supervised Deep Active Contrastive Representation Learning-Based Text Classification Model for Insurance Data

2023-02-08 · Amir Namavar Jahromi, Ebrahim Pourjafari, Hadis Karimipour, Amit Satpathy 외

Financial sector and especially the insurance industry collect vast volumes of text on a daily basis and through multiple channels (their agents, customer care centers, emails, social networks, and web in general). The i…

Active LearningRepresentation Learningtext-classificationText Classification

A Sentence-level Hierarchical BERT Model for Document Classification with Limited Labelled Data

2021-06-12 · Jinghui Lu, Maeve Henchion, Ivan Bacher, Brian Mac Namee

Training deep learning models with limited labelled data is an attractive scenario for many NLP tasks, including document classification. While with the recent emergence of BERT, deep learning language models can achieve…

ClassificationDocument ClassificationSentence

IDEA: Interactive DoublE Attentions from Label Embedding for Text Classification

2022-09-23 · Ziyuan Wang, Hailiang Huang, Songqiao Han

Current text classification methods typically encode the text merely into embedding before a naive or complicated classifier, which ignores the suggestive information contained in the label text. As a matter of fact, hum…

text-classificationText Classification

Towards Efficient Active Learning in NLP via Pretrained Representations

2024-02-23 · Artem Vysogorets, Achintya Gopal

Fine-tuning Large Language Models (LLMs) is now a common approach for text classification in a wide range of applications. When labeled documents are scarce, active learning helps save annotation efforts but requires ret…

Active Learningtext-classificationText Classification