Skip to content

The Quora Insincere Question Classification competition allows us to use the four embeddings: glove.840B.300d (GloVe), paragram_300_sl999 (paragram), wiki-news-300d-1M (wiki) and GoogleNews-vectors-negative300 (GoogleNews). In a kernel titled: "How to: Preprocessing when Using Embeddings", the author raises the issue of tokenization and its effe…

Notifications You must be signed in to change notification settings

ReemHal/Tokenization-and-Word-Embedding-Compatibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tokenization and Word Embedding Compatibility

The Quora Insincere Question Classification competition allows us to use the four embeddings: glove.840B.300d (GloVe), paragram_300_sl999 (paragram), wiki-news-300d-1M (wiki) and GoogleNews-vectors-negative300 (GoogleNews). In a kernel titled: "How to: Preprocessing when Using Embeddings", the author raises the issue of tokenization and its effect on how much of the training vocabulary is covered by words in an embedding. The author uses Google news embeddings to illustrate this point. In this kernel I expand on this point by exploring the effect of tokenization assumptions on the other three embeddings: GloVe, Paragram, and Wiki News.

Note: this is a public Kaggle kernel (https://www.kaggle.com/alhalimi/tokenization-and-word-embedding-compatibility)

About

The Quora Insincere Question Classification competition allows us to use the four embeddings: glove.840B.300d (GloVe), paragram_300_sl999 (paragram), wiki-news-300d-1M (wiki) and GoogleNews-vectors-negative300 (GoogleNews). In a kernel titled: "How to: Preprocessing when Using Embeddings", the author raises the issue of tokenization and its effe…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published