paper-with-me

홈 › Papers

Specializing Unsupervised Pretraining Models for Word-Level Semantic Similarity

2019-09-05 · COLING 2020 8 · Anne Lauscher, Ivan Vulić, Edoardo Maria Ponti, Anna Korhonen, Goran Glavaš

Unsupervised pretraining models have been shown to facilitate a wide range of downstream NLP applications. These models, however, retain some of the limitations of traditional static word embeddings. In particular, they encode only the distributional knowledge available in raw text corpora, incorporated through language modeling objectives. In this work, we complement such distributional knowledge with external lexical knowledge, that is, we integrate the discrete knowledge on word-level semantic similarity into pretraining. To this end, we generalize the standard BERT model to a multi-task learning setting where we couple BERT's masked language modeling and next sentence prediction objectives with an auxiliary task of binary word relation classification. Our experiments suggest that our "Lexically Informed" BERT (LIBERT), specialized for the word-level semantic similarity, yields better performance than the lexically blind "vanilla" BERT on several language understanding tasks. Concretely, LIBERT outperforms BERT in 9 out of 10 tasks of the GLUE benchmark and is on a par with BERT in the remaining one. Moreover, we show consistent gains on 3 benchmarks for lexical simplification, a task where knowledge about word-level semantic similarity is paramount.

📄 PDF Abstract BibTeX arXiv:1909.02339

Code (1)

anlausch/LIBERT tf

Tasks

Language ModelingLanguage ModellingLexical SimplificationMasked Language ModelingMulti-Task LearningRelation ClassificationSemantic SimilaritySemantic Textual SimilaritySentenceWord Embeddings

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

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

Aligned Unsupervised Pretraining of Object Detectors with Self-training

2023-07-28 · Ioannis Maniadis Metaxas, Adrian Bulat, Ioannis Patras, Brais Martinez 외

The unsupervised pretraining of object detectors has recently become a key component of object detector training, as it leads to improved performance and faster convergence during the supervised fine-tuning stage. Existi…

Few-Shot Object DetectionObjectobject-detectionObject Detection+2

Contrastive Visual Semantic Pretraining Magnifies the Semantics of Natural Language Representations

2022-03-14 · ACL 2022 5 · Robert Wolfe, Aylin Caliskan

We examine the effects of contrastive visual semantic pretraining by comparing the geometry and semantic properties of contextualized English language representations formed by GPT-2 and CLIP, a zero-shot multimodal imag…

Image CaptioningSemantic Textual SimilaritySentenceSentence Embeddings+1

Improving the Lexical Ability of Pretrained Language Models for Unsupervised Neural Machine Translation

2021-03-18 · NAACL 2021 4 · Alexandra Chronopoulou, Dario Stojanovski, Alexander Fraser

Successful methods for unsupervised neural machine translation (UNMT) employ crosslingual pretraining via self-supervision, often in the form of a masked language modeling or a sequence generation task, which requires th…

Bilingual Lexicon InductionLanguage ModelingLanguage ModellingMachine Translation+2

Specializing Word Embeddings (for Parsing) by Information Bottleneck

2019-10-01 · IJCNLP 2019 11 · Xiang Lisa Li, Jason Eisner

Pre-trained word embeddings like ELMo and BERT contain rich syntactic and semantic information, resulting in state-of-the-art performance on various tasks. We propose a very fast variational information bottleneck (VIB) …

Dimensionality ReductionPOSTAGWord Embeddings