paper-with-me

홈 › Papers

Synonym Discovery with Etymology-based Word Embeddings

2017-09-29 · Seunghyun Yoon, Pablo Estrada, Kyomin Jung

We propose a novel approach to learn word embeddings based on an extended version of the distributional hypothesis. Our model derives word embedding vectors using the etymological composition of words, rather than the context in which they appear. It has the strength of not requiring a large text corpus, but instead it requires reliable access to etymological roots of words, making it specially fit for languages with logographic writing systems. The model consists on three steps: (1) building an etymological graph, which is a bipartite network of words and etymological roots, (2) obtaining the biadjacency matrix of the etymological graph and reducing its dimensionality, (3) using columns/rows of the resulting matrices as embedding vectors. We test our model in the Chinese and Sino-Korean vocabularies. Our graphs are formed by a set of 117,000 Chinese words, and a set of 135,000 Sino-Korean words. In both cases we show that our model performs well in the task of synonym discovery.

📄 PDF Abstract BibTeX arXiv:1709.10445

Code (0)

등록된 구현이 없습니다.

Tasks

Word Embeddings

Similar Papers 제목 키워드 기반

The power of context: Random Forest classification of near synonyms. A case study in Modern Hindi

2026-04-01 · Jacek Bąkowski arxiv

Synonymy is a widespread yet puzzling linguistic phenomenon. Absolute synonyms theoretically should not exist, as they do not expand language's expressive potential. However, it was suggested that even if synonyms denote…

Semantic Similarity

Computational Etymology and Word Emergence

2020-05-01 · LREC 2020 5 · Winston Wu, David Yarowsky

We developed an extensible, comprehensive Wiktionary parser that improves over several existing parsers. We predict the etymology of a word across the full range of etymology types and languages in Wiktionary, showing im…

KGSynNet: A Novel Entity Synonyms Discovery Framework with Knowledge Graph

2021-03-16 · Yiying Yang, Xi Yin, Haiqin Yang, Xingjian Fei 외

Entity synonyms discovery is crucial for entity-leveraging applications. However, existing studies suffer from several critical issues: (1) the input mentions may be out-of-vocabulary (OOV) and may come from a different …

Entity LinkingKnowledge GraphsQuestion Answering

Using pseudo-senses for improving the extraction of synonyms from word embeddings

2018-07-01 · ACL 2018 7 · Olivier Ferret

The methods proposed recently for specializing word embeddings according to a particular perspective generally rely on external knowledge. In this article, we propose Pseudofit, a new method for specializing word embeddi…

Dimensionality ReductionSemantic SimilaritySemantic Textual SimilarityWord Embeddings+1

Improve Lexicon-based Word Embeddings By Word Sense Disambiguation

2017-07-24 · Yuanzhi Ke, Masafumi Hagiwara

There have been some works that learn a lexicon together with the corpus to improve the word embeddings. However, they either model the lexicon separately but update the neural networks for both the corpus and the lexico…

General Classificationtext-classificationText ClassificationWord Embeddings+2