paper-with-me

Papers

Learning about Word Vector Representations and Deep Learning through Implementing Word2vec

2021-06-01 · NAACL (TeachingNLP) 2021 6 · David Jurgens

Word vector representations are an essential part of an NLP curriculum. Here, we describe a homework that has students implement a popular method for learning word vectors, word2vec. Students implement the core parts of the method, including text preprocessing, negative sampling, and gradient descent. Starter code provides guidance and handles basic operations, which allows students to focus on the conceptually challenging aspects. After generating their vectors, students evaluate them using qualitative and quantitative tests.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Predicting Drug-Gene Relations via Analogy Tasks with Word Embeddings

2024-06-03 · Hiroaki Yamagiwa, Ryoma Hashimoto, Kiwamu Arakane, Ken Murakami 외

Natural language processing (NLP) is utilized in a wide range of fields, where words in text are typically transformed into feature vectors called embeddings. BioConceptVec is a specific example of embeddings tailored fo…

Word Embeddings

Retrofitting Word Vectors to Semantic Lexicons

2014-11-15 · HLT 2015 5 · Manaal Faruqui, Jesse Dodge, Sujay K. Jauhar, Chris Dyer 외

Vector space word representations are learned from distributional information of words in large corpora. Although such statistics are semantically informative, they disregard the valuable information that is contained in…

Guilt by Association: Emotion Intensities in Lexical Representations

2021-04-18 · EMNLP 2021 11 · Shahab Raji, Gerard de Melo

What do word vector representations reveal about the emotions associated with words? In this study, we consider the task of estimating word-level emotion intensity scores for specific emotions, exploring unsupervised, su…

"The Sum of Its Parts": Joint Learning of Word and Phrase Representations with Autoencoders

2015-06-18 · Rémi Lebret, Ronan Collobert

Recently, there has been a lot of effort to represent words in continuous vector spaces. Those representations have been shown to capture both semantic and syntactic information about words. However, distributed represen…

Subword-level Word Vector Representations for Korean

2018-07-01 · ACL 2018 7 · Sungjoon Park, Jeongmin Byun, Sion Baek, Yongseok Cho 외

Research on distributed word representations is focused on widely-used languages such as English. Although the same methods can be used for other languages, language-specific knowledge can enhance the accuracy and richne…

Document ClassificationLanguage ModelingLanguage ModellingMachine Translation+3