Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Sep 29, 2019
1 parent 97124d6 commit 83c53d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,14 @@ Trained on [Cornell Movie Dialog corpus](chatbot/dataset.tar.gz), accuracy table

Trained on [CONLL English Dependency](https://github.com/UniversalDependencies/UD_English-EWT).

Stackpointer and Biaffine-attention originally from https://github.com/XuezheMax/NeuroNLP2 written in Pytorch.

1. Bidirectional RNN + Bahdanau Attention + CRF
2. Bidirectional RNN + Luong Attention + CRF
3. Residual Network + Bahdanau Attention + CRF
4. Residual Network + Bahdanau Attention + Char Embedded + CRF
5. Attention is all you need + CRF
6. Stackpointer
6. Stackpointer,
7. Biaffine-attention

### [Entity-Tagging](entity-tagging)
Expand Down

0 comments on commit 83c53d8

Please sign in to comment.