NeuroNLP2 icon indicating copy to clipboard operation
NeuroNLP2 copied to clipboard

Deep neural models for core NLP tasks (Pytorch version)

Results 5 NeuroNLP2 issues
Sort by recently updated
recently updated
newest added

Dear Max, Thank you so much for making your code available. I am running your stacked pointer network but I cannot find the train/dev/test datasets CUDA_VISIBLE_DEVICES=0 OMP_NUM_THREADS=4 python -u parsing.py...

For the data used for POS tagging and Dependency Parsing, our data format follows the CoNLL-X format. Following is an example: 1 No _ RB RB _ 7 discourse _...

Can you tell me how to evaluate Dependency parsing Accuracy relative to Sentence length, Dependency length and Distance to root ?

Hello. I'm trying to run `NERCRF.py`, and when it hits the instruction `self.__source_file = open(file_path, 'r')` in the method `__init__` (line 104), it runs without problems, but the variable `self.__source_file`...

Thanks for your code! I was trying to use the deep biaffine model for DEP and a type error popped up: ![image](https://user-images.githubusercontent.com/85003873/192996318-36e24aa9-8aff-4212-a989-df4e1d40f704.png) Could you tell me what's wrong? Thank you!