IES removes already-mastered training examples from backpropagation using a threshold on the second-order difference of their loss, achieving comparable accuracy with 10-50% less backpropagation.
Diversity-Aware Batch Active Learning for Dependency Parsing
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
While the predictive performance of modern statistical dependency parsers relies heavily on the availability of expensive expert-annotated treebank data, not all annotations contribute equally to the training of the parsers. In this paper, we attempt to reduce the number of labeled examples needed to train a strong dependency parser using batch active learning (AL). In particular, we investigate whether enforcing diversity in the sampled batches, using determinantal point processes (DPPs), can improve over their diversity-agnostic counterparts. Simulation experiments on an English newswire corpus show that selecting diverse batches with DPPs is superior to strong selection strategies that do not enforce batch diversity, especially during the initial stages of the learning process. Additionally, our diversityaware strategy is robust under a corpus duplication setting, where diversity-agnostic sampling strategies exhibit significant degradation.
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Instance-dependent Early Stopping
IES removes already-mastered training examples from backpropagation using a threshold on the second-order difference of their loss, achieving comparable accuracy with 10-50% less backpropagation.