From 2a36ecc39f13b683752483546441468fd7d734b3 Mon Sep 17 00:00:00 2001 From: Nils Reimers Date: Thu, 20 Jul 2017 10:49:53 +0200 Subject: [PATCH] Update Readme.md --- 2017-07_Seminar/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2017-07_Seminar/Readme.md b/2017-07_Seminar/Readme.md index 46a01d3..a2e1f4a 100644 --- a/2017-07_Seminar/Readme.md +++ b/2017-07_Seminar/Readme.md @@ -132,6 +132,8 @@ This is an implementation for relation extraction. We use the [SemEval 2010 - Ta **Code:** See folder [Session 4 - LSTM Sequence Classification](./Session%204%20-%20LSTM%20Sequence%20Classification) +**Note:** An extended version of this LSTM architecture for sequence tagging can be found in the [BiLSTM-CNN-CRF](https://github.com/UKPLab/emnlp2017-bilstm-cnn-crf/) repository. + LSTMs are a powerful model and became very popular in 2015 / 2016. **Recommended Readings:**