paper-with-me

Papers

Combining Static Word Embeddings and Contextual Representations for Bilingual Lexicon Induction

2021-06-06 · Findings (ACL) 2021 8 · Jinpeng Zhang, Baijun Ji, Nini Xiao, Xiangyu Duan, Min Zhang, Yangbin Shi, Weihua Luo

Bilingual Lexicon Induction (BLI) aims to map words in one language to their translations in another, and is typically through learning linear projections to align monolingual word representation spaces. Two classes of word representations have been explored for BLI: static word embeddings and contextual representations, but there is no studies to combine both. In this paper, we propose a simple yet effective mechanism to combine the static word embeddings and the contextual representations to utilize the advantages of both paradigms. We test the combination mechanism on various language pairs under the supervised and unsupervised BLI benchmark settings. Experiments show that our mechanism consistently improves performances over robust BLI baselines on all language pairs by averagely improving 3.2 points in the supervised setting, and 3.1 points in the unsupervised setting.

📄 PDF Abstract BibTeX arXiv:2106.03084

Code (1)

zjpbinary/CSCBLI 공식 구현 pytorch

Tasks

Bilingual Lexicon InductionWord Embeddings

Similar Papers 제목 키워드 기반

Combining static and contextualised multilingual embeddings

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Static and contextual multilingual embeddings have complementary strengths. Static embeddings, while less expressive than contextual language models, can be more straightforwardly aligned across multiple languages. Conte…

RetrievalXLM-R

Combining Static and Contextualised Multilingual Embeddings

2022-03-17 · Findings (ACL) 2022 5 · Katharina Hämmerl, Jindřich Libovický, Alexander Fraser

Static and contextual multilingual embeddings have complementary strengths. Static embeddings, while less expressive than contextual language models, can be more straightforwardly aligned across multiple languages. We co…

RetrievalXLM-R

How Contextual are Contextualized Word Representations? Comparing the Geometry of BERT, ELMo, and GPT-2 Embeddings

2019-09-02 · IJCNLP 2019 11 · Kawin Ethayarajh

Replacing static word embeddings with contextualized word representations has yielded significant improvements on many NLP tasks. However, just how contextual are the contextualized representations produced by models suc…

Word Embeddings

Towards Better Context-aware Lexical Semantics:Adjusting Contextualized Representations through Static Anchors

2020-11-01 · EMNLP 2020 11 · Qianchu Liu, Diana McCarthy, Anna Korhonen

One of the most powerful features of contextualized models is their dynamic embeddings for words in context, leading to state-of-the-art representations for context-aware lexical semantics. In this paper, we present a po…

CX-ST-RNM at SemEval-2019 Task 3: Fusion of Recurrent Neural Networks Based on Contextualized and Static Word Representations for Contextual Emotion Detection

2019-06-01 · SEMEVAL 2019 6 · Micha{\l} Pere{\l}kiewicz

In this paper, I describe a fusion model combining contextualized and static word representations for approaching the EmoContext task in the SemEval 2019 competition. The model is based on two Recurrent Neural Networks, …