paper-with-me

홈 › Papers

Weakly Supervised Named Entity Tagging with Learnable Logical Rules

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

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 entity spans are given. In this work, we propose a novel method TALLOR that bootstraps high-quality logical rules to train a neural tagger in a fully automated manner. Specifically, we introduce compound rules that are composed from simple rules to increase the precision of boundary detection and generate more diverse pseudo labels. We further design a dynamic label selection strategy to ensure pseudo label quality and therefore avoid overfitting the neural tagger. Experiments on three datasets demonstrate that our method outperforms other weakly supervised methods and even rivals a state-of-the-art distantly supervised tagger with a lexicon of over 2,000 terms when starting from only 20 simple rules. Our method can serve as a tool for rapidly building taggers in emerging domains and tasks. Case studies show that learned rules can potentially explain the predicted entities.

📄 PDF Abstract BibTeX arXiv:2107.02282

Code (2)

JiachengLi1995/TALLOR 공식 구현 pytorch
knowlab/bi-weekly-paper-presentation

Tasks

Boundary DetectionPseudo Label

Similar Papers 제목 키워드 기반

Learning to recognise named entities in tweets by exploiting weakly labelled data

2016-12-01 · WS 2016 12 · Kurt Junshean Espinosa, Riza Theresa Batista-Navarro, Sophia Ananiadou

Named entity recognition (NER) in social media (e.g., Twitter) is a challenging task due to the noisy nature of text. As part of our participation in the W-NUT 2016 Named Entity Recognition Shared Task, we proposed an un…

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

Distilling Task-specific Logical Rules from Large Pre-trained Models

2022-10-06 · Tao Chen, Luxin Liu, Xuepeng Jia, Baoliang Cui 외

Logical rules, both transferable and explainable, are widely used as weakly supervised signals for many downstream tasks such as named entity tagging. To reduce the human effort of writing rules, previous researchers ado…

Bitext Name Tagging for Cross-lingual Entity Annotation Projection

2016-12-01 · COLING 2016 12 · Dongxu Zhang, Boliang Zhang, Xiaoman Pan, Xiaocheng Feng 외

Annotation projection is a practical method to deal with the low resource problem in incident languages (IL) processing. Previous methods on annotation projection mainly relied on word alignment results without any train…

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

Named Entity Extraction with Finite State Transducers

2020-06-20 · Diego Alexander Huérfano Villalba, Elizabeth León Guzmán

We describe a named entity tagging system that requires minimal linguistic knowledge and can be applied to more target languages without substantial changes. The system is based on the ideas of the Brill's tagger which m…

Entity Extraction using GANTAG

Latvian and Lithuanian Named Entity Recognition with TildeNER

2012-05-01 · LREC 2012 5 · M{\=a}rcis Pinnis

In this paper the author presents TildeNER ― an open source freely available named entity recognition toolkit and the first multi-class named entity recognition system for Latvian and Lithuanian languages. The system i…

Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)