emnlp2017-bilstm-cnn-crf icon indicating copy to clipboard operation
emnlp2017-bilstm-cnn-crf copied to clipboard

BiLSTM-CNN-CRF architecture for sequence tagging

Results 36 emnlp2017-bilstm-cnn-crf issues
Sort by recently updated
recently updated
newest added

Hi, Can I use this model for transfer learning? Training on one corpus and then using that pretrained model for a new corpus? How can I do that? or it's...

Hi, How can I report the average F1 measure of all the epochs?

I would like to train a multi-task learning model for two tasks, pos tagging, and language id. I have one dataset that is annotated for pos tagging and language id....

Hi , I am facing the following error when trying to run the model . i am using the standard encodings. i could not understand why is computation failing for...

Hi, I get the memory error when I run NER model by using word2vec embeddings from this link (http://evexdb.org/pmresources/vec-space-models/). But I am able to run Elmo-Bilstm model with these embeddings...

Hi, I am just trying to understand what does that sentence mean, "Scores from epoch with best dev-scores:"? It is reporting score of test and dev set for each epoch,...

Hi, Thanks for offering this great implementation. I was wondering if the scripts support using fasttext embeddings. If not, what should we do to make fasttext embeddings work with the...

I use the ChainCRF.py as the CRF Layer in my model to do a sequence labeling task using the OBIE as the tags ,but I meet a problemthat there are...

Hi UKP team, I want to try different tag scheme in my work. Could you tell me if there is any difference between IOBES and BIOES in your implementation? Thanks,...