paper-with-me

Papers

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, Guoping Hu, Yueting Zhuang, Xiang Ren

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 labels, as distant supervision assigns labels in a context agnostic manner. Existing works alleviated this issue with partial-label loss, but usually suffer from confirmation bias, which means the classifier fit a pseudo data distribution given by itself. In this work, we propose to regularize distantly supervised models with Compact Latent Space Clustering (CLSC) to bypass this problem and effectively utilize noisy data yet. Our proposed method first dynamically constructs a similarity graph of different entity mentions; infer the labels of noisy instances via label propagation. Based on the inferred labels, mention embeddings are updated accordingly to encourage entity mentions with close semantics to form a compact cluster in the embedding space,thus leading to better classification performance. Extensive experiments on standard benchmarks show that our CLSC model consistently outperforms state-of-the-art distantly supervised entity typing systems by a significant margin.

📄 PDF Abstract BibTeX arXiv:1904.06475

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringEntity Typing

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

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 han…

DenoisingEntity Typing

Interpretable Entity Representations through Large-Scale Typing

2020-04-30 · Findings of the Association for Computational Linguistics 2020 · Yasumasa Onoe, Greg Durrett

In standard methodology for natural language processing, entities in text are typically embedded in dense vector spaces with pre-trained models. The embeddings produced this way are effective when fed into downstream mod…

Entity EmbeddingsEntity Typing

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