Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyliupku authored Mar 1, 2018
1 parent e1bd264 commit 51c8f94
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# soft-label-RE
Coming soon.
This project provides the implementation of distantly supervised relation extraction with (bag-level) soft-label adjustment.

Details of soft-label adjustment can be found [here](http://aclweb.org/anthology/D17-1189). The implementation is based on Tensorflow 1.0.0 and Python 2.7.

# Model Overview

# Reference
If you find the code and data resources helpful, please cite the following paper:
```
@inproceedings{liu2017soft,
title={A Soft-label Method for Noise-tolerant Distantly Supervised Relation Extraction},
author={Liu, Tianyu and Wang, Kexiang and Chang, Baobao and Sui, Zhifang},
booktitle={Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing},
pages={1790--1795},
year={2017}
}
```

0 comments on commit 51c8f94

Please sign in to comment.