-
I put together this documentation on every task T5 was trained on and that is accessible.
I managed to run everything properly besides task13.
Once these docs are finalized they need to be added to…
-
I wanna train a Chinese coreference resolution model, but I have not the OntoNote 5.0 corpus ...
So I want to know whether you have pre-trained Chinese model, or OntoNote 5.0 corpus..
Thanks you ver…
-
# GPT-3 : Language Models are few-shot Learner
## 2. Approach
- GPT2의 Pretraining 방법론과 전반적으로 동일하며, GPT3는 모델의 사이즈와 데이터의 사이즈, 다양성, 학습의 길이를 키운 것임.
- in-context learning 같은 기법들도 역시 GPT2와 유사함 (입력 데이터를…
-
Under some rare circumstances which need to be investigated, the following error happens:
```
Traceback (most recent call last):
File "D:/PythonProjects/nlp-coreference-resolution/src/baseline.…
-
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…
-
Hi,
I successfully trained a new Italian coreference model following [these instructions](https://github.com/huggingface/neuralcoref/blob/master/neuralcoref/train/training.md).
The only output of…
-
https://paperswithcode.com/sota/language-modelling-on-penn-treebank-word
GPT 3 has been released, improving the previous SOTA from 35.76 to 20.5 which is a huge gain.
BUT before the release of GPT…
-
Linked to https://github.com/memphis-iis/mofacts-ies/issues/148
-
Hi there!
I'm trying to evaluate TACRED dataset on SPERT, but I'm getting extremely low results with this dataset. I wrote a script to convert the original TACRED json to the format you use in your…
-
Hello,
When I use your tool to do coreference resolution, I need to replace the pronoun with the main mention (Span of the most representative mention). Could you tell me how can I get the main men…