paper-with-me

Papers

Contextualized Embeddings Encode Monolingual and Cross-lingual Knowledge of Idiomaticity

2021-08-01 · ACL (MWE) 2021 8 · Samin Fakharian, Paul Cook

Potentially idiomatic expressions (PIEs) are ambiguous between non-compositional idiomatic interpretations and transparent literal interpretations. For example, “hit the road” can have an idiomatic meaning corresponding to ‘start a journey’ or have a literal interpretation. In this paper we propose a supervised model based on contextualized embeddings for predicting whether usages of PIEs are idiomatic or literal. We consider monolingual experiments for English and Russian, and show that the proposed model outperforms previous approaches, including in the case that the model is tested on instances of PIE types that were not observed during training. We then consider cross-lingual experiments in which the model is trained on PIE instances in one language, English or Russian, and tested on the other language. We find that the model outperforms baselines in this setting. These findings suggest that contextualized embeddings are able to learn representations that encode knowledge of idiomaticity that is not restricted to specific expressions, nor to a specific language.

📄 PDF Abstract BibTeX

Code (1)

saminfakharian/contextualized-embeddings-encode-monolingual-and-cross-lingual-knowledge-of-idiomaticity 공식 구현

Similar Papers 제목 키워드 기반

Investigating Cross-Lingual Alignment Methods for Contextualized Embeddings with Token-Level Evaluation

2019-11-01 · CONLL 2019 11 · Qianchu Liu, Diana McCarthy, Ivan Vuli{\'c}, Anna Korhonen

In this paper, we present a thorough investigation on methods that align pre-trained contextualized embeddings into shared cross-lingual context-aware embedding space, providing strong reference benchmarks for future con…

RetrievalSentenceSentence RetrievalWord Similarity

A Monolingual Approach to Contextualized Word Embeddings for Mid-Resource Languages

2020-06-11 · ACL 2020 6 · Pedro Javier Ortiz Suárez, Laurent Romary, Benoît Sagot

We use the multilingual OSCAR corpus, extracted from Common Crawl via language classification, filtering and cleaning, to train monolingual contextualized word embeddings (ELMo) for five mid-resource languages. We then c…

Part-Of-Speech TaggingWord Embeddings

On the Cross-lingual Transferability of Contextualized Sense Embeddings

2021-11-01 · EMNLP (MRL) 2021 11 · Kiamehr Rezaee, Daniel Loureiro, Jose Camacho-Collados, Mohammad Taher Pilehvar

In this paper we analyze the extent to which contextualized sense embeddings, i.e., sense embeddings that are computed based on contextualized word embeddings, are transferable across languages.To this end, we compiled a…

Word EmbeddingsWord Sense Disambiguation

Modular Sentence Encoders: Separating Language Specialization from Cross-Lingual Alignment

2024-07-20 · Yongxin Huang, Kexin Wang, Goran Glavaš, Iryna Gurevych

Multilingual sentence encoders are commonly obtained by training multilingual language models to map sentences from different languages into a shared semantic space. As such, they are subject to curse of multilinguality,…

Contrastive LearningMultiple-choiceSentenceSentence Embeddings+1

SimAlign: High Quality Word Alignments without Parallel Training Data using Static and Contextualized Embeddings

2020-04-18 · Findings of the Association for Computational Linguistics 2020 · Masoud Jalili Sabet, Philipp Dufter, François Yvon, Hinrich Schütze

Word alignments are useful for tasks like statistical and neural machine translation (NMT) and cross-lingual annotation projection. Statistical word aligners perform well, as do methods that extract alignments jointly wi…

Machine TranslationMultilingual Word EmbeddingsNMTTranslation+2