-
Hi Mandar ,
While running spanbert large model , if is not able to capture some of words such as Degree .
The same text if I use other brand like Kurkure it will detect . Can I train coref model…
-
Hi,
we’d greatly appreciate any feedback regarding any plans, as announced here [1], of integrating the new cross-doc coreference resolution approach by Barhom et al. into NLP-Architect. Also, we wer…
-
The issue below is that the index value in the tokens array in the same sentence goes from 34 to 3 obtaining an ambiguity in using the index value since the same lower index values have already been u…
-
**Main Problem**: when I run the following code for German sentences, my `sentence.parseTree` (which contains the constituents of the sentence) is empty. My `sentence` is not empty, but apparently it …
-
Demo: https://demo.allennlp.org/coreference-resolution/MTQ0MTI4MQ==
If I put sentences 'The woman reading a newspaper sat on the bench with her dog. It was eating bones.', the demo will return two …
-
I'm getting an error when trying to run `extractor.parse(doc)`. I've tried on both my text and also the example text and it occurs both times.
Error as follows:
```
Could not handle incoming an…
-
Hi @andreasvc thank you so much for your detailed answer for the previous issue.
I tried to follow the README but did not work. At the step to start the [Alpino server](https://github.com/andreasvc/a…
-
* 目标是将[spanbert](https://github.com/facebookresearch/SpanBERT) 转化为paddle模型
* x2paddle采用的是第一种安装方式
pytorch转onnx的时候没有出错,onnx转paddle的时候报错, 以下是转换脚本和报错信息:
> x2paddle --framework=onnx --model=spanBer…
-
The following command-line invocation crashes OpenIE:
I want the system to resolve coreferences as I am trying to produce a simple training set of labeled data for an algorithm.
```(ml_python) N…
rothn updated
4 years ago
-
Hi Mandar,
I wonder if the model can be finetuned using the pytorch version of BERT? I saw that there are tf_checkpoint and init_checkpoint in the config file. Is it possible to modify them in orde…