paper-with-me

Papers

NeuralClassifier: An Open-source Neural Hierarchical Multi-label Text Classification Toolkit

2019-07-01 · ACL 2019 7 · Liqun Liu, Funan Mu, Pengyu Li, Xin Mu, Jing Tang, Xingsheng Ai, Ran Fu, LiFeng Wang, Xing Zhou

In this paper, we introduce NeuralClassifier, a toolkit for neural hierarchical multi-label text classification. NeuralClassifier is designed for quick implementation of neural models for hierarchical multi-label classification task, which is more challenging and common in real-world scenarios. A salient feature is that NeuralClassifier currently provides a variety of text encoders, such as FastText, TextCNN, TextRNN, RCNN, VDCNN, DPCNN, DRNN, AttentiveConvNet and Transformer encoder, etc. It also supports other text classification scenarios, including binary-class and multi-class classification. Built on PyTorch, the core operations are calculated in batch, making the toolkit efficient with the acceleration of GPU. Experiments show that models built in our toolkit achieve comparable performance with reported results in the literature.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationGPUHierarchical Multi-label ClassificationMulti-class ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti Label Text ClassificationMulti-Label Text Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Recent Advances in Hierarchical Multi-label Text Classification: A Survey

2023-07-30 · Rundong Liu, Wenhan Liang, Weijun Luo, Yuxiang Song 외

Hierarchical multi-label text classification aims to classify the input text into multiple labels, among which the labels are structured and hierarchical. It is a vital task in many real world applications, e.g. scientif…

ClassificationMulti Label Text ClassificationMulti-Label Text ClassificationSurvey+2

Multi-source Hierarchical Prediction Consolidation

2016-08-11 · Chenwei Zhang, Sihong Xie, Yaliang Li, Jing Gao 외

In big data applications such as healthcare data mining, due to privacy concerns, it is necessary to collect predictions from multiple information sources for the same instance, with raw features being discarded or withh…

Prediction

Academic Resource Text Level Multi-label Classification based on Attention

2022-03-21 · Yue Wang, Yawen Li, Ang Li

Hierarchical multi-label academic text classification (HMTC) is to assign academic texts into a hierarchically structured labeling system. We propose an attention-based hierarchical multi-label classification algorithm o…

ClassificationDocument EmbeddingHierarchical Multi-label ClassificationMulti-Label Classification+3

Kaggle LSHTC4 Winning Solution

2014-05-03 · Antti Puurula, Jesse Read, Albert Bifet

Our winning submission to the 2014 Kaggle competition for Large Scale Hierarchical Text Classification (LSHTC) consists mostly of an ensemble of sparse generative models extending Multinomial Naive Bayes. The base-classi…

text-classificationText Classification

HyperFusion: Hierarchical Multimodal Ensemble Learning for Social Media Popularity Prediction

2025-07-01 · Liliang Ye, Yunyao Zhang, Yafeng Wu, Yi-Ping Phoebe Chen 외 arxiv

Social media popularity prediction plays a crucial role in content optimization, marketing strategies, and user engagement enhancement across digital platforms. However, predicting post popularity remains challenging due…

Social Media Popularity PredictionEnsemble Learning