paper-with-me

Papers

Practical, Efficient, and Customizable Active Learning for Named Entity Recognition in the Digital Humanities

2019-06-01 · NAACL 2019 6 · Alex Erdmann, er, David Joseph Wrisley, Benjamin Allen, Christopher Brown, Sophie Cohen-Bod{\'e}n{\`e}s, Micha Elsner, Yukun Feng, Brian Joseph, B{\'e}atrice Joyeux-Prunel, Marie-Catherine de Marneffe

Scholars in inter-disciplinary fields like the Digital Humanities are increasingly interested in semantic annotation of specialized corpora. Yet, under-resourced languages, imperfect or noisily structured data, and user-specific classification tasks make it difficult to meet their needs using off-the-shelf models. Manual annotation of large corpora from scratch, meanwhile, can be prohibitively expensive. Thus, we propose an active learning solution for named entity recognition, attempting to maximize a custom model{'}s improvement per additional unit of manual annotation. Our system robustly handles any domain or user-defined label set and requires no external resources, enabling quality named entity recognition for Humanities corpora where such resources are not available. Evaluating on typologically disparate languages and datasets, we reduce required annotation by 20-60{\%} and greatly outperform a competitive active learning baseline.

📄 PDF Abstract BibTeX

Code (2)

alexerdmann/HER 공식 구현 pytorch
alexerdmann/Herodotos-Project-Latin-NER-Tagger-Annotation 공식 구현

Tasks

Active LearningGeneral Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Similar Papers 제목 키워드 기반

nerblackbox: A High-level Library for Named Entity Recognition in Python

2023-12-07 · Felix Stollenwerk

We present nerblackbox, a python library to facilitate the use of state-of-the-art transformer-based models for named entity recognition. It provides simple-to-use yet powerful methods to access data and models from a wi…

named-entity-recognitionNamed Entity Recognition

Re-weighting Tokens: A Simple and Effective Active Learning Strategy for Named Entity Recognition

2023-11-02 · Haocheng Luo, Wei Tan, Ngoc Dang Nguyen, Lan Du

Active learning, a widely adopted technique for enhancing machine learning models in text and image classification tasks with limited annotation resources, has received relatively little attention in the domain of Named …

Active Learningimage-classificationImage Classificationnamed-entity-recognition+3

Constructing a Korean Named Entity Recognition Dataset for the Financial Domain using Active Learning

2020-12-01 · ICON 2020 12 · Dong-Ho Jeong, Min-Kang Heo, Hyung-Chul Kim, Sang-Won Park

The performance of deep learning models depends on the quality and quantity of data. Data construction, however, is time- consuming and costly. In addition, when expert domain data are constructed, the availability of ex…

Active Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Using Error Decay Prediction to Overcome Practical Issues of Deep Active Learning for Named Entity Recognition

2019-11-17 · Haw-Shiuan Chang, Shankar Vembu, Sunil Mohan, Rheeya Uppaal 외

Existing deep active learning algorithms achieve impressive sampling efficiency on natural language processing tasks. However, they exhibit several weaknesses in practice, including (a) inability to use uncertainty sampl…

Active Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Named Entity Inclusion in Abstractive Text Summarization

2023-07-05 · sdp (COLING) 2022 10 · Sergey Berezin, Tatiana Batura

We address the named entity omission - the drawback of many current abstractive text summarizers. We suggest a custom pretraining objective to enhance the model's attention on the named entities in a text. At first, the …

Abstractive Text Summarizationnamed-entity-recognitionNamed Entity RecognitionText Summarization