paper-with-me

Papers

Siamese CBOW: Optimizing Word Embeddings for Sentence Representations

2016-06-15 · ACL 2016 8 · Tom Kenter, Alexey Borisov, Maarten de Rijke

We present the Siamese Continuous Bag of Words (Siamese CBOW) model, a neural network for efficient estimation of high-quality sentence embeddings. Averaging the embeddings of words in a sentence has proven to be a surprisingly successful and efficient way of obtaining sentence embeddings. However, word embeddings trained with the methods currently available are not optimized for the task of sentence representation, and, thus, likely to be suboptimal. Siamese CBOW handles this problem by training word embeddings directly for the purpose of being averaged. The underlying neural network learns word embeddings by predicting, from a sentence representation, its surrounding sentences. We show the robustness of the Siamese CBOW model by evaluating it on 20 datasets stemming from a wide variety of sources.

📄 PDF Abstract BibTeX arXiv:1606.04640

Code (2)

https://bitbucket.org/TomKenter/siamese-cbow 공식 구현
junronglau/CS421_Project tf

Tasks

SentenceSentence EmbeddingsWord Embeddings

Similar Papers 제목 키워드 기반

CBOW Is Not All You Need: Combining CBOW with the Compositional Matrix Space Model

2019-02-18 · ICLR 2019 5 · Florian Mai, Lukas Galke, Ansgar Scherp

Continuous Bag of Words (CBOW) is a powerful text embedding method. Due to its strong capabilities to encode word content, CBOW embeddings perform well on a wide range of downstream tasks while being efficient to compute…

AllWord Embeddings

Corrected CBOW Performs as well as Skip-gram

2020-12-30 · EMNLP (insights) 2021 11 · Ozan İrsoy, Adrian Benton, Karl Stratos

Mikolov et al. (2013a) observed that continuous bag-of-words (CBOW) word embeddings tend to underperform Skip-gram (SG) embeddings, and this finding has been reported in subsequent works. We find that these observations …

Word Embeddings

A Simple and Effective Usage of Word Clusters for CBOW Model

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Yukun Feng, Chenlong Hu, Hidetaka Kamigaito, Hiroya Takamura 외

We propose a simple and effective method for incorporating word clusters into the Continuous Bag-of-Words (CBOW) model. Specifically, we propose to replace infrequent input and output words in CBOW model with their clust…

Word Embeddings

Beyond Context: A New Perspective for Word Embeddings

2019-06-01 · SEMEVAL 2019 6 · Yichu Zhou, Vivek Srikumar

Most word embeddings today are trained by optimizing a language modeling goal of scoring words in their context, modeled as a multi-class classification problem. In this paper, we argue that, despite the successes of thi…

ClassificationFeature EngineeringGeneral ClassificationLanguage Modeling+7

LU-BZU at SemEval-2021 Task 2: Word2Vec and Lemma2Vec performance in Arabic Word-in-Context disambiguation

2021-04-16 · SEMEVAL 2021 · Moustafa Al-Hajj, Mustafa Jarrar

This paper presents a set of experiments to evaluate and compare between the performance of using CBOW Word2Vec and Lemma2Vec models for Arabic Word-in-Context (WiC) disambiguation without using sense inventories or sens…

2kLEMMASentenceTask 2