中文
相关论文

相关论文: Corrected CBOW Performs as well as Skip-gram

200 篇论文

The introduction of embedding techniques has pushed forward significantly the Natural Language Processing field. Many of the proposed solutions have been presented for word-level encoding; anyhow, in the last years, new mechanism to treat…

计算与语言 · 计算机科学 2023-04-07 Matteo Muffo , Roberto Tedesco , Licia Sbattella , Vincenzo Scotti

This work studies the representational mapping across multimodal data such that given a piece of the raw data in one modality the corresponding semantic description in terms of the raw data in another modality is immediately obtained. Such…

计算与语言 · 计算机科学 2015-12-01 Zachary Seymour , Yingming Li , Zhongfei Zhang

Although contextualized embeddings generated from large-scale pre-trained models perform well in many tasks, traditional static embeddings (e.g., Skip-gram, Word2Vec) still play an important role in low-resource and lightweight settings due…

计算与语言 · 计算机科学 2023-03-24 Jiangbin Zheng , Yile Wang , Ge Wang , Jun Xia , Yufei Huang , Guojiang Zhao , Yue Zhang , Stan Z. Li

Word embedding is designed to represent the semantic meaning of a word with low dimensional vectors. The state-of-the-art methods of learning word embeddings (word2vec and GloVe) only use the word co-occurrence information. The learned…

计算与语言 · 计算机科学 2018-09-11 Ruixuan Luo

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

With a simple architecture and the ability to learn meaningful word embeddings efficiently from texts containing billions of words, word2vec remains one of the most popular neural language models used today. However, as only a single…

机器学习 · 统计学 2017-06-09 Franziska Horn

We propose a novel word embedding pre-training approach that exploits writing errors in learners' scripts. We compare our method to previous models that tune the embeddings based on script scores and the discrimination between correct and…

计算与语言 · 计算机科学 2019-07-05 Youmna Farag , Marek Rei , Ted Briscoe

In this paper, we propose a new word embedding based corpus consisting of more than 61 million words crawled from multiple web resources. We design a preprocessing pipeline for the filtration of unwanted text from crawled data. Afterwards,…

计算与语言 · 计算机科学 2024-08-29 Wazir Ali , Saifullah Tumrani , Jay Kumar , Tariq Rahim Soomro

Although the word-popularity based negative sampler has shown superb performance in the skip-gram model, the theoretical motivation behind oversampling popular (non-observed) words as negative samples is still not well understood. In this…

机器学习 · 计算机科学 2018-06-27 Long Chen , Fajie Yuan , Joemon M. Jose , Weinan Zhang

Comparing spoken segments is a central operation to speech processing. Traditional approaches in this area have favored frame-level dynamic programming algorithms, such as dynamic time warping, because they require no supervision, but they…

计算与语言 · 计算机科学 2023-08-30 Shane Settle

The skip-gram (SG) model learns word representation by predicting the words surrounding a center word from unstructured text data. However, not all words in the context window contribute to the meaning of the center word. For example, less…

计算与语言 · 计算机科学 2021-02-18 Dongjae Kim , Jong-Kook Kim

Skip-gram (word2vec) is a recent method for creating vector representations of words ("distributed word representations") using a neural network. The representation gained popularity in various areas of natural language processing, because…

计算与语言 · 计算机科学 2020-07-09 Tom Kocmi , Ondřej Bojar

Current graph representation learning techniques use Graph Neural Networks (GNNs) to extract features from dataset embeddings. In this work, we examine the quality of these embeddings and assess how changing them can affect the accuracy of…

机器学习 · 计算机科学 2022-11-30 S. Purchase , A. Zhao , R. D. Mullins

Words embedding (distributed word vector representations) have become an essential component of many natural language processing (NLP) tasks such as machine translation, sentiment analysis, word analogy, named entity recognition and word…

计算与语言 · 计算机科学 2020-01-08 Idris Abdulmumin , Bashir Shehu Galadanci

Verbal metonymy has received relatively scarce attention in the field of computational linguistics despite the fact that a model to accurately paraphrase metonymy has applications both in academia and the technology sector. The method…

计算与语言 · 计算机科学 2017-09-20 Alberto Morón Hernández

While cross-lingual word embeddings have been studied extensively in recent years, the qualitative differences between the different algorithms remain vague. We observe that whether or not an algorithm uses a particular feature set…

计算与语言 · 计算机科学 2017-01-11 Omer Levy , Anders Søgaard , Yoav Goldberg

Ensembling word embeddings to improve distributed word representations has shown good success for natural language processing tasks in recent years. These approaches either carry out straightforward mathematical operations over a set of…

计算与语言 · 计算机科学 2018-08-14 James O' Neill , Danushka Bollegala

Data representation is a fundamental task in machine learning. The representation of data affects the performance of the whole machine learning system. In a long history, the representation of data is done by feature engineering, and…

计算与语言 · 计算机科学 2016-11-21 Siwei Lai

SkipGram word embedding models with negative sampling, or SGN in short, is an elegant family of word embedding models. In this paper, we formulate a framework for word embedding, referred to as Word-Context Classification (WCC), that…

计算与语言 · 计算机科学 2025-12-03 Dezhi Liu , Richong Zhang , Ziqiao Wang

We develop a streaming (one-pass, bounded-memory) word embedding algorithm based on the canonical skip-gram with negative sampling algorithm implemented in word2vec. We compare our streaming algorithm to word2vec empirically by measuring…

计算与语言 · 计算机科学 2017-04-26 Chandler May , Kevin Duh , Benjamin Van Durme , Ashwin Lall