Posterior-regularized REINFORCE for Instance Selection in Distant Supervision

Qi Zhang,Siliang Tang,Xiang Ren,Fei Wu,Shiliang Pu,Yueting Zhuang
DOI: https://doi.org/10.48550/arXiv.1904.08051
2019-04-17
Computation and Language
Abstract:This paper provides a new way to improve the efficiency of the REINFORCE training process. We apply it to the task of instance selection in distant supervision. Modeling the instance selection in one bag as a sequential decision process, a reinforcement learning agent is trained to determine whether an instance is valuable or not and construct a new bag with less noisy instances. However unbiased methods, such as REINFORCE, could usually take much time to train. This paper adopts posterior regularization (PR) to integrate some domain-specific rules in instance selection using REINFORCE. As the experiment results show, this method remarkably improves the performance of the relation classifier trained on cleaned distant supervision dataset as well as the efficiency of the REINFORCE training.
What problem does this paper attempt to address?