paper-with-me

홈 › Papers

Rethinking Negative Sampling for Handling Missing Entity Annotations

2021-08-26 · ACL 2022 5 · Yangming Li, Lemao Liu, Shuming Shi

Negative sampling is highly effective in handling missing annotations for named entity recognition (NER). One of our contributions is an analysis on how it makes sense through introducing two insightful concepts: missampling and uncertainty. Empirical studies show low missampling rate and high uncertainty are both essential for achieving promising performances with negative sampling. Based on the sparsity of named entities, we also theoretically derive a lower bound for the probability of zero missampling rate, which is only relevant to sentence length. The other contribution is an adaptive and weighted sampling distribution that further improves negative sampling via our former analysis. Experiments on synthetic datasets and well-annotated datasets (e.g., CoNLL-2003) show that our proposed approach benefits negative sampling in terms of F1 score and loss convergence. Besides, models with improved negative sampling have achieved new state-of-the-art results on real-world datasets (e.g., EC).

📄 PDF Abstract BibTeX arXiv:2108.11607

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERSentence

Similar Papers 제목 키워드 기반

Rethinking Negative Sampling for Handling Missing Entity Annotations

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

Negative sampling is highly effective in handling missing annotations for named entity recognition (NER). One of our contributions is an analysis on how it makes sense through introducing two insightful concepts: missamp…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

Reinforced Negative Sampling over Knowledge Graph for Recommendation

2020-03-12 · Xiang Wang, Yaokun Xu, Xiangnan He, Yixin Cao 외

Properly handling missing data is a fundamental challenge in recommendation. Most present works perform negative sampling from unobserved data to supply the training of recommender models with negative signals. Neverthel…

Reinforcement Learning

CroSSL: Cross-modal Self-Supervised Learning for Time-series through Latent Masking

2023-07-31 · Shohreh Deldari, Dimitris Spathis, Mohammad Malekzadeh, Fahim Kawsar 외

Limited availability of labeled data for machine learning on multimodal time-series extensively hampers progress in the field. Self-supervised learning (SSL) is a promising approach to learning data representations witho…

Contrastive LearningNovel ConceptsSelf-Supervised LearningTime Series

Rethinking Negative Instances for Generative Named Entity Recognition

2024-02-26 · Yuyang Ding, Juntao Li, Pinzheng Wang, Zecheng Tang 외

Large Language Models (LLMs) have demonstrated impressive capabilities for generalizing in unseen tasks. In the Named Entity Recognition (NER) task, recent advancements have seen the remarkable improvement of LLMs in a b…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

Entity Aware Negative Sampling with Auxiliary Loss of False Negative Prediction for Knowledge Graph Embedding

2022-10-12 · Sang-hyun Je

Knowledge graph (KG) embedding is widely used in many downstream applications using KGs. Generally, since KGs contain only ground truth triples, it is necessary to construct arbitrary negative samples for representation …

Graph EmbeddingKnowledge Graph EmbeddingRepresentation Learning