Skip to content

cdg720/bilstm-tagging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Simple Bidirectional LSTM Tagger in Tensorlow

Overview

This is my attempt to implement a simple bi-LSTM tagger with simple word lookup.

I have been following two papers: "Multilingual Part-of-Speech Tagging with Bidirectional Long Short-Term Memory Models and Auxiliary Loss" and "Finding Function in Form: Compositional Character Models for Open Vocabulary Word Representation," both of which use bi-LSTM with word lookup as their baselines. The current code closely (not exactly) follows Plank et al's bi-LSTM with word lookup and no auxiliary loss. On UD 1.2 English (available here, my re-implentation gets aroud 92.1% as reported in Table 2 in their paper. However, it only gets 95.7% on the WSJ, which is about 1% lower than what Wang et al. report (96.7% in Table 5).

If you spot a bug, please let me know. I'd love to close the gap on the WSJ.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages