paper-with-me

Papers

Bi-Matching Mechanism to Combat the Long Tail of Word Sense Disambiguation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The long tail phenomenon of word sense distribution in linguistics causes the Word Sense Disambiguation (WSD) task to face a serious polarization of word sense distribution, that is, Most Frequent Senses (MFSs) with huge sample sizes and Long Tail Senses (LTSs) with small sample sizes. The single matching mechanism model that does not distinguish between the two senses will cause LTSs to be ignored because LTSs are in a weak position. The few-shot learning method that mainly focuses on LTSs is not conducive to grasping the advantage of easy identification of MFSs. This paper proposes a bi-matching mechanism to serve the WSD model to deal with two kinds of senses in a targeted manner, namely definition matching and collocation feature matching. The experiment is carried out under the evaluation framework of English all-words WSD and is better than the baseline models. Moreover, state-of-the-art performance is achieved through data enhancement.

📄 PDF Abstract BibTeX

Code (1)

yboys0504/wsd 공식 구현 pytorch

Tasks

Few-Shot LearningWord Sense Disambiguation

Similar Papers 제목 키워드 기반

Quantum-inspired Representation for Long-tail Senses of Word Sense Disambiguation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Data imbalance, also known as the long-tailed distribution of data, is an important challenge for data-driven models. Due to the long tail phenomenon of word sense distribution in linguistics, it is difficult to learn ac…

Data AugmentationWord Sense Disambiguation

Combating Noisy Labels in Long-Tailed Image Classification

2022-09-01 · Chaowei Fang, Lechao Cheng, Huiyan Qi, Dingwen Zhang

Most existing methods that cope with noisy labels usually assume that the class distributions are well balanced, which has insufficient capacity to deal with the practical scenarios where training samples have imbalanced…

Classificationimage-classificationImage Classification

Match-Ignition: Plugging PageRank into Transformer for Long-form Text Matching

2021-01-16 · Liang Pang, Yanyan Lan, Xueqi Cheng

Neural text matching models have been widely used in community question answering, information retrieval, and dialogue. However, these models designed for short texts cannot well address the long-form text matching probl…

Community Question AnsweringFormInformation RetrievalQuestion Answering+5

Multilingual AI-Driven Password Strength Estimation with Similarity-Based Detection

2026-03-10 · Nikitha M. Palaniappan, Ying He arxiv

Considering the rise of cyberattacks incidents worldwide, the need to ensure stronger passwords is necessary. Developing a password strength meter (PSM) can help users create stronger passwords when creating an account o…

Combating Adversarial Misspellings with Robust Word Recognition

2019-05-27 · ACL 2019 7 · Danish Pruthi, Bhuwan Dhingra, Zachary C. Lipton

To combat adversarial spelling mistakes, we propose placing a word recognition model in front of the downstream classifier. Our word recognition models build upon the RNN semi-character architecture, introducing several …

Sentiment Analysis