forked from tyliupku/soft-label-RE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
} | ||
``` |