deep_srl icon indicating copy to clipboard operation
deep_srl copied to clipboard

Code and pre-trained model for: Deep Semantic Role Labeling: What Works and What's Next

Results 18 deep_srl issues
Sort by recently updated
recently updated
newest added

x, y, _, weights = batched_tensor Who can solve the above issues? Thanks!

i am recieving this error, any idea how to fix it? Traceback (most recent call last): File "python/predict.py", line 227, in evaluator.evaluate(predictions) File "/home/ubuntu/deep_srl-master/python/neural_srl/shared/evaluation.py", line 26, in evaluate self.compute_accuracy(predictions) File...

您好,请问如何生成BIO形式的数据呢

Hi, Thanks for your work, in practice, I meet some problem, please help me ![image](https://user-images.githubusercontent.com/42565075/94986465-a0235900-0591-11eb-8154-413c0c444a08.png) thanks a lot!

``` Using single model. Task: propid Allow new words in test data: True Embedding size=100 Read 0 sentences. Data loading duration was 0:00:15. Traceback (most recent call last): File "python/predict.py",...

script make_conll2012_data.sh cannot run successfully, I think something is missing. it should be like this: line 10: python ../preprocess/process_conll2012.py \\ line 17: python ../preprocess/process_conll2012.py \\ line 24: python ../preprocess/process_conll2012.py \

Hi All, Does this model affect the results if we run single model or endtoend(ensemble) on dataset? Thanks Nadia

this is a problem which I encounter: tar -zxvf conll2012_model.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now This problem...

I am receiving this error on ubuntu machine Model building and loading duration was 0:00:28. Running model duration was 3:24:52. Task: srl Allow new words in test data: True Embedding...

i am recieving these error and model is taking approx. 4 hours to complete one iteration RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb...