-
### 请提出你的问题
Thanks for making paddleOCR tool, it is really awesome.
I am interested in implementing coreference resolution for my NER model.
Presently, I have my custom NER model build in spacy. …
-
Is there publication for this work?
-
Hi,
I have pretrained an Entity Disambiguation model with the recent instructions of pretraining Luke. From the instructions shared [here](https://github.com/studio-ousia/luke/blob/master/pretraini…
-
作者您好:
我看了您处理好的数据集,以下面这个为例,其中span2_index:27和span1_index:3这个span您是怎么划分的,根据此表还是什么呢?
{"target": {"span2_index": 27, "span1_index": 3, "span1_text": "伤口", "span2_text": "它们"}, "idx": 258, "label": "false…
-
-
I am using the following code snippet for coreference resolution
```
predictor = Predictor(language="en_core_web_sm", device=-1, model_name="minilm")
```
While checking the below source code,
…
-
Hi,
I looked at your coreference dataset for doing some training (coref/ontogum/conll) and I found that there may be some inconsistencies in coreference annotation. I only looked at biographies file…
-
Bayne says:
> My status is that I have a general three step pipeline that results in an unsupervised set of general relations. ... Check out the gitlab if interested. I added a new project called L…
-
```
I got this mail via the corpora list and it sound interesting
---
From: Olga Uryupina
Subject: [Corpora-List] BART coreference resolver: v2.0 released
To: "corpora@uib.no"
Dear CorporaList me…
-
Here is the code I tried for the coreference resolution
```
from allennlp.predictors.predictor import Predictor
model_url = 'https://storage.googleapis.com/pandora-intelligence/models/crosslingual-…