acl2019_nested_ner
acl2019_nested_ner copied to clipboard
Source code for paper Neural Architectures for Nested NER through Linearization
Hi there, can you please guide me on where I can get the ACE data in Conll format?
I'm planning to use your methodology to create a custom NER model from my data. Could you explain how to evaluate the scores on the test set and all the...
Based on your decoding heuristic, you need the order(or priority) of the label during decoding. How could you obtain the order during inference time? What we have are the predicted...
I couldn't get from where to get the embeddings_train and test files. What is test file for embeddings?
Hello, Could you give some information about the resources needed for training? For example in terms of number of GPUs and the amount of memory needed (VRAM and RAM). I'd...