paper-with-me

Papers

Enhancing Label Consistency on Document-level Named Entity Recognition

2022-10-24 · Minbyul Jeong, Jaewoo Kang

Named entity recognition (NER) is a fundamental part of extracting information from documents in biomedical applications. A notable advantage of NER is its consistency in extracting biomedical entities in a document context. Although existing document NER models show consistent predictions, they still do not meet our expectations. We investigated whether the adjectives and prepositions within an entity cause a low label consistency, which results in inconsistent predictions. In this paper, we present our method, ConNER, which enhances the label dependency of modifiers (e.g., adjectives and prepositions) to achieve higher label agreement. ConNER refines the draft labels of the modifiers to improve the output representations of biomedical entities. The effectiveness of our method is demonstrated on four popular biomedical NER datasets; in particular, its efficacy is proved on two datasets with 7.5-8.6% absolute improvements in the F1 score. We interpret that our ConNER method is effective on datasets that have intrinsically low label consistency. In the qualitative analysis, we demonstrate how our approach makes the NER model generate consistent predictions. Our code and resources are available at https://github.com/dmis-lab/ConNER/.

📄 PDF Abstract BibTeX arXiv:2210.12949

Code (1)

dmis-lab/conner 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

Semi-Supervised Hierarchical Graph Classification

2022-06-11 · Jia Li, Yongfeng Huang, Heng Chang, Yu Rong

Node classification and graph classification are two graph learning problems that predict the class label of a node and the class label of a graph respectively. A node of a graph usually represents a real-world entity, e…

ClassificationGraph ClassificationGraph LearningNode Classification

Enhancing Document AI Data Generation Through Graph-Based Synthetic Layouts

2024-11-27 · Amit Agarwal, Hitesh Patel, Priyaranjan Pattnayak, Srikant Panda 외

The development of robust Document AI models has been constrained by limited access to high-quality, labeled datasets, primarily due to data privacy concerns, scarcity, and the high cost of manual annotation. Traditional…

Document AIDocument ClassificationDomain AdaptationImage Augmentation+6

Incorporating Lexico-semantic Heuristics into Coreference Resolution Sieves for Named Entity Recognition at Document-level

2016-05-01 · LREC 2016 5 · Marcos Garcia

This paper explores the incorporation of lexico-semantic heuristics into a deterministic Coreference Resolution (CR) system for classifying named entities at document-level. The highest precise sieves of a CR tool are en…

coreference-resolutionCoreference Resolutionnamed-entity-recognitionNamed Entity Recognition+2

Topic Sentence Named Entity Recognition: A New Task with Its Dataset and Benchmarks

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In this paper, we focus on a new type of named entity recognition (NER) task called topic sentence NER. A topic sentence means a short and compact sentence that acts as a summary of a long document. For example, a title …

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

An attention-based BiLSTM-CRF approach to document-level chemical named entity recognition

2019-04-15 · Bioinformatics 2019 4 · Ling Luo, Zhihao Yang, Pei Yang, Yin Zhang 외

Motivation: In biomedical research, chemical is an important class of entities, and chemical named entity recognition (NER) is an important task in the field of biomedical information extraction. However, most popular ch…

Feature Engineeringnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2