gazetteer-NER-acl19 icon indicating copy to clipboard operation
gazetteer-NER-acl19 copied to clipboard

Code for ACL '19 paper: Towards Improving Neural Named Entity Recognition with Gazetteers

Results 7 gazetteer-NER-acl19 issues
Sort by recently updated
recently updated
newest added

is there any difference between this code and https://github.com/microsoft/vert-papers/tree/master/papers/SubTagger , which should I use for the ACL 19 paper? Thanks .

I am keep getting error - "CUDA out of memory", even though I have reduced batch size (to 2) and model size. Tried to use multiple GPUs, doesn't work. Any...

Unable to access the data on the page : "https://www.jeffliu.page/files/softdict.zip" . Probably the page is down. Throws this error : 2020-10-16 01:15:42,574 - WARNING - urllib3.connectionpool - Retrying (Retry(total=3, connect=None,...

Hi, could you link back from the main README to the https://github.com/microsoft/vert-papers repo from KC?

能问一下这个算法Viterbi的动态规划是怎么写的吗,多加了一层循环不太会了,代码看的有点儿不懂 谢谢

hello,我尝试运行 allennlp train configs/softDictionary_HSCRF.config -s dump_directory/ --include-package models 来预训练subtagger,但是报了错误,如下: ![image](https://user-images.githubusercontent.com/37075909/67762265-064d5500-fa80-11e9-9957-95607e4d23a9.png)

hi,我想请问一下,论文里另外两个模型HSCRF+concat和HSCRF+gazemb代码啥时候能上传啊? HSCRF+concat主要用的哪些特征啊?