# Towards Time-Aware Distant Supervision for Relation Extraction

**Authors:** Tianwen Jiang, Sendong Zhao, Jing Liu, Jin-Ge Yao, Ming Liu, Bing Qin,, Ting Liu, Chin-Yew Lin

arXiv: 1903.03289 · 2019-03-11

## TL;DR

This paper introduces Time-DS, a time-aware framework for relation extraction that leverages timestamp information to reduce noise from distant supervision, significantly improving extraction accuracy on news data.

## Contribution

The paper proposes a novel time-aware distant supervision framework incorporating instance-popularity and two strategies, hard filter and curriculum learning, to enhance relation extraction.

## Key findings

- Time-DS outperforms baseline methods on news corpus.
- Instance-popularity effectively reduces noisy labels.
- Curriculum learning improves relation extraction accuracy.

## Abstract

Distant supervision for relation extraction heavily suffers from the wrong labeling problem. To alleviate this issue in news data with the timestamp, we take a new factor time into consideration and propose a novel time-aware distant supervision framework (Time-DS). Time-DS is composed of a time series instance-popularity and two strategies. Instance-popularity is to encode the strong relevance of time and true relation mention. Therefore, instance-popularity would be an effective clue to reduce the noises generated through distant supervision labeling. The two strategies, i.e., hard filter and curriculum learning are both ways to implement instance-popularity for better relation extraction in the manner of Time-DS. The curriculum learning is a more sophisticated and flexible way to exploit instance-popularity to eliminate the bad effects of noises, thus get better relation extraction performance. Experiments on our collected multi-source news corpus show that Time-DS achieves significant improvements for relation extraction.

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1903.03289/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1903.03289/full.md

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