-
08/18/2023 05:15:37 - INFO - /mnt/ssd_mnt/pyj/ASP/util/runner.py - Log file path: /mnt/ssd_mnt/pyj/ASP/data/ontonotes_coref/t5_base/log_Aug18_05-15-37.txt
08/18/2023 05:15:37 - INFO - util.tensorize_…
-
The only other system that I'm aware of is https://github.com/Sean-Blank/AMRcoref as described in the paper "End-to-End AMR Coreference Resolution". The scores in the paper are relatively similar to …
-
Have you managed to get the coref annotator to work? I'm seeing the image silently crashing when I bring up the GUI and add the coref annotator. Using latest corenlp, built as you suggest.
No crash…
cbrew updated
7 months ago
-
For the parse tree
```
(ROOT (S (NP (DT This)) (VP (MD will) (VP (VB help) (S (NP (DT the) (NN firm)) (VP (VBP determine) (NP (NP (NP (NP (DT the) (NN size)) (PP (IN of) (NP (DT the) (NN job)))) (VP …
-
Hi,
I am working with the neural system of Stanford coreNLP and want to train a new extended model. To do so, one has to use Kevin Clark's python software deep-coref as instructed from the coreNLP on…
-
Evaluating on validation corpus...
217it [12:27, 5.54s/it]Traceback (most recent call last):
File "./src/coref.py", line 690, in
trainer.train(150)
File "./src/coref.py", line 467, in …
-
Hello
Please after setup all the requirements , I want now to do a setup for training by running this command `./setup_training.sh $data_dir`
but i am getting this error
" _np_quint8 = np.dtype(…
-
Traceback (most recent call last):
File "train.py", line 53, in
if tf_global_step % eval_frequency == 0:
File "/home/liyao/demo/e2e-coref-master/coref_model.py", line 560, in evaluate
…
-
Hi. I have already downloaded all the required files. Execution of demo.py gives model based error(checkpoint issue). I am attaching the error trace. Please help. thank you in advance.
File "demo…
-
Hey Charles!
I tried this script and I get the following error:
```
Traceback (most recent call last):
File "/private/tmp/DeepLearning/parse_doc.py", line 175, in
get_sentiment(text, net…