On the Importance of Adaptive Data Collection for Extremely Imbalanced Pairwise Tasks
Stephen Mussmann, Robin Jia, Percy Liang

TL;DR
This paper demonstrates that adaptive data collection via active learning significantly improves model performance on highly imbalanced pairwise classification tasks, compared to traditional heuristic sampling methods.
Contribution
It introduces an active learning approach for collecting training data that enhances model generalization on imbalanced pairwise tasks, outperforming heuristic-based datasets.
Findings
Active learning increases average precision from 2.4% to over 20%.
Balanced, informative training data improves model generalization.
Heuristic sampling leads to poor real-world performance.
Abstract
Many pairwise classification tasks, such as paraphrase detection and open-domain question answering, naturally have extreme label imbalance (e.g., of examples are negatives). In contrast, many recent datasets heuristically choose examples to ensure label balance. We show that these heuristics lead to trained models that generalize poorly: State-of-the art models trained on QQP and WikiQA each have only average precision when evaluated on realistically imbalanced test data. We instead collect training data with active learning, using a BERT-based embedding model to efficiently retrieve uncertain points from a very large pool of unlabeled utterance pairs. By creating balanced training data with more informative negative examples, active learning greatly improves average precision to on QQP and on WikiQA.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
