paper-with-me

홈 › Papers

Using $k$-way Co-occurrences for Learning Word Embeddings

2017-09-05 · Danushka Bollegala, Yuichi Yoshida, Ken-ichi Kawarabayashi

Co-occurrences between two words provide useful insights into the semantics of those words. Consequently, numerous prior work on word embedding learning have used co-occurrences between two words as the training signal for learning word embeddings. However, in natural language texts it is common for multiple words to be related and co-occurring in the same context. We extend the notion of co-occurrences to cover $k(\geq\!\!2)$-way co-occurrences among a set of $k$-words. Specifically, we prove a theoretical relationship between the joint probability of $k(\geq\!\!2)$ words, and the sum of $\ell_2$ norms of their embeddings. Next, we propose a learning objective motivated by our theoretical result that utilises $k$-way co-occurrences for learning word embeddings. Our experimental results show that the derived theoretical relationship does indeed hold empirically, and despite data sparsity, for some smaller $k$ values, $k$-way embeddings perform comparably or better than $2$-way embeddings in a range of tasks.

📄 PDF Abstract BibTeX arXiv:1709.01199

Code (0)

등록된 구현이 없습니다.

Tasks

Learning Word EmbeddingsWord Embeddings

Similar Papers 제목 키워드 기반

ViCo: Word Embeddings from Visual Co-occurrences

2019-08-22 · ICCV 2019 10 · Tanmay Gupta, Alexander Schwing, Derek Hoiem

We propose to learn word embeddings from visual co-occurrences. Two words co-occur visually if both words apply to the same image or image region. Specifically, we extract four types of visual co-occurrences between obje…

AttributeClusteringWord Embeddings

SemGloVe: Semantic Co-occurrences for GloVe from BERT

2020-12-30 · Leilei Gan, Zhiyang Teng, Yue Zhang, Linchao Zhu 외

GloVe learns word embeddings by leveraging statistical information from word co-occurrence matrices. However, word pairs in the matrices are extracted from a predefined local context window, which might lead to limited w…

Language ModelingLanguage ModellingWord EmbeddingsWord Similarity

Streaming word similarity mining on the cheap

2018-10-01 · EMNLP 2018 10 · Olof G{\"o}rnerup, Daniel Gillblad

Accurately and efficiently estimating word similarities from text is fundamental in natural language processing. In this paper, we propose a fast and lightweight method for estimating similarities from streams by explici…

Document ClassificationWord AlignmentWord EmbeddingsWord Similarity

Word Embeddings as Metric Recovery in Semantic Spaces

2016-01-01 · TACL 2016 1 · Tatsunori B. Hashimoto, David Alvarez-Melis, Tommi S. Jaakkola

Continuous word representations have been remarkably useful across NLP tasks but remain poorly understood. We ground word embeddings in semantic spaces studied in the cognitive-psychometric literature, taking these space…

Named Entity Recognition (NER)Semantic SimilaritySemantic Textual SimilarityWord Embeddings

Detecting Figurative Word Occurrences Using Recurrent Neural Networks

2018-06-01 · WS 2018 6 · Agnieszka Mykowiecka, Aleks Wawer, er, Malgorzata Marciniak

The paper addresses detection of figurative usage of words in English text. The chosen method was to use neural nets fed by pretrained word embeddings. The obtained results show that simple solutions, based on words embe…

Word Embeddings