Leveraging Label Semantics and Entity Description Generation for LLM-based Fine-grained Entity Typing (2026.findings-acl)
Copied to clipboard
| Challenge: | Fine-grained entity typing (FET) aims to assign semantically rich and contextually appropriate types to entity mentions. |
| Approach: | They propose a descriptor-based retrieval-augmented framework that reduces effective label space . they propose to use natural language descriptores as an intermediate semantic representation . |
| Outcome: | The proposed framework outperforms existing methods under noisy supervision. |
Similar Papers
From Ultra-Fine to Fine: Fine-tuning Ultra-Fine Entity Typing Models to Fine-grained (2023.acl-long)
Copied to clipboard
| Challenge: | Existing approaches to fine-grained entity typing are limited by the errors in the annotation process. |
| Approach: | They propose a method that can be used to fine-tune a model to a new type schema without creating distantly labeled data. |
| Outcome: | The proposed approach outperforms state-of-the-art weak supervision based methods under the few-shot setting. |
Fine-grained Entity Typing without Knowledge Base (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing work on fine-grained entity typing (FET) relies on knowledge bases as distant supervision, but lack of or incompleteness of KB can hinder training. |
| Approach: | They propose a two-step framework that trains FET models without accessing any knowledge base. |
| Outcome: | The proposed framework achieves competitive performance with respect to the models trained on the original KB-supervised datasets. |
Learning to Correct Noisy Labels for Fine-Grained Entity Typing via Co-Prediction Prompt Tuning (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Experimental results show that noise correction in fine-grained entity typing improves quality of training samples. |
| Approach: | They propose a method that leverages multiple prediction results to correct noisy labels . they integrate prediction results and utilize a differentiated margin to identify inaccurate labels a . |
| Outcome: | The proposed model improves quality of training samples annotated using distant supervision, ChatGPT, and crowdsourcing. |
EnCore: Fine-Grained Entity Typing by Pre-Training Entity Encoders on Coreference Chains (2024.eacl-long)
Copied to clipboard
| Challenge: | Entity typing is the task of assigning semantic types to entities mentioned in text. |
| Approach: | They propose to pre-train an entity encoder such that embeddings of coreferring entities are more similar to each other. |
| Outcome: | The proposed method improves state-of-the-art on fine-grained entity typing and entity extraction. |
Neural Fine-Grained Entity Type Classification with Hierarchy-Aware Loss (N18-1)
Copied to clipboard
| Challenge: | Existing methods for fine-grained type classification rely on distant supervision and are susceptible to noisy labels that can be out-of-context or overly-specific. |
| Approach: | They propose a neural network model that uses cross-entropy loss function to handle out-of-context labels and hierarchical loss normalization to cope with overly-specific ones. |
| Outcome: | The proposed model outperforms the state-of-the-art on established benchmarks for the task. |
Ultra-fine Entity Typing with Indirect Supervision from Natural Language Inference (2022.tacl-1)
Copied to clipboard
| Challenge: | Existing methods for ultra-fine entity typing fail to capture type semantics because of the large number of types and the scarcity of data per type. |
| Approach: | They propose a method that formulates entity typing as a natural language inference problem . they use indirect supervision from NLI to infer type information as textual hypotheses . |
| Outcome: | The proposed method achieves state-of-the-art performance on the ultra-fine entity typing task with limited training data. |
Ultra-Fine Entity Typing with Prior Knowledge about Labels: A Simple Clustering Based Strategy (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Ultra-fine entity typing is a task of inferring the semantic types from a large set of fine-grained candidates that apply to a given entity mention. |
| Approach: | They propose to use pre-trained label embeddings to cluster the labels into semantic domains and treat them as additional types. |
| Outcome: | The proposed method improves the performance of existing models with high quality embeddings. |
Improving Distantly-supervised Entity Typing with Compact Latent Space Clustering (N19-1)
Copied to clipboard
| Challenge: | Existing studies have addressed this problem with partial-label loss, but they suffer from confirmation bias, which means the classifier fit a pseudo data distribution given by itself. |
| Approach: | They propose to regularize distantly supervised models with Compact Latent Space Clustering to bypass this problem and effectively utilize noisy data yet. |
| Outcome: | The proposed model outperforms state-of-the-art models on standard benchmarks on fine-grained entity typing (FET) by a significant margin. |
Improving Fine-grained Entity Typing with Entity Linking (D19-1)
Copied to clipboard
| Challenge: | Existing methods for fine-grained entity typing require a large tag set and knowledge of the context. |
| Approach: | They propose a deep neural model that uses context and information from entity linking to improve fine-grained entity typing. |
| Outcome: | The proposed model achieves 5% absolute strict accuracy improvement over the state of the art on two datasets. |
Ultra-Fine Entity Typing with Weak Supervision from a Masked Language Model (2021.acl-long)
Copied to clipboard
| Challenge: | Existing methods for fine-grained entity typing use weak labels that are automatically generated. |
| Approach: | They propose to obtain training data by using a BERT Masked Language Model (MLM) given a mention in a sentence, they construct an input for the MLM so it predicts context dependent hypernyms of the mention, which can be used as type labels. |
| Outcome: | The proposed model improves performance by using type labels generated from a BERT Masked Language Model given a mention in a sentence. |