-
In the paper you mention as ACE does not have coreference annotation, you use OntoNotes for coreference propagation. I was wondering if it is possible to predict coreference on ACE using the current t…
-
I have downloaded the base pretrained model from google drive and want to test it on the following raw text:
"My dad and my mum are working hard. She is always nice but he is sometimes rude."
How …
-
Hi, I'm trying to use this library for a project where I would need corefence resolution. I was testing out the test.py file and this kept on showing indefinitely, how do I fix this?
Thanks in adva…
-
I have trained coreference resolution model with spanbert-base-cased model. But only obtain F1 score as 69%, The following is my training model.
```
transformer_model = "SpanBERT/spanbert-base-…
-
I am trying to use the ```Coref``` functionality.
Please let me know if there is any ```inbuilt method``` to ```substitute the original text with detected coreferences```.
For example:
```
from…
-
Hi,
Is it possible to predict singletons with this model?
I trained a model with my own data which contained singletons, but when I predict some text with my model it will only return clusters wi…
-
Interesting Work. And I`d like to know can you release the trained model parameter which can be useful in other downsteam NLP task.
很有意思的工作,请问一下可以公开训练后的模型参数吗,以便于在下游任务中直接作为输入
-
AC:
- extractor should extract Subject, Predicate, Object from sentences
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
**My code is as same as the demo:**
from allennlp.predictors.predictor import Predictor
import allennlp_models.tagging
predictor = Predictor.from_path("https://storage.googleapis.com/allennlp-pub…