中文
相关论文

相关论文: Linking GloVe with word2vec

200 篇论文

Popular word embedding methods such as word2vec and GloVe assign a single vector representation to each word, even if a word has multiple distinct meanings. Multi-sense embeddings instead provide different vectors for each sense of a word.…

计算与语言 · 计算机科学 2019-04-03 Michael A. Hedderich , Andrew Yates , Dietrich Klakow , Gerard de Melo

Continuous word representations, trained on large unlabeled corpora are useful for many natural language processing tasks. Popular models that learn such representations ignore the morphology of words, by assigning a distinct vector to each…

计算与语言 · 计算机科学 2017-06-20 Piotr Bojanowski , Edouard Grave , Armand Joulin , Tomas Mikolov

Word embeddings are reliable feature representations of words used to obtain high quality results for various NLP applications. Uncontextualized word embeddings are used in many NLP tasks today, especially in resource-limited settings where…

计算与语言 · 计算机科学 2020-11-16 Kian Kenyon-Dean , Edward Newell , Jackie Chi Kit Cheung

Network embedding techniques inspired by word2vec represent an effective unsupervised relational learning model. Commonly, by means of a Skip-Gram procedure, these techniques learn low dimensional vector representations of the nodes in a…

机器学习 · 计算机科学 2019-07-23 Pedro Almagro-Blanco , Fernando Sancho-Caparrini

Speech representation learning with self-supervised algorithms has resulted in notable performance boosts in many downstream tasks. Recent work combined self-supervised learning (SSL) and visually grounded speech (VGS) processing mechanisms…

音频与语音处理 · 电气工程与系统科学 2024-03-08 Khazar Khorrami , María Andrea Cruz Blandón , Tuomas Virtanen , Okko Räsänen

A surprising property of word vectors is that word analogies can often be solved with vector arithmetic. However, it is unclear why arithmetic operators correspond to non-linear embedding models such as skip-gram with negative sampling…

计算与语言 · 计算机科学 2019-08-13 Kawin Ethayarajh , David Duvenaud , Graeme Hirst

Contextualized embeddings are proven to be powerful tools in multiple NLP tasks. Nonetheless, challenges regarding their interpretability and capability to represent lexical semantics still remain. In this paper, we propose that the task of…

计算与语言 · 计算机科学 2023-05-30 Yu-Hsiang Tseng , Mao-Chang Ku , Wei-Ling Chen , Yu-Lin Chang , Shu-Kai Hsieh

Word embedding models such as GloVe are widely used in natural language processing (NLP) research to convert words into vectors. Here, we provide a preliminary guide to probe latent emotions in text through GloVe word vectors. First, we…

计算与语言 · 计算机科学 2019-08-22 Zhengxuan Wu , Yueyi Jiang

We show that the skip-gram formulation of word2vec trained with negative sampling is equivalent to a weighted logistic PCA. This connection allows us to better understand the objective, compare it to other word embedding methods, and extend…

计算与语言 · 计算机科学 2017-05-30 Andrew J. Landgraf , Jeremy Bellay

This study addresses the challenges of multi-label text classification. The difficulties arise from imbalanced data sets, varied text lengths, and numerous subjective feature labels. Existing solutions include traditional machine learning…

计算与语言 · 计算机科学 2024-05-22 Hongren Wang

Recently, several works in the domain of natural language processing presented successful methods for word embedding. Among them, the Skip-Gram with negative sampling, known also as word2vec, advanced the state-of-the-art of various…

计算与语言 · 计算机科学 2017-02-22 Oren Barkan

Word2Vec's Skip Gram model is the current state-of-the-art approach for estimating the distributed representation of words. However, it assumes a single vector per word, which is not well-suited for representing words that have multiple…

计算与语言 · 计算机科学 2019-04-16 Saurav Manchanda , George Karypis

Although embedded vector representations of words offer impressive performance on many natural language processing (NLP) applications, the information of ordered input sequences is lost to some extent if only context-based samples are used…

计算与语言 · 计算机科学 2020-02-18 Bin Wang , Fenxiao Chen , Angela Wang , C. -C. Jay Kuo

We propose a novel graph visualization method leveraging random walk-based embeddings to replace costly graph-theoretical distance computations. Using word2vec-inspired embeddings, our approach captures both structural and semantic…

计算几何 · 计算机科学 2025-09-23 Minglai Yang , Reyan Ahmed

We describe an approach for unsupervised learning of a generic, distributed sentence encoder. Using the continuity of text from books, we train an encoder-decoder model that tries to reconstruct the surrounding sentences of an encoded…

计算与语言 · 计算机科学 2015-06-23 Ryan Kiros , Yukun Zhu , Ruslan Salakhutdinov , Richard S. Zemel , Antonio Torralba , Raquel Urtasun , Sanja Fidler

Neural network based word embeddings, such as Word2Vec and GloVe, are purely data driven in that they capture the distributional information about words from the training corpus. Past works have attempted to improve these embeddings by…

计算与语言 · 计算机科学 2020-01-24 Aakash Srinivasan , Harshavardhan Kamarthi , Devi Ganesan , Sutanu Chakraborti

In this paper, we propose a novel deep neural network architecture, Speech2Vec, for learning fixed-length vector representations of audio segments excised from a speech corpus, where the vectors contain semantic information pertaining to…

计算与语言 · 计算机科学 2018-06-12 Yu-An Chung , James Glass

Automated keyphrase extraction is a fundamental textual information processing task concerned with the selection of representative phrases from a document that summarize its content. This work presents a novel unsupervised method for…

计算与语言 · 计算机科学 2018-04-16 Eirini Papagiannopoulou , Grigorios Tsoumakas

Word embedding models have become a fundamental component in a wide range of Natural Language Processing (NLP) applications. However, embeddings trained on human-generated corpora have been demonstrated to inherit strong gender stereotypes…

计算与语言 · 计算机科学 2018-09-06 Jieyu Zhao , Yichao Zhou , Zeyu Li , Wei Wang , Kai-Wei Chang

We introduce a training method for both better word representation and performance, which we call GROVER (Gradual Rumination On the Vector with maskERs). The method is to gradually and iteratively add random noises to word embeddings while…

机器学习 · 计算机科学 2019-11-12 Hwiyeol Jo , Byoung-Tak Zhang