paper-with-me

홈 › Papers

Ontology Enrichment for Effective Fine-grained Entity Typing

2023-10-11 · Siru Ouyang, Jiaxin Huang, Pranav Pillai, Yunyi Zhang, Yu Zhang, Jiawei Han

Fine-grained entity typing (FET) is the task of identifying specific entity types at a fine-grained level for entity mentions based on their contextual information. Conventional methods for FET require extensive human annotation, which is time-consuming and costly. Recent studies have been developing weakly supervised or zero-shot approaches. We study the setting of zero-shot FET where only an ontology is provided. However, most existing ontology structures lack rich supporting information and even contain ambiguous relations, making them ineffective in guiding FET. Recently developed language models, though promising in various few-shot and zero-shot NLP tasks, may face challenges in zero-shot FET due to their lack of interaction with task-specific ontology. In this study, we propose OnEFET, where we (1) enrich each node in the ontology structure with two types of extra information: instance information for training sample augmentation and topic information to relate types to contexts, and (2) develop a coarse-to-fine typing algorithm that exploits the enriched information by training an entailment model with contrasting topics and instance-based augmented training samples. Our experiments show that OnEFET achieves high-quality fine-grained entity typing without human annotation, outperforming existing zero-shot methods by a large margin and rivaling supervised methods.

📄 PDF Abstract BibTeX arXiv:2310.07795

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Typing

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

ChemNER: Fine-Grained Chemistry Named Entity Recognition with Ontology-Guided Distant Supervision

2021-11-01 · EMNLP 2021 11 · Xuan Wang, Vivian Hu, Xiangchen Song, Shweta Garg 외

Scientific literature analysis needs fine-grained named entity recognition (NER) to provide a wide range of information for scientific discovery. For example, chemistry research needs to study dozens to hundreds of disti…

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

OntoType: Ontology-Guided and Pre-Trained Language Model Assisted Fine-Grained Entity Typing

2023-05-21 · Tanay Komarlu, Minhao Jiang, Xuan Wang, Jiawei Han

Fine-grained entity typing (FET), which assigns entities in text with context-sensitive, fine-grained semantic types, is a basic but important task for knowledge extraction from unstructured text. FET has been studied ex…

Entity TypingLanguage ModelingLanguage ModellingNatural Language Inference+1

OntoRich - A Support Tool for Semi-Automatic Ontology Enrichment and Evaluation

2013-04-19 · Adrian Groza, Gabriel Barbur, Bogdan Blaga

This paper presents the OntoRich framework, a support tool for semi-automatic ontology enrichment and evaluation. The WordNet is used to extract candidates for dynamic ontology enrichment from RSS streams. With the integ…

Zero-Shot Cross-Lingual Transfer is a Hard Baseline to Beat in German Fine-Grained Entity Typing

2021-11-01 · EMNLP (insights) 2021 11 · Sabine Weber, Mark Steedman

The training of NLP models often requires large amounts of labelled training data, which makes it difficult to expand existing models to new languages. While zero-shot cross-lingual transfer relies on multilingual word e…

Cross-Lingual TransferEntity TypingMultilingual Word Embeddingsnamed-entity-recognition+4

DWE+: Dual-Way Matching Enhanced Framework for Multimodal Entity Linking

2024-04-07 · Shezheng Song, Shasha Li, Shan Zhao, Xiaopeng Li 외

Multimodal entity linking (MEL) aims to utilize multimodal information (usually textual and visual information) to link ambiguous mentions to unambiguous entities in knowledge base. Current methods facing main issues: (1…

Contrastive LearningEntity Linking