TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Methods/Skip-gram Word2Vec

Skip-gram Word2Vec

Natural Language ProcessingIntroduced 200014 papers
Source Paper

Description

Skip-gram Word2Vec is an architecture for computing word embeddings. Instead of using surrounding words to predict the center word, as with CBow Word2Vec, Skip-gram Word2Vec uses the central word to predict the surrounding words.

The skip-gram objective function sums the log probabilities of the surrounding nnn words to the left and right of the target word w_tw\_{t}w_t to produce the following objective:

J_θ=1T∑T_t=1∑_−n≤j≤n,≠0log⁡p(w_j+1∣w_t)J\_\theta = \frac{1}{T}\sum^{T}\_{t=1}\sum\_{-n\leq{j}\leq{n}, \neq{0}}\log{p}\left(w\_{j+1}\mid{w\_{t}}\right)J_θ=T1​∑T_t=1∑_−n≤j≤n,=0logp(w_j+1∣w_t)

Papers Using This Method

RDF-star2Vec: RDF-star Graph Embeddings for Data Mining2023-12-25Evaluating Unsupervised Text Classification: Zero-shot and Similarity-based Approaches2022-11-29Walk this Way! Entity Walks and Property Walks for RDF2vec2022-04-05Enhancing Sindhi Word Segmentation using Subword Representation Learning and Position-aware Self-attention2020-12-30Improving Clinical Document Understanding on COVID-19 Research with Spark NLP2020-12-07Transformer Query-Target Knowledge Discovery (TEND): Drug Discovery from CORD-192020-11-28FarsTail: A Persian Natural Language Inference Dataset2020-09-18Interpreting Pretrained Contextualized Representations via Reductions to Static Embeddings2020-07-01Why is penguin more similar to polar bear than to sea gull? Analyzing conceptual knowledge in distributional models2020-07-01Topic Modeling in Embedding Spaces2019-07-08An Empirical Evaluation of Text Representation Schemes on Multilingual Social Web to Filter the Textual Aggression2019-04-16Predicting Role Relevance with Minimal Domain Expertise in a Financial Domain2017-04-19Effective search space reduction for spell correction using character neural embeddings2017-04-01Efficient Estimation of Word Representations in Vector Space2013-01-16