English

Meta-Learning for Neural Relation Classification with Distant Supervision

Computation and Language 2020-10-27 v1

Abstract

Distant supervision provides a means to create a large number of weakly labeled data at low cost for relation classification. However, the resulting labeled instances are very noisy, containing data with wrong labels. Many approaches have been proposed to select a subset of reliable instances for neural model training, but they still suffer from noisy labeling problem or underutilization of the weakly-labeled data. To better select more reliable training instances, we introduce a small amount of manually labeled data as reference to guide the selection process. In this paper, we propose a meta-learning based approach, which learns to reweight noisy training data under the guidance of reference data. As the clean reference data is usually very small, we propose to augment it by dynamically distilling the most reliable elite instances from the noisy data. Experiments on several datasets demonstrate that the reference data can effectively guide the selection of training data, and our augmented approach consistently improves the performance of relation classification comparing to the existing state-of-the-art methods.

Keywords

Cite

@article{arxiv.2010.13544,
  title  = {Meta-Learning for Neural Relation Classification with Distant Supervision},
  author = {Zhenzhen Li and Jian-Yun Nie and Benyou Wang and Pan Du and Yuhan Zhang and Lixin Zou and Dongsheng Li},
  journal= {arXiv preprint arXiv:2010.13544},
  year   = {2020}
}

Comments

10 pages, 7 figures; corrected one encoding error in CIKM pdf

R2 v1 2026-06-23T19:39:08.155Z