paper-with-me

Papers

Data-efficient Active Learning for Structured Prediction with Partial Annotation and Self-Training

2023-05-22 · Zhisong Zhang, Emma Strubell, Eduard Hovy

In this work we propose a pragmatic method that reduces the annotation cost for structured label spaces using active learning. Our approach leverages partial annotation, which reduces labeling costs for structured outputs by selecting only the most informative sub-structures for annotation. We also utilize self-training to incorporate the current model's automatic predictions as pseudo-labels for un-annotated sub-structures. A key challenge in effectively combining partial annotation with self-training to reduce annotation cost is determining which sub-structures to select to label. To address this challenge, we adopt an error estimator to adaptively decide the partial selection ratio according to the current model's capability. In evaluations spanning four structured prediction tasks, we show that our combination of partial annotation and self-training using an adaptive selection ratio reduces annotation cost over strong full annotation baselines under a fair comparison scheme that takes reading time into consideration.

📄 PDF Abstract BibTeX arXiv:2305.12634

Code (1)

zzsfornlp/zmsp 공식 구현

Tasks

Active LearningStructured Prediction

Similar Papers 제목 키워드 기반

Generic Oracles for Structured Prediction

2021-08-01 · ACL (IWPT) 2021 8 · Christoph Teichmann, Antoine Venant

When learned without exploration, local models for structured prediction tasks are subject to exposure bias and cannot be trained without detailed guidance. Active Imitation Learning (AIL), also known in NLP as Dynamic O…

Imitation LearningPredictionStructured Prediction

Structured Prediction with Partial Labelling through the Infimum Loss

2020-03-02 · ICML 2020 1 · Vivien Cabannes, Alessandro Rudi, Francis Bach

Annotating datasets is one of the main costs in nowadays supervised learning. The goal of weak supervision is to enable models to learn using only forms of labelling which are cheaper to collect, as partial labelling. Th…

Structured Prediction

Query-Adaptive Predictive Inference with Partial Labels

2022-06-15 · Maxime Cauchois, John Duchi

The cost and scarcity of fully supervised labels in statistical machine learning encourage using partially labeled data for model validation as a cheaper and more accessible alternative. Effectively collecting and levera…

Structured Prediction

Active Learning with Partial Feedback

2018-02-21 · ICLR 2019 5 · Peiyun Hu, Zachary C. Lipton, Anima Anandkumar, Deva Ramanan

While many active learning papers assume that the learner can simply ask for a label and receive it, real annotation often presents a mismatch between the form of a label (say, one among many classes), and the form of an…

Active Learning

Active Learning for Structured Prediction from Partially Labeled Data

2017-06-07 · Mehran Khodabandeh, Zhiwei Deng, Mostafa S. Ibrahim, ShinIchi Satoh 외

We propose a general purpose active learning algorithm for structured prediction, gathering labeled data for training a model that outputs a set of related labels for an image or video. Active learning starts with a limi…

Active LearningPredictionStructured Prediction