-
Hi. Is there a plan to include the ACE05 dataset that has annotations for both coreference resolution and entity linking? It is quite a big dataset. Details: http://www.aclweb.org/anthology/W10-3503
-
I recently ran into a CoNLL format that this library doesn't handle - the CoNLL 2012 coreference resolution annotation format. This is basically the same as standard CoNLL(-u?) format but with some ex…
-
Thanks for your insightful work!
Could you further share the code for acquiring events from the documents (pipeline including extracting, coreference resolution, etc.)?
Really appreciate!
-
Thank you for releasing the great Longformer repository! @matt-peters
Could you share the "superhack" code for coreference resolution with mixed PyTorch and Tensorflow implement? Just the raw code …
-
After running, the tool generates a few empty Excel files and some empty folders too.
-
https://github.com/shayneobrien/coreference-resolution/blob/f368f5a06e1d646d60c50d824235576bb8fe4198/src/coref.py#L211
I think there's a bug around the above code.
The LSTM encoding does not go al…
-
- run dependencyparser
- ~figure out coreference resolution~ > [turned into a separate issue](https://github.com/opensanctions/storyweb/issues/7)
- create table of object-predicate->subject tuples
…
-
## Context
Observed high latency due to GPT. There are two instances where GPT is utilized.
1) Coref
2) Formatting of answers
This can cause frustration to user while waiting for the respons…
-
I'm reading Clark and Manning (2016) and the list of features include "String Matching Features: Head match, exact string match, and partial string match."
I look at [datasets.py](https://github.co…
-
thank you for your amazing work, coreference resolution task for Arabic language is really underrated and I'm really impressed by the results
So I tried to execute your code but I got this error whe…