From c2f7bc2956677c82295894d2b65c01a2ac0e0b3a Mon Sep 17 00:00:00 2001 From: Nicolay Rusnachenko Date: Tue, 10 Sep 2019 12:41:48 +0300 Subject: [PATCH] Added code reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08b1142..bdb965f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A curated list of awesome resources dedicated to Relation Extraction, inspired b * Classifying Relations by Ranking with Convolutional Neural Networks [[paper]](https://arxiv.org/abs/1504.06580) [[code]](https://github.com/pratapbhanu/CRCNN) * Cicero Nogueira dos Santos, Bing Xiang and Bowen Zhou * ACL 2015 -* Attention-Based Convolutional Neural Network for Semantic Relation Extraction [[paper]](http://www.aclweb.org/anthology/C16-1238) +* Attention-Based Convolutional Neural Network for Semantic Relation Extraction [[paper]](http://www.aclweb.org/anthology/C16-1238) [[code]](https://github.com/nicolay-r/mlp-attention) * Yatian Shen and Xuanjing Huang * COLING 2016 * Relation Classification via Multi-Level Attention CNNs [[paper]](http://aclweb.org/anthology/P16-1123) [[code]](https://github.com/lawlietAi/relation-classification-via-attention-model)