pmanion0 / cs224n-pa4

GitHub repository for CS224n's PA4 - Neural Network for Named Entity Recognition
0 stars 0 forks source link

Propose Sequence Modeling Approach #12

Open pmanion0 opened 8 years ago

pmanion0 commented 8 years ago

The previous label is useful for predicting the current label, you can take advantage of this by using previous/future predicted labels as input. Implementation can be a separate issue depending on how complex or simple it is.

pmanion0 commented 8 years ago

This seems like the most difficult extra credit task, so I'd recommend we skip it.