paper-with-me

홈 › Papers

Learning Named Entity Tagger using Domain-Specific Dictionary

2018-09-10 · EMNLP 2018 10 · Jingbo Shang, Liyuan Liu, Xiang Ren, Xiaotao Gu, Teng Ren, Jiawei Han

Recent advances in deep neural models allow us to build reliable named entity recognition (NER) systems without handcrafting features. However, such methods require large amounts of manually-labeled training data. There have been efforts on replacing human annotations with distant supervision (in conjunction with external dictionaries), but the generated noisy labels pose significant challenges on learning effective neural models. Here we propose two neural models to suit noisy distant supervision from the dictionary. First, under the traditional sequence labeling framework, we propose a revised fuzzy CRF layer to handle tokens with multiple possible labels. After identifying the nature of noisy labels in distant supervision, we go beyond the traditional framework and propose a novel, more effective neural model AutoNER with a new Tie or Break scheme. In addition, we discuss how to refine distant supervision for better NER performance. Extensive experiments on three benchmark datasets demonstrate that AutoNER achieves the best performance when only using dictionaries with no additional human effort, and delivers competitive results with state-of-the-art supervised benchmarks.

📄 PDF Abstract BibTeX arXiv:1809.03599

Code (1)

shangjingbo1226/AutoNER 공식 구현 pytorch

Tasks

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

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

CoNECo: A corpus for named entity recognition and normalization of protein complexes

2024-05-18 · bioRxiv 2024 5 · Katerina Nastou, Mikaela Koutrouli, Sampo Pyysalo, Lars Juhl Jensen

Motivation: Despite significant progress in biomedical information extraction, there is a lack of resources for Named Entity Recognition (NER) and Normalization (NEN) of protein-containing complexes. Current resources in…

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

ProtagonistTagger -- a Tool for Entity Linkage of Persons in Texts from Various Languages and Domains

2022-03-13 · Weronika Lajewska, Anna Wroblewska

Named entities recognition (NER) and disambiguation (NED) can add semantic context to the recognized named entities in texts. Named entity linkage in texts, regardless of a domain, provides links between the entities men…

NER

Protagonists' Tagger in Literary Domain -- New Datasets and a Method for Person Entity Linkage

2021-10-04 · Weronika Łajewska, Anna Wróblewska

Semantic annotation of long texts, such as novels, remains an open challenge in Natural Language Processing (NLP). This research investigates the problem of detecting person entities and assigning them unique identities,…

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

Weakly Supervised Named Entity Tagging with Learnable Logical Rules

2021-07-05 · ACL 2021 5 · Jiacheng Li, Haibo Ding, Jingbo Shang, Julian McAuley 외

We study the problem of building entity tagging systems by using a few rules as weak supervision. Previous methods mostly focus on disambiguation entity types based on contexts and expert-provided rules, while assuming e…

Boundary DetectionPseudo Label

BioNerFlair: biomedical named entity recognition using flair embedding and sequence tagger

2020-11-03 · Harsh Patel

Motivation: The proliferation of Biomedical research articles has made the task of information retrieval more important than ever. Scientists and Researchers are having difficulty in finding articles that contain informa…

ArticlesInformation Retrievalnamed-entity-recognitionNamed Entity Recognition+2