# Posterior-regularized REINFORCE for Instance Selection in Distant   Supervision

**Authors:** Qi Zhang, Siliang Tang, Xiang Ren, Fei Wu, Shiliang Pu, Yueting Zhuang

arXiv: 1904.08051 · 2019-04-18

## TL;DR

This paper introduces a posterior-regularized REINFORCE method for more efficient and accurate instance selection in distant supervision, improving relation classification performance and training speed.

## Contribution

It combines posterior regularization with REINFORCE to incorporate domain rules, enhancing efficiency and effectiveness in instance selection for distant supervision.

## Key findings

- Improved relation classifier performance on cleaned datasets
- Enhanced training efficiency of REINFORCE
- Effective integration of domain-specific rules

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.08051/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1904.08051/full.md

## References

13 references — full list in the complete paper: https://tomesphere.com/paper/1904.08051/full.md

---
Source: https://tomesphere.com/paper/1904.08051