paper-with-me

Papers

A Little Annotation does a Lot of Good: A Study in Bootstrapping Low-resource Named Entity Recognizers

2019-08-23 · IJCNLP 2019 11 · Aditi Chaudhary, Jiateng Xie, Zaid Sheikh, Graham Neubig, Jaime G. Carbonell

Most state-of-the-art models for named entity recognition (NER) rely on the availability of large amounts of labeled data, making them challenging to extend to new, lower-resourced languages. However, there are now several proposed approaches involving either cross-lingual transfer learning, which learns from other highly resourced languages, or active learning, which efficiently selects effective training data based on model predictions. This paper poses the question: given this recent progress, and limited human annotation, what is the most effective method for efficiently creating high-quality entity recognizers in under-resourced languages? Based on extensive experimentation using both simulated and real human annotation, we find a dual-strategy approach best, starting with a cross-lingual transferred model, then performing targeted annotation of only uncertain entity spans in the target language, minimizing annotator effort. Results demonstrate that cross-lingual transfer is a powerful tool when very little data can be annotated, but an entity-targeted annotation strategy can achieve competitive accuracy quickly, with just one-tenth of training data.

📄 PDF Abstract BibTeX arXiv:1908.08983

Code (1)

Aditi138/EntityTargetedActiveLearning 공식 구현

Tasks

Active LearningCross-Lingual Transfernamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERTransfer Learning

Similar Papers 제목 키워드 기반

Bootstrapping of memetic from genetic evolution via inter-agent selection pressures

2021-04-07 · Nicholas Guttenberg, Marek Rosa

We create an artificial system of agents (attention-based neural networks) which selectively exchange messages with each-other in order to study the emergence of memetic evolution and how memetic evolutionary pressures i…

Step-On-Feet Tuning: Scaling Self-Alignment of LLMs via Bootstrapping

2024-02-12 · Haoyu Wang, Guozheng Ma, Ziqiao Meng, Zeyu Qin 외

Self-alignment is an effective way to reduce the cost of human annotation while ensuring promising model capability. However, most current methods complete the data collection and training steps in a single round, which …

In-Context Learning

Reputation Bootstrapping for Composite Services using CP-nets

2021-05-27 · Sajib Mistry, Athman Bouguettaya

We propose a novel framework to bootstrap the reputation of on-demand service compositions. On-demand compositions are usually context-aware and have little or no direct consumer feedback. The reputation bootstrapping of…

Q-Learning

Improving Reproducibility in Evaluation through Multi-Level Annotator Modeling

2026-05-13 · Deepak Pandita, Flip Korn, Chris Welty, Christopher M. Homan arxiv

As generative AI models such as large language models (LLMs) become more pervasive, ensuring the safety, robustness, and overall trustworthiness of these systems is paramount. However, AI is currently facing a reproducib…

Visual Supervision in Bootstrapped Information Extraction

2018-10-01 · EMNLP 2018 10 · Matthew Berger, Ajay Nagesh, Joshua Levine, Mihai Surdeanu 외

We challenge a common assumption in active learning, that a list-based interface populated by informative samples provides for efficient and effective data annotation. We show how a 2D scatterplot populated with diverse …

Active LearningGeneral Classification