paper-with-me

홈 › Papers

Enhancing Semantic Word Representations by Embedding Deeper Word Relationships

2019-01-22 · Anupiya Nugaliyadde, Kok Wai Wong, Ferdous Sohel, Hong Xie

Word representations are created using analogy context-based statistics and lexical relations on words. Word representations are inputs for the learning models in Natural Language Understanding (NLU) tasks. However, to understand language, knowing only the context is not sufficient. Reading between the lines is a key component of NLU. Embedding deeper word relationships which are not represented in the context enhances the word representation. This paper presents a word embedding which combines an analogy, context-based statistics using Word2Vec, and deeper word relationships using Conceptnet, to create an expanded word representation. In order to fine-tune the word representation, Self-Organizing Map is used to optimize it. The proposed word representation is compared with semantic word representations using Simlex 999. Furthermore, the use of 3D visual representations has shown to be capable of representing the similarity and association between words. The proposed word representation shows a Spearman correlation score of 0.886 and provided the best results when compared to the current state-of-the-art methods, and exceed the human performance of 0.78.

📄 PDF Abstract BibTeX arXiv:1901.07176

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Understanding

Similar Papers 제목 키워드 기반

Enhancing Domain Word Embedding via Latent Semantic Imputation

2019-05-21 · Shibo Yao, Dantong Yu, Keli Xiao

We present a novel method named Latent Semantic Imputation (LSI) to transfer external knowledge into semantic space for enhancing word embedding. The method integrates graph theory to extract the latent manifold structur…

ImputationLanguage ModelingLanguage Modelling

Enhancing Recommender Systems Using Textual Embeddings from Pre-trained Language Models

2025-03-24 · Ngoc Luyen Le, Marie-Hélène Abel

Recent advancements in language models and pre-trained language models like BERT and RoBERTa have revolutionized natural language processing, enabling a deeper understanding of human-like language. In this paper, we expl…

Recommendation Systems

Enhancing Word Embeddings with Knowledge Extracted from Lexical Resources

2020-05-20 · ACL 2020 6 · Magdalena Biesialska, Bardia Rafieian, Marta R. Costa-jussà

In this work, we present an effective method for semantic specialization of word vector representations. To this end, we use traditional word embeddings and apply specialization methods to better capture semantic relatio…

dialog state trackingWord EmbeddingsWord Similarity

Incorporating Syntactic and Semantic Information in Word Embeddings using Graph Convolutional Networks

2018-09-12 · ACL 2019 7 · Shikhar Vashishth, Manik Bhandari, Prateek Yadav, Piyush Rai 외

Word embeddings have been widely adopted across several NLP applications. Most existing word embedding methods utilize sequential context of a word to learn its embedding. While there have been some attempts at utilizing…

Learning Word EmbeddingsRepresentation LearningWord Embeddings

Enhancing Word-Level Semantic Representation via Dependency Structure for Expressive Text-to-Speech Synthesis

2021-04-14 · Yixuan Zhou, Changhe Song, Jingbei Li, Zhiyong Wu 외

Exploiting rich linguistic information in raw text is crucial for expressive text-to-speech (TTS). As large scale pre-trained text representation develops, bidirectional encoder representations from Transformers (BERT) h…

Dependency ParsingRepresentation LearningSentenceSpeech Synthesis+3