paper-with-me

Papers

Distilling Monolingual and Crosslingual Word-in-Context Representations

2024-09-13 · Yuki Arase, Tomoyuki Kajiwara

In this study, we propose a method that distils representations of word meaning in context from a pre-trained masked language model in both monolingual and crosslingual settings. Word representations are the basis for context-aware lexical semantics and unsupervised semantic textual similarity (STS) estimation. Different from existing approaches, our method does not require human-annotated corpora nor updates of the parameters of the pre-trained model. The latter feature is appealing for practical scenarios where the off-the-shelf pre-trained model is a common asset among different applications. Specifically, our method learns to combine the outputs of different hidden layers of the pre-trained model using self-attention. Our auto-encoder based training only requires an automatically generated corpus. To evaluate the performance of the proposed approach, we performed extensive experiments using various benchmark tasks. The results on the monolingual tasks confirmed that our representations exhibited a competitive performance compared to that of the previous study for the context-aware lexical semantic tasks and outperformed it for STS estimation. The results of the crosslingual tasks revealed that the proposed method largely improved crosslingual word representations of multilingual pre-trained models.

📄 PDF Abstract BibTeX arXiv:2409.08719

Code (1)

yukiar/distil_wic 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingSemantic Textual SimilaritySTS

Similar Papers 제목 키워드 기반

Bilingual Learning of Multi-sense Embeddings with Discrete Autoencoders

2016-03-30 · NAACL 2016 6 · Simon Šuster, Ivan Titov, Gertjan van Noord

We present an approach to learning multi-sense word embeddings relying both on monolingual and bilingual information. Our model consists of an encoder, which uses monolingual and bilingual context (i.e. a parallel senten…

DecoderSentenceWord Embeddings

Low-Resource Parsing with Crosslingual Contextualized Representations

2019-09-19 · CONLL 2019 11 · Phoebe Mulcaire, Jungo Kasai, Noah A. Smith

Despite advances in dependency parsing, languages with small treebanks still present challenges. We assess recent approaches to multilingual contextual word representations (CWRs), and compare them for crosslingual trans…

Dependency Parsing

Leveraging Monolingual Data for Crosslingual Compositional Word Representations

2014-12-19 · Hubert Soyer, Pontus Stenetorp, Akiko Aizawa

In this work, we present a novel neural network based architecture for inducing compositional crosslingual word representations. Unlike previously proposed methods, our method fulfills the following three criteria; it co…

Document Classification

Polyglot Contextual Representations Improve Crosslingual Transfer

2019-02-26 · NAACL 2019 6 · Phoebe Mulcaire, Jungo Kasai, Noah A. Smith

We introduce Rosita, a method to produce multilingual contextual word representations by training a single language model on text from multiple languages. Our method combines the advantages of contextual word representat…

Dependency ParsingLanguage ModelingLanguage Modellingnamed-entity-recognition+4

Crosslingual Transfer Learning for Relation and Event Extraction via Word Category and Class Alignments

2021-11-01 · EMNLP 2021 11 · Minh Van Nguyen, Tuan Ngo Nguyen, Bonan Min, Thien Huu Nguyen

Previous work on crosslingual Relation and Event Extraction (REE) suffers from the monolingual bias issue due to the training of models on only the source language data. An approach to overcome this issue is to use unlab…

Event ExtractionRelationRepresentation LearningTransfer Learning