paper-with-me

Papers

Rare and Zero-shot Word Sense Disambiguation using Z-Reweighting

2022-05-01 · ACL 2022 5 · Ying Su, Hongming Zhang, Yangqiu Song, Tong Zhang

Word sense disambiguation (WSD) is a crucial problem in the natural language processing (NLP) community. Current methods achieve decent performance by utilizing supervised learning and large pre-trained language models. However, the imbalanced training dataset leads to poor performance on rare senses and zero-shot senses. There are more training instances and senses for words with top frequency ranks than those with low frequency ranks in the training dataset. We investigate the statistical relation between word frequency rank and word sense number distribution. Based on the relation, we propose a Z-reweighting method on the word level to adjust the training on the imbalanced dataset. The experiments show that the Z-reweighting strategy achieves performance gain on the standard English all words WSD benchmark. Moreover, the strategy can help models generalize better on rare and zero-shot senses.

📄 PDF Abstract BibTeX

Code (1)

suytingwan/wsd-z-reweighting 공식 구현 pytorch

Tasks

RelationWord Sense Disambiguation

Similar Papers 제목 키워드 기반

FEWS: Large-Scale, Low-Shot Word Sense Disambiguation with the Dictionary

2021-02-16 · EACL 2021 2 · Terra Blevins, Mandar Joshi, Luke Zettlemoyer

Current models for Word Sense Disambiguation (WSD) struggle to disambiguate rare senses, despite reaching human performance on global WSD metrics. This stems from a lack of data for both modeling and evaluating rare sens…

Transfer LearningWord Sense Disambiguation

Zero-shot Word Sense Disambiguation using Sense Definition Embeddings

2019-07-01 · ACL 2019 7 · Sawan Kumar, Sharmistha Jat, Karan Saxena, Partha Talukdar

Word Sense Disambiguation (WSD) is a long-standing but open problem in Natural Language Processing (NLP). WSD corpora are typically small in size, owing to an expensive annotation process. Current supervised WSD methods …

Generalized Zero-Shot LearningGraph EmbeddingKnowledge Graph EmbeddingSentence+2

Translate to Disambiguate: Zero-shot Multilingual Word Sense Disambiguation with Pretrained Language Models

2023-04-26 · Haoqiang Kang, Terra Blevins, Luke Zettlemoyer

Pretrained Language Models (PLMs) learn rich cross-lingual knowledge and can be finetuned to perform well on diverse tasks such as translation and multilingual word sense disambiguation (WSD). However, they often struggl…

TranslationWord Sense Disambiguation

Word Sense Disambiguation: Towards Interactive Context Exploitation from Both Word and Sense Perspectives

2021-08-01 · ACL 2021 5 · Ming Wang, Yinglin Wang

Lately proposed Word Sense Disambiguation (WSD) systems have approached the estimated upper bound of the task on standard evaluation benchmarks. However, these systems typically implement the disambiguation of words in a…

SentenceWord Sense Disambiguation

Moving Down the Long Tail of Word Sense Disambiguation with Gloss-Informed Biencoders

2020-05-06 · Terra Blevins, Luke Zettlemoyer

A major obstacle in Word Sense Disambiguation (WSD) is that word senses are not uniformly distributed, causing existing models to generally perform poorly on senses that are either rare or unseen during training. We prop…

Word Sense Disambiguation