coref icon indicating copy to clipboard operation
coref copied to clipboard

BERT for Coreference Resolution

Results 53 coref issues
Sort by recently updated
recently updated
newest added

Is there a pytorch version of the code?

Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.9999999 to 0.999999999. Changelog Sourced from html5lib's changelog. Commits 6a73efa Yes, another release, already. :( e0dc25f Fix attribute order to the treebuilder to be document order a3b8252...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Hello, I tried to ran the following google colab: https://colab.research.google.com/drive/19nnb2V_p434g9QfV7ILSS6lMr9Jbu8tV#scrollTo=H0xPknceFORt And it seems like there is an error while attempting to install **scikit-learn==0.19.1** and **scipy==1.0.0**. I tried to use newer...

I am interested in evaluating performance on the OntoNotes dataset using the provided trained BERT-base model (I am not training from scratch). In order to evaluate performance, I need to...

Is F1 79.6 the highest score you've ever got on Ontonotes? Why I got F1 79.95 without anything changes for your experiments.conf. Did you set a seed in your experiment?

I've been using a conda python 3.7 environment and trying to get this working for coreference resolution. Installing requirements did not fully work and I can't even run the setup...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Hi @mandarjoshi90, thanks much for this awesome library. Quick question - I am attempting coreference resolution on a corpus where the word count of many (tokenized) sentences is greater than...