-
Using sudo make ./install.sh gives me(deb pack also not working):
The following packages have unmet dependencies:
libglib2.0-dev : Depends: libpcre3-dev (>= 1:8.31) but it is not going to be instal…
LborV updated
4 years ago
-
Happens when I do:
```
pip uninstall neuralcoref
pip install neuralcoref --no-binary neuralcoref
# Load your usual SpaCy model (one of SpaCy English models)
import spacy
nlp = spacy.load('en')…
-
Hello, I was wondering if a training and inference script is released for the LingMess implementation or the same one from here:
https://github.com/ianporada/coref-reeval/blob/main/models/encoder_bas…
-
I installed the code and tried it for some time. However, several days ago suddently it stopped working. I am getting the following error:
Done loading word embeddings.
Traceback (most recent call l…
-
Hi Greg,
I compiled the source files again and created berkeley-entity jar in target directory. Jar creation is successful. But while running the system with this jar I am getting the following error.…
-
I am having troubles running a NLP server with coreference resolution. Here's the things I've tried in order:
Using just `--ner-forward-coref` won't work because of annotator dependencies. Apparently…
-
**Describe the bug**
During the tokenize_and_cache step of the jiant pipeline, training examples are truncated to max_seq_length, as expected. Then, when fine-tuning on an edge-probing task, if a spa…
-
[Cross-document Coreference Resolution over Predicted Mentions](https://aclanthology.org/2021.findings-acl.453.pdf)
=========
## Contribution summary
- Cattan et al. proposed the first end-to-end m…
-
Hi! Maybe you can help me with the following:
After creating a conda environment with
```
conda create --name aw_value python=3.10.13
conda activate aw_value
pip install value-nlp
pip insta…
-
Love the paper.
I've tried it on my own closed domain dataset and achieved poor recall.
```
Role identification: P: 49.30, R: 28.43, F: 36.06
Role: P: 44.41, R: 25.60, F: 32.48
Coref Role iden…