Skip to content

Commit

Permalink
Merge pull request #10 from nicolay-r/mlp-attention-implementation
Browse files Browse the repository at this point in the history
Multi-Layer Perceptron Implementation
  • Loading branch information
roomylee authored Aug 10, 2020
2 parents dbba365 + c2f7bc2 commit f0d6e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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)
Expand Down

0 comments on commit f0d6e67

Please sign in to comment.