paper-with-me

Papers

Learning to Denoise Distantly-Labeled Data for Entity Typing

2019-05-04 · NAACL 2019 6 · Yasumasa Onoe, Greg Durrett

Distantly-labeled data can be used to scale up training of statistical models, but it is typically noisy and that noise can vary with the distant labeling technique. In this work, we propose a two-stage procedure for handling this type of data: denoise it with a learned model, then train our final model on clean and denoised distant data with standard supervised training. Our denoising approach consists of two parts. First, a filtering function discards examples from the distantly labeled data that are wholly unusable. Second, a relabeling function repairs noisy labels for the retained examples. Each of these components is a model trained on synthetically-noised examples generated from a small manually-labeled set. We investigate this approach on the ultra-fine entity typing task of Choi et al. (2018). Our baseline model is an extension of their model with pre-trained ELMo representations, which already achieves state-of-the-art performance. Adding distant data that has been denoised with our learned models gives further performance gains over this base model, outperforming models trained on raw distant data or heuristically-denoised distant data.

📄 PDF Abstract BibTeX arXiv:1905.01566

Code (1)

yasumasaonoe/DenoiseET 공식 구현 pytorch

Tasks

DenoisingEntity Typing

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…

Similar Papers 제목 키워드 기반

Denoising Enhanced Distantly Supervised Ultrafine Entity Typing

2022-10-18 · Yue Zhang, Hongliang Fei, Ping Li

Recently, the task of distantly supervised (DS) ultra-fine entity typing has received significant attention. However, DS data is noisy and often suffers from missing or wrong labeling issues resulting in low precision an…

DenoisingEntity Typing

Cross-Lingual Contrastive Learning for Fine-Grained Entity Typing for Low-Resource Languages

2022-05-01 · ACL 2022 5 · Xu Han, Yuqi Luo, Weize Chen, Zhiyuan Liu 외

Fine-grained entity typing (FGET) aims to classify named entity mentions into fine-grained entity types, which is meaningful for entity-related NLP tasks. For FGET, a key challenge is the low-resource problem — the compl…

Contrastive LearningEntity TypingMachine Translation

From Ultra-Fine to Fine: Fine-tuning Ultra-Fine Entity Typing Models to Fine-grained

2023-12-11 · Hongliang Dai, Ziqian Zeng

For the task of fine-grained entity typing (FET), due to the use of a large number of entity types, it is usually considered too costly to manually annotating a training dataset that contains an ample number of examples …

Entity Typing

MProto: Multi-Prototype Network with Denoised Optimal Transport for Distantly Supervised Named Entity Recognition

2023-10-12 · Shuhui Wu, Yongliang Shen, Zeqi Tan, Wenqi Ren 외

Distantly supervised named entity recognition (DS-NER) aims to locate entity mentions and classify their types with only knowledge bases or gazetteers and unlabeled corpus. However, distant annotations are noisy and degr…

named-entity-recognitionNamed Entity RecognitionNER

Improving Distantly-supervised Entity Typing with Compact Latent Space Clustering

2019-04-13 · NAACL 2019 6 · Bo Chen, Xiaotao Gu, Yu-Feng Hu, Siliang Tang 외

Recently, distant supervision has gained great success on Fine-grained Entity Typing (FET). Despite its efficiency in reducing manual labeling efforts, it also brings the challenge of dealing with false entity type label…

ClusteringEntity Typing