paper-with-me

Papers

Multi Sense Embeddings from Topic Models

2019-09-17 · WS 2019 9 · Shobhit Jain, Sravan Babu Bodapati, Ramesh Nallapati, Anima Anandkumar

Distributed word embeddings have yielded state-of-the-art performance in many NLP tasks, mainly due to their success in capturing useful semantic information. These representations assign only a single vector to each word whereas a large number of words are polysemous (i.e., have multiple meanings). In this work, we approach this critical problem in lexical semantics, namely that of representing various senses of polysemous words in vector spaces. We propose a topic modeling based skip-gram approach for learning multi-prototype word embeddings. We also introduce a method to prune the embeddings determined by the probabilistic representation of the word in each topic. We use our embeddings to show that they can capture the context and word similarity strongly and outperform various state-of-the-art implementations.

📄 PDF Abstract BibTeX arXiv:1909.07746

Code (0)

등록된 구현이 없습니다.

Tasks

Topic ModelsWord EmbeddingsWord Similarity

Similar Papers 제목 키워드 기반

Topic Sensitive Attention on Generic Corpora Corrects Sense Bias in Pretrained Embeddings

2019-06-05 · ACL 2019 7 · Vihari Piratla, Sunita Sarawagi, Soumen Chakrabarti

Given a small corpus $\mathcal D_T$ pertaining to a limited set of focused topics, our goal is to train embeddings that accurately capture the sense of words in the topic in spite of the limited size of $\mathcal D_T$. T…

Word Sense Induction with Knowledge Distillation from BERT

2023-04-20 · Anik Saha, Alex Gittens, Bulent Yener

Pre-trained contextual language models are ubiquitously employed for language understanding tasks, but are unsuitable for resource-constrained systems. Noncontextual word embeddings are an efficient alternative in these …

Knowledge DistillationLanguage ModelingLanguage ModellingWord Embeddings+2

A Sense-Topic Model for Word Sense Induction with Unsupervised Data Enrichment

2015-01-01 · TACL 2015 1 · Jing Wang, Mohit Bansal, Kevin Gimpel, Brian D. Ziebart 외

Word sense induction (WSI) seeks to automatically discover the senses of a word in a corpus via unsupervised methods. We propose a sense-topic model for WSI, which treats sense and topic as two separate latent variables …

Topic ModelsWord EmbeddingsWord Sense Induction

Efficient Graph-based Word Sense Induction by Distributional Inclusion Vector Embeddings

2018-04-09 · WS 2018 6 · Haw-Shiuan Chang, Amol Agrawal, Ananya Ganesh, Anirudha Desai 외

Word sense induction (WSI), which addresses polysemy by unsupervised discovery of multiple word senses, resolves ambiguities for downstream NLP tasks and also makes word representations more interpretable. This paper pro…

Word Sense Induction

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