S2ynRE: Two-stage Self-training with Synthetic Data for Low-resource Relation Extraction.

Benfeng Xu,Quan Wang,Yajuan Lyu,Dai,Yongdong Zhang,Zhendong Mao
DOI: https://doi.org/10.18653/v1/2023.acl-long.455
2023-01-01
Abstract:Current relation extraction methods suffer from the inadequacy of large-scale annotated data. While distant supervision alleviates the problem of data quantities, there still exists domain disparity in data qualities due to its reliance on domain-restrained knowledge bases. In this work, we propose S(2)ynRE, a framework of two-stage Self-training with Synthetic data for Relation Extraction. We first leverage the capability of large language models to adapt to the target domain and automatically synthesize large quantities of coherent, realistic training data. We then propose an accompanied two-stage self-training algorithm that iteratively and alternately learns from synthetic and golden data together. We conduct comprehensive experiments and detailed ablations on popular relation extraction datasets to demonstrate the effectiveness of the proposed framework. Code is available at https: //github.com/BenfengXu/S(2)ynRE.
What problem does this paper attempt to address?