paper-with-me

홈 › Papers

Decomposing Word Embedding with the Capsule Network

2020-04-07 · Xin Liu, Qingcai Chen, Yan Liu, Joanna Siebert, Baotian Hu, Xiang-Ping Wu, Buzhou Tang

Word sense disambiguation tries to learn the appropriate sense of an ambiguous word in a given context. The existing pre-trained language methods and the methods based on multi-embeddings of word did not explore the power of the unsupervised word embedding sufficiently. In this paper, we discuss a capsule network-based approach, taking advantage of capsule's potential for recognizing highly overlapping features and dealing with segmentation. We propose a Capsule network-based method to Decompose the unsupervised word Embedding of an ambiguous word into context specific Sense embedding, called CapsDecE2S. In this approach, the unsupervised ambiguous embedding is fed into capsule network to produce its multiple morpheme-like vectors, which are defined as the basic semantic language units of meaning. With attention operations, CapsDecE2S integrates the word context to reconstruct the multiple morpheme-like vectors into the context-specific sense embedding. To train CapsDecE2S, we propose a sense matching training method. In this method, we convert the sense learning into a binary classification that explicitly learns the relation between senses by the label of matching and non-matching. The CapsDecE2S was experimentally evaluated on two sense learning tasks, i.e., word in context and word sense disambiguation. Results on two public corpora Word-in-Context and English all-words Word Sense Disambiguation show that, the CapsDecE2S model achieves the new state-of-the-art for the word in context and word sense disambiguation tasks.

📄 PDF Abstract BibTeX arXiv:2004.13844

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationWord EmbeddingsWord Sense Disambiguation

Methods 이 논문이 사용한 방법론

Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…

Similar Papers 제목 키워드 기반

Sentylic at IEST 2018: Gated Recurrent Neural Network and Capsule Network Based Approach for Implicit Emotion Detection

2018-09-05 · WS 2018 10 · Prabod Rathnayaka, Supun Abeysinghe, Chamod Samarajeewa, Isura Manchanayake 외

In this paper, we present the system we have used for the Implicit WASSA 2018 Implicit Emotion Shared Task. The task is to predict the emotion of a tweet of which the explicit mentions of emotion terms have been removed.…

Word Embeddings

Investigating Capsule Network and Semantic Feature on Hyperplanes for Text Classification

2019-11-01 · IJCNLP 2019 11 · Chunning Du, Haifeng Sun, Jingyu Wang, Qi Qi 외

As an essential component of natural language processing, text classification relies on deep learning in recent years. Various neural networks are designed for text classification on the basis of word embedding. However,…

ClassificationGeneral Classificationtext-classificationText Classification

Detecting Fake News with Capsule Neural Networks

2020-02-03 · Mohammad Hadi Goldani, Saeedeh Momtazi, Reza Safabakhsh

Fake news is dramatically increased in social media in recent years. This has prompted the need for effective fake news detection algorithms. Capsule neural networks have been successful in computer vision and are receiv…

Fake News DetectionWord Embeddings

Dual-State Capsule Networks for Text Classification

2021-09-10 · Piyumal Demotte, Surangika Ranathunga

Text classification systems based on contextual embeddings are not viable options for many of the low resource languages. On the other hand, recently introduced capsule networks have shown performance in par with these t…

ClassificationLanguage ModelingLanguage ModellingSentence+2

Compositional Coding Capsule Network with K-Means Routing for Text Classification

2018-10-22 · Hao Ren, Hong Lu

Text classification is a challenging problem which aims to identify the category of texts. In the process of training, word embeddings occupy a large part of parameters. Under the limitation of limited computing resource…

ClassificationClusteringGeneral ClassificationSentiment Analysis+2