paper-with-me

Papers

Word Embeddings for Multi-label Document Classification

2017-09-01 · RANLP 2017 9 · Ladislav Lenc, Pavel Kr{\'a}l

In this paper, we analyze and evaluate word embeddings for representation of longer texts in the multi-label classification scenario. The embeddings are used in three convolutional neural network topologies. The experiments are realized on the Czech {\v{C}}TK and English Reuters-21578 standard corpora. We compare the results of word2vec static and trainable embeddings with randomly initialized word vectors. We conclude that initialization does not play an important role for classification. However, learning of word vectors is crucial to obtain good results.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDocument ClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONSentiment AnalysisText ClassificationWord Embeddings

Similar Papers 제목 키워드 기반

Improving Document Classification with Multi-Sense Embeddings

2019-11-18 · Vivek Gupta, Ankit Saw, Pegah Nokhiz, Harshit Gupta 외

Efficient representation of text documents is an important building block in many NLP tasks. Research on long text categorization has shown that simple weighted averaging of word vectors for sentence representation often…

ClassificationClusteringDocument ClassificationGeneral Classification+3

Cluster Labeling by Word Embeddings and WordNet's Hypernymy

2018-12-01 · ALTA 2018 12 · Hanieh Poostchi, Massimo Piccardi

Cluster labeling is the assignment of representative labels to clusters obtained from the organization of a document collection. Once assigned, the labels can play an important role in applications such as navigation, se…

ClusteringDescriptiveDocument ClassificationLearning Word Embeddings+1

Few-Shot Text Classification with Pre-Trained Word Embeddings and a Human in the Loop

2018-04-05 · Katherine Bailey, Sunny Chopra

Most of the literature around text classification treats it as a supervised learning problem: given a corpus of labeled documents, train a classifier such that it can accurately predict the classes of unseen documents. I…

Few-Shot LearningFew-Shot Text ClassificationGeneral ClassificationManagement+3

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

Graph Convolutional Networks for Text Classification

2018-09-15 · Liang Yao, Chengsheng Mao, Yuan Luo

Text classification is an important and classical problem in natural language processing. There have been a number of studies that applied convolutional neural networks (convolution on regular grid, e.g., sequence) to cl…

General ClassificationSentiment AnalysisText Classification