CLIRLGMay 31, 2020

Improve Document Embedding for Text Categorization Through Deep Siamese Neural Network

arXiv:2006.00572v12 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of efficient text classification for natural language processing applications, but it appears incremental as it applies a known Siamese network architecture to document embedding.

The paper tackled the challenge of creating low-dimensional document embeddings for text categorization by proposing a deep Siamese neural network, which outperformed conventional and state-of-the-art methods on the BBC news dataset.

Due to the increasing amount of data on the internet, finding a highly-informative, low-dimensional representation for text is one of the main challenges for efficient natural language processing tasks including text classification. This representation should capture the semantic information of the text while retaining their relevance level for document classification. This approach maps the documents with similar topics to a similar space in vector space representation. To obtain representation for large text, we propose the utilization of deep Siamese neural networks. To embed document relevance in topics in the distributed representation, we use a Siamese neural network to jointly learn document representations. Our Siamese network consists of two sub-network of multi-layer perceptron. We examine our representation for the text categorization task on BBC news dataset. The results show that the proposed representations outperform the conventional and state-of-the-art representations in the text classification task on this dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes