Liyuan Liu
Liyuan Liu
Thanks for reaching out! I'll look into this next week.
Thanks for asking! We do have plan to train more models and release in the future :-) For now, I think you can first try to train the model by...
Thanks for asking! For now we haven’t tested on the dataparalle case. And my guess is that it would cause some bug. Welcome to submit PR if you wanna implement...
Hi, Several days ago, we reimplemented Lample's and Xuezhe's study, and our implementations achieve roughly the same performance with their reported score (although slightly worse than Xuezhe). However, we're currently...
This line is used for label padding, specifically, label padding for CRF (with bucket). CRF models the transition of states instead of states themselves. E.g., in Eqs. 1 of our...
Hi, I found you opened several issues here, please try [`vanilla-ner`](https://github.com/LiyuanLucasLiu/Vanilla_NER). It should be the most simple one for doing some experiments.
Thanks so much for asking. We haven't tried that dataset, it would be great if you can share the dataset in some way. The co-training version of LM-LSTM-CRF has some...
Hi, what type of GPU you are using, and how large is its memory? For chinese, even the character-level language modeling would result in a large dictionary (and also large...
Yes, language modeling for chinese is a little tricky. I think it's necessary to do some model modification to make it work.
Hi, happy holiday :-) It should be ```--word_dim 200``` instead of ```--embedding_dim 200```. Best, Lucas oh, sorry i didn't notice that you are using train_w instead of train_wc. Actually, for...