paper-with-me

Papers

Representation Learning for Unseen Words by Bridging Subwords to Semantic Networks

2020-05-01 · LREC 2020 5 · Yeachan Kim, Kang-Min Kim, SangKeun Lee

Pre-trained word embeddings are widely used in various fields. However, the coverage of pre-trained word embeddings only includes words that appeared in corpora where pre-trained embeddings are learned. It means that the words which do not appear in training corpus are ignored in tasks, and it could lead to the limited performance of neural models. In this paper, we propose a simple yet effective method to represent out-of-vocabulary (OOV) words. Unlike prior works that solely utilize subword information or knowledge, our method makes use of both information to represent OOV words. To this end, we propose two stages of representation learning. In the first stage, we learn subword embeddings from the pre-trained word embeddings by using an additive composition function of subwords. In the second stage, we map the learned subwords into semantic networks (e.g., WordNet). We then re-train the subword embeddings by using lexical entries on semantic lexicons that could include newly observed subwords. This two-stage learning makes the coverage of words broaden to a great extent. The experimental results clearly show that our method provides consistent performance improvements over strong baselines that use subwords or lexical resources separately.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningWord Embeddings

Similar Papers 제목 키워드 기반

Tomato, Tomahto, Tomate: Measuring the Role of Shared Semantics among Subwords in Multilingual Language Models

2024-11-07 · Xinyu Zhang, Jing Lu, Vinh Q. Tran, Tal Schuster 외

Human understanding of language is robust to different word choices as far as they represent similar semantic concepts. To what extent does our human intuition transfer to language models, which represent all subwords as…

Enhancing Neural Machine Translation with Semantic Units

2023-10-17 · Langlin Huang, Shuhao Gu, Zhuocheng Zhang, Yang Feng

Conventional neural machine translation (NMT) models typically use subwords and words as the basic units for model input and comprehension. However, complete words and phrases composed of several tokens are often the fun…

Machine TranslationNMTSentenceTranslation

Can Pretrained Language Models Derive Correct Semantics from Corrupt Subwords under Noise?

2023-06-27 · Xinzhe Li, Ming Liu, Shang Gao

For Pretrained Language Models (PLMs), their susceptibility to noise has recently been linked to subword segmentation. However, it is unclear which aspects of segmentation affect their understanding. This study assesses …

Segmentation

Entropy-Based Subword Mining with an Application to Word Embeddings

2018-06-01 · WS 2018 6 · Ahmed El-Kishky, Frank Xu, Aston Zhang, Stephen Macke 외

Recent literature has shown a wide variety of benefits to mapping traditional one-hot representations of words and phrases to lower-dimensional real-valued vectors known as word embeddings. Traditionally, most word embed…

Language ModelingLanguage ModellingMachine TranslationSentiment Analysis+2

The Impact of Word Splitting on the Semantic Content of Contextualized Word Representations

2024-02-22 · Aina Garí Soler, Matthieu Labeau, Chloé Clavel

When deriving contextualized word representations from language models, a decision needs to be made on how to obtain one for out-of-vocabulary (OOV) words that are segmented into subwords. What is the best way to represe…

Semantic SimilaritySemantic Textual Similarity