Creating a Fine Grained Entity Type Taxonomy Using LLMs
In this study, we investigate the potential of GPT-4 and its advanced iteration, GPT-4 Turbo, in autonomously developing a detailed entity type taxonomy. Our objective is to construct a comprehensive taxonomy, starting from a broad classification of entity types - including objects, time, locations, organizations, events, actions, and subjects - similar to existing manually curated taxonomies. This classification is then progressively refined through iterative prompting techniques, leveraging GPT-4's internal knowledge base. The result is an extensive taxonomy comprising over 5000 nuanced entity types, which demonstrates remarkable quality upon subjective evaluation. We employed a straightforward yet effective prompting strategy, enabling the taxonomy to be dynamically expanded. The practical applications of this detailed taxonomy are diverse and significant. It facilitates the creation of new, more intricate branches through pattern-based combinations and notably enhances information extraction tasks, such as relation extraction and event argument extraction. Our methodology not only introduces an innovative approach to taxonomy creation but also opens new avenues for applying such taxonomies in various computational linguistics and AI-related fields.
Code (0)
등록된 구현이 없습니다.
Tasks
Event Argument ExtractionRelation ExtractionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Description-Based Zero-shot Fine-Grained Entity Typing
Fine-grained Entity typing (FGET) is the task of assigning a fine-grained type from a hierarchy to entity mentions in the text. As the taxonomy of types evolves continuously, it is desirable for an entity typing system t…
Entity TypingVocal Bursts Type PredictionZero-Shot Open Entity Typing as Type-Compatible Grounding
The problem of entity-typing has been studied predominantly in supervised learning fashion, mostly with task-specific annotations (for coarse types) and sometimes with distant supervision (for fine types). While such app…
Entity TypingNERVocal Bursts Type PredictionFrom Ultra-Fine to Fine: Fine-tuning Ultra-Fine Entity Typing Models to Fine-grained
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 TypingInterpretable Entity Representations through Large-Scale Typing
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 TypingFine-Grained Entity Typing in Hyperbolic Space
How can we represent hierarchical information present in large type inventories for entity typing? We study the ability of hyperbolic embeddings to capture hierarchical relations between mentions in context and their tar…
Entity TypingVocal Bursts Type Prediction