paper-with-me

Papers

Taxonomy Expansion for Named Entity Recognition

2023-05-22 · Karthikeyan K, Yogarshi Vyas, Jie Ma, Giovanni Paolini, Neha Anna John, Shuai Wang, Yassine Benajiba, Vittorio Castelli, Dan Roth, Miguel Ballesteros

Training a Named Entity Recognition (NER) model often involves fixing a taxonomy of entity types. However, requirements evolve and we might need the NER model to recognize additional entity types. A simple approach is to re-annotate entire dataset with both existing and additional entity types and then train the model on the re-annotated dataset. However, this is an extremely laborious task. To remedy this, we propose a novel approach called Partial Label Model (PLM) that uses only partially annotated datasets. We experiment with 6 diverse datasets and show that PLM consistently performs better than most other approaches (0.5 - 2.5 F1), including in novel settings for taxonomy expansion not considered in prior work. The gap between PLM and all other approaches is especially large in settings where there is limited data available for the additional entity types (as much as 11 F1), thus suggesting a more cost effective approaches to taxonomy expansion.

📄 PDF Abstract BibTeX arXiv:2305.13191

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERTaxonomy Expansion

Similar Papers 제목 키워드 기반

A Unified Taxonomy-Guided Instruction Tuning Framework for Entity Set Expansion and Taxonomy Expansion

2024-02-20 · Yanzhen Shen, Yu Zhang, Yunyi Zhang, Jiawei Han

Entity set expansion, taxonomy expansion, and seed-guided taxonomy construction are three representative tasks that can be applied to automatically populate an existing taxonomy with emerging concepts. Previous studies v…

Language ModelingLanguage ModellingLarge Language ModelTaxonomy Expansion

Experiments to Improve Named Entity Recognition on Turkish Tweets

2014-10-31 · WS 2014 4 · Dilek Küçük, Ralf Steinberger

Social media texts are significant information sources for several application areas including trend analysis, event monitoring, and opinion mining. Unfortunately, existing solutions for tasks such as named entity recogn…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Opinion Mining

Beyond Boundaries: Learning a Universal Entity Taxonomy across Datasets and Languages for Open Named Entity Recognition

2024-06-17 · Yuming Yang, Wantong Zhao, Caishuang Huang, Junjie Ye 외

Open Named Entity Recognition (NER), which involves identifying arbitrary types of entities from arbitrary domains, remains challenging for Large Language Models (LLMs). Recent studies suggest that fine-tuning LLMs on ex…

DiversityDomain AdaptationDomain Generalizationnamed-entity-recognition+3

ReverseNER: A Self-Generated Example-Driven Framework for Zero-Shot Named Entity Recognition with Large Language Models

2024-11-01 · Anbang Wang, Difei Mei, Zhichao Zhang, Xiuxiu Bai 외

This paper presents ReverseNER, a method aimed at overcoming the limitation of large language models (LLMs) in zero-shot named entity recognition (NER) tasks, arising from their reliance on pre-provided demonstrations. R…

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

STEAM: Self-Supervised Taxonomy Expansion with Mini-Paths

2020-06-18 · Yue Yu, Yinghao Li, Jiaming Shen, Hao Feng 외

Taxonomies are important knowledge ontologies that underpin numerous applications on a daily basis, but many taxonomies used in practice suffer from the low coverage issue. We study the taxonomy expansion problem, which …

Taxonomy Expansion