paper-with-me

Papers

VCDM: Leveraging Variational Bi-encoding and Deep Contextualized Word Representations for Improved Definition Modeling

2020-10-07 · EMNLP 2020 11 · Machel Reid, Edison Marrese-Taylor, Yutaka Matsuo

In this paper, we tackle the task of definition modeling, where the goal is to learn to generate definitions of words and phrases. Existing approaches for this task are discriminative, combining distributional and lexical semantics in an implicit rather than direct way. To tackle this issue we propose a generative model for the task, introducing a continuous latent variable to explicitly model the underlying relationship between a phrase used within a context and its definition. We rely on variational inference for estimation and leverage contextualized word embeddings for improved performance. Our approach is evaluated on four existing challenging benchmarks with the addition of two new datasets, "Cambridge" and the first non-English corpus "Robert", which we release to complement our empirical study. Our Variational Contextual Definition Modeler (VCDM) achieves state-of-the-art performance in terms of automatic and human evaluation metrics, demonstrating the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2010.03124

Code (1)

machelreid/vcdm 공식 구현 pytorch

Tasks

Variational InferenceWord Embeddings

Similar Papers 제목 키워드 기반

Latent Topology Induction for Understanding Contextualized Representations

2022-06-03 · Yao Fu, Mirella Lapata

In this work, we study the representation space of contextualized embeddings and gain insight into the hidden topology of large language models. We show there exists a network of latent states that summarize linguistic p…

Improving Text Generation Evaluation with Batch Centering and Tempered Word Mover Distance

2020-10-13 · EMNLP (Eval4NLP) 2020 11 · Xi Chen, Nan Ding, Tomer Levinboim, Radu Soricut

Recent advances in automatic evaluation metrics for text have shown that deep contextualized word representations, such as those generated by BERT encoders, are helpful for designing metrics that correlate well with huma…

Text Generation

Leveraging Three Types of Embeddings from Masked Language Models in Idiom Token Classification

2022-07-01 · *SEM (NAACL) 2022 7 · Ryosuke Takahashi, Ryohei Sasano, Koichi Takeda

Many linguistic expressions have idiomatic and literal interpretations, and the automatic distinction of these two interpretations has been studied for decades. Recent research has shown that contextualized word embeddin…

Classificationtoken-classificationToken ClassificationWord Embeddings

CWTM: Leveraging Contextualized Word Embeddings from BERT for Neural Topic Modeling

2023-05-16 · Zheng Fang, Yulan He, Rob Procter

Most existing topic models rely on bag-of-words (BOW) representation, which limits their ability to capture word order information and leads to challenges with out-of-vocabulary (OOV) words in new documents. Contextualiz…

Document ClassificationLanguage ModellingNatural Language UnderstandingNER+3

Revisiting Word Embeddings in the LLM Era

2025-02-26 · Yash Mahajan, Matthew Freestone, Sathyanarayanan Aakur, Santu Karmaker

Large Language Models (LLMs) have recently shown remarkable advancement in various NLP tasks. As such, a popular trend has emerged lately where NLP researchers extract word/sentence/document embeddings from these large d…

DecoderSentenceWord Embeddings