paper-with-me

Papers

Integrating Lexical Knowledge in Word Embeddings using Sprinkling and Retrofitting

2019-12-14 · ICON 2019 12 · Aakash Srinivasan, Harshavardhan Kamarthi, Devi Ganesan, Sutanu Chakraborti

Neural network based word embeddings, such as Word2Vec and GloVe, are purely data driven in that they capture the distributional information about words from the training corpus. Past works have attempted to improve these embeddings by incorporating semantic knowledge from lexical resources like WordNet. Some techniques like retrofitting modify word embeddings in the post-processing stage while some others use a joint learning approach by modifying the objective function of neural networks. In this paper, we discuss two novel approaches for incorporating semantic knowledge into word embeddings. In the first approach, we take advantage of Levy et al's work which showed that using SVD based methods on co-occurrence matrix provide similar performance to neural network based embeddings. We propose a 'sprinkling' technique to add semantic relations to the co-occurrence matrix directly before factorization. In the second approach, WordNet similarity scores are used to improve the retrofitting method. We evaluate the proposed methods in both intrinsic and extrinsic tasks and observe significant improvements over the baselines in many of the datasets.

📄 PDF Abstract BibTeX arXiv:1912.06889

Code (0)

등록된 구현이 없습니다.

Tasks

Word Embeddings

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Integrating Semantic Knowledge into Lexical Embeddings Based on Information Content Measurement

2017-04-01 · EACL 2017 4 · Hsin-Yang Wang, Wei-Yun Ma

Distributional word representations are widely used in NLP tasks. These representations are based on an assumption that words with a similar context tend to have a similar meaning. To improve the quality of the context-b…

Document ClassificationInformation RetrievalQuestion AnsweringWord Embeddings+1

Integrating Form and Meaning: A Multi-Task Learning Model for Acoustic Word Embeddings

2022-09-14 · Badr M. Abdullah, Bernd Möbius, Dietrich Klakow

Models of acoustic word embeddings (AWEs) learn to map variable-length spoken word segments onto fixed-dimensionality vector representations such that different acoustic exemplars of the same word are projected nearby in…

FormMulti-Task LearningWord Embeddings

Lexical Chains meet Word Embeddings in Document-level Statistical Machine Translation

2017-09-01 · WS 2017 9 · Laura Mascarell

Currently under review for EMNLP 2017 The phrase-based Statistical Machine Translation (SMT) approach deals with sentences in isolation, making it difficult to consider discourse context in translation. This poses a chal…

DecoderDocument SummarizationInformation RetrievalMachine Translation+4

LexSubCon: Integrating Knowledge from Lexical Resources into Contextual Embeddings for Lexical Substitution

2021-07-11 · ACL 2022 5 · George Michalopoulos, Ian McKillop, Alexander Wong, Helen Chen

Lexical substitution is the task of generating meaningful substitutes for a word in a given textual context. Contextual word embedding models have achieved state-of-the-art results in the lexical substitution task by rel…

SentenceSentence Similarity

Enhanced word embeddings using multi-semantic representation through lexical chains

2021-01-22 · Terry Ruas, Charles Henrique Porto Ferreira, William Grosky, Fabrício Olivetti de França 외

The relationship between words in a sentence often tells us more about the underlying semantic content of a document than its actual words, individually. In this work, we propose two novel algorithms, called Flexible Lex…

Document ClassificationSentenceWord Embeddings